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.
2 parents 650220f + da8453a commit 2b9e782Copy full SHA for 2b9e782
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