https://github.com/kubernetes/kubernetes/blob/master/hack/logcheck.conf
| Component | Non-Structured Logging | Non-Contextual Logging |
|---|---|---|
| pkg/api | 0 | 0 |
| Hello! | |
| I would like to ask for an exception that allows | |
| https://github.com/kubernetes/kubernetes/pull/111023 to be merged into | |
| 1.26 after the code freeze. | |
| Enhancement name: dynamic resource allocation | |
| Enhancement status: alpha | |
| SIG: Node, with Scheduling as participating SIG | |
| k/enhancements repo issue #: #3063 |
https://github.com/kubernetes/kubernetes/blob/master/hack/logcheck.conf
| Component | Non-Structured Logging | Non-Contextual Logging |
|---|---|---|
| pkg/api | 0 | 0 |
| # In the Kubernetes root, create a k8s-go.work file. | |
| (echo "go 1.18"; echo; echo "use ("; find . -name go.mod | grep -v -e '^./vendor' -e '^./_output' | sed -e 's;\(.*\)/go.mod;\t\1;' | sort; echo ")" ) >k8s-go.work | |
| # Enable workspace mode by default: | |
| ln -s k8s-go.work go.work | |
| # Disable workspace mode again: | |
| rm go.work | |
| # Disable it for some commands which don't work with it: |
| /* | |
| Copyright 2018 The Kubernetes Authors. | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software | |
| distributed under the License is distributed on an "AS IS" BASIS, | |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| See the License for the specific language governing permissions and |