mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix unsupported bug
This commit is contained in:
parent
650220fa64
commit
da8453af6e
@ -85,7 +85,7 @@ func checkUnsupportedPlugins(client clientset.Interface) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if unsupportedCoreDNS != nil {
|
||||
if len(unsupportedCoreDNS) != 0 {
|
||||
var UnsupportedPlugins []string
|
||||
for _, unsup := range unsupportedCoreDNS {
|
||||
UnsupportedPlugins = append(UnsupportedPlugins, unsup.ToString())
|
||||
|
Loading…
Reference in New Issue
Block a user