Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkUnsupportedPlugins (0.26 sec)

  1. cmd/kubeadm/app/phases/upgrade/preflight.go

    		&CoreDNSCheck{
    			name:   "CoreDNSUnsupportedPlugins",
    			client: client,
    			f:      checkUnsupportedPlugins,
    		},
    		&CoreDNSCheck{
    			name:   "CoreDNSMigration",
    			client: client,
    			f:      checkMigration,
    		},
    	}
    
    	return preflight.RunChecks(migrationChecks, os.Stderr, ignorePreflightErrors)
    }
    
    // checkUnsupportedPlugins checks if there are any plugins included in the current configuration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 25 13:53:28 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top