kubernetes/cmd
Rostislav M. Georgiev 7f2d675ad0 kubeadm: Fix a false positive in a warning
The warning message

```
[config] WARNING: Ignored YAML document with GroupVersionKind ...
```

is printed for all GVKs that are not part of the kubeadm core types.
This is wrong as the component config types are supported and successfully
parsed and used despite the fact that the warning is printed for them too.

Hence this simple fix first checks if the group of the GVK is a supported
component config group and the warning is printed only if it's not.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2020-01-07 17:55:50 +02:00
..
clicheck Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-29 13:08:41 -07:00
cloud-controller-manager Plumb configured acceptContentType to client config 2019-11-11 10:54:38 -05:00
controller-manager Add test cases for a helper function in controller manager 2019-12-17 12:31:53 +08:00
gendocs Create work-around wrappers for pure attribute on go_binary and go_test 2019-02-22 18:08:34 -08:00
genkubedocs Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genman Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genswaggertypedocs Clean up genswaggertypedocs. 2019-05-01 16:32:05 +00:00
genutils
genyaml Remove genyaml binary 2019-04-12 08:31:29 -04:00
importverifier delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
kube-apiserver Remove ability to re-enable serving deprecated APIs 2019-12-13 12:21:33 -05:00
kube-controller-manager cmd/kube-controller-manager: fix staticcheck warning 2019-12-03 11:16:24 +08:00
kube-proxy Merge pull request #82462 from vllry/dualstack-iptables 2020-01-07 04:38:20 -08:00
kube-scheduler cleanup unused scheduler functions/files 2020-01-03 19:09:14 -05:00
kubeadm kubeadm: Fix a false positive in a warning 2020-01-07 17:55:50 +02:00
kubectl remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubelet hollow-node use remote CRI 2020-01-07 11:00:45 +08:00
kubemark fix kubemark use fake CRI 2020-01-07 11:39:58 +08:00
linkcheck fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
preferredimports fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
verifydependencies Close the file after reading in verifydependencies#main 2019-10-19 10:46:50 -07:00
BUILD Drop cmd/hyperkube 2019-11-06 09:11:35 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00