Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateOrUpdateClusterRoleBinding (0.31 sec)

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

    		return errors.Wrapf(err, "%s ClusterRoleBinding", unableToDecodeCoreDNS)
    	}
    
    	// Create the Clusterrolebindings for CoreDNS or update it in case it already exists
    	if err := apiclient.CreateOrUpdateClusterRoleBinding(client, coreDNSClusterRolesBinding); err != nil {
    		return err
    	}
    
    	coreDNSServiceAccount := &v1.ServiceAccount{}
    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