package clusterinfo

import "k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo"

Index

Constants

const (
	// BootstrapSignerClusterRoleName sets the name for the ClusterRole that allows access to ConfigMaps in the kube-public ns
	BootstrapSignerClusterRoleName = "kubeadm:bootstrap-signer-clusterinfo"
)

Functions

func CreateBootstrapConfigMapIfNotExists

func CreateBootstrapConfigMapIfNotExists(client clientset.Interface, file string) error

CreateBootstrapConfigMapIfNotExists creates the kube-public ConfigMap if it doesn't exist already

func CreateClusterInfoRBACRules

func CreateClusterInfoRBACRules(client clientset.Interface) error

CreateClusterInfoRBACRules creates the RBAC rules for exposing the cluster-info ConfigMap in the kube-public namespace to unauthenticated users

Source Files

clusterinfo.go

Version
v1.24.6
Published
Sep 21, 2022
Platform
js/wasm
Imports
12 packages
Last checked
23 seconds ago

Tools for package owners.