package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

CreateRBACRules creates the essential RBAC rules for a minimally set-up cluster.
CreateServiceAccount creates the necessary serviceaccounts that kubeadm uses/might use, if they don't already exist.
EnsureProxyAddon creates the kube-proxy addons.

# Constants

KubeProxyClusterRoleName sets the name for the kube-proxy ClusterRole TODO: This k8s-generic, well-known constant should be fetchable from another source, not be in this package.
KubeProxyConfigMap19 is the proxy ConfigMap manifest for Kubernetes 1.9 and above.
KubeProxyDaemonSet19 is the proxy DaemonSet manifest for Kubernetes 1.9 and above.
KubeProxyServiceAccountName describes the name of the ServiceAccount for the kube-proxy addon.