package proxy

import "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/proxy"

Index

Constants

const (
	KubeProxyConfigMap19 = "" /* 685 byte string literal not displayed */

	KubeProxyDaemonSet19 = "" /* 1510 byte string literal not displayed */

)
const (
	// KubeProxyServiceAccountName describes the name of the ServiceAccount for the kube-proxy addon
	KubeProxyServiceAccountName = "kube-proxy"

	// KubeProxyConfigMapRoleName sets the name of ClusterRole for ConfigMap
	KubeProxyConfigMapRoleName = "kube-proxy"
)

Functions

func CreateRBACRules

func CreateRBACRules(client clientset.Interface) error

CreateRBACRules creates the essential RBAC rules for a minimally set-up cluster

func CreateServiceAccount

func CreateServiceAccount(client clientset.Interface) error

CreateServiceAccount creates the necessary serviceaccounts that kubeadm uses/might use, if they don't already exist.

func EnsureProxyAddon

func EnsureProxyAddon(cfg *kubeadmapi.ClusterConfiguration, localEndpoint *kubeadmapi.APIEndpoint, client clientset.Interface) error

EnsureProxyAddon creates the kube-proxy addons

Source Files

manifests.go proxy.go

Version
v1.24.1
Published
May 24, 2022
Platform
js/wasm
Imports
16 packages
Last checked
37 seconds ago

Tools for package owners.