We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650220f commit da8453aCopy full SHA for da8453a
cmd/kubeadm/app/phases/upgrade/preflight.go
@@ -85,7 +85,7 @@ func checkUnsupportedPlugins(client clientset.Interface) error {
85
if err != nil {
86
return err
87
}
88
- if unsupportedCoreDNS != nil {
+ if len(unsupportedCoreDNS) != 0 {
89
var UnsupportedPlugins []string
90
for _, unsup := range unsupportedCoreDNS {
91
UnsupportedPlugins = append(UnsupportedPlugins, unsup.ToString())
0 commit comments