Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubeProxyClusterRoleName sets the name for the kube-proxy ClusterRole KubeProxyClusterRoleName = "system:node-proxier" // NodeBootstrapperClusterRoleName sets the name for the TLS Node Bootstrapper ClusterRole NodeBootstrapperClusterRoleName = "system:node-bootstrapper" // BootstrapSignerClusterRoleName sets the name for the ClusterRole that allows access to ConfigMaps in the kube-public ns BootstrapSignerClusterRoleName = "system:bootstrap-signer-clusterinfo" )
Variables ¶
This section is empty.
Functions ¶
func CreateRBACRules ¶
CreateRBACRules creates the essential RBAC rules for a minimally set-up cluster
func CreateServiceAccounts ¶
CreateServiceAccounts creates the necessary serviceaccounts that kubeadm uses/might use, if they don't already exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.