package
1.9.0-alpha.1
Repository: https://github.com/easeway/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.
KubeProxyConfigMap is the proxy ConfigMap manifest.
KubeProxyDaemonSet is the proxy DaemonSet manifest.
KubeProxyServiceAccountName describes the name of the ServiceAccount for the kube-proxy addon.