Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for migrateCoreDNSCorefile (0.37 sec)

  1. cmd/kubeadm/app/phases/addons/dns/dns.go

    	corefileMigrationRequired, err := isCoreDNSConfigMapMigrationRequired(corefile, currentInstalledCoreDNSVersion)
    	if err != nil {
    		return err
    	}
    
    	// Assume that migration is always possible, rely on migrateCoreDNSCorefile() to fail if not.
    	canMigrateCorefile := true
    
    	if corefile == "" || migration.Default("", corefile) {
    		// If the Corefile is empty or default, the latest default Corefile will be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top