package controlplane
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/controlplane"
Index ¶
- func CreateAPIServerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
- func CreateControllerManagerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
- func CreateInitStaticPodManifestFiles(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
- func CreateSchedulerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
- func GetStaticPodSpecs(cfg *kubeadmapi.MasterConfiguration, k8sVersion *version.Version) map[string]v1.Pod
Functions ¶
func CreateAPIServerStaticPodManifestFile ¶
func CreateAPIServerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
CreateAPIServerStaticPodManifestFile will write APIserver static pod manifest file.
func CreateControllerManagerStaticPodManifestFile ¶
func CreateControllerManagerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
CreateControllerManagerStaticPodManifestFile will write controller manager static pod manifest file.
func CreateInitStaticPodManifestFiles ¶
func CreateInitStaticPodManifestFiles(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
CreateInitStaticPodManifestFiles will write all static pod manifest files needed to bring up the control plane.
func CreateSchedulerStaticPodManifestFile ¶
func CreateSchedulerStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.MasterConfiguration) error
CreateSchedulerStaticPodManifestFile will write scheduler static pod manifest file.
func GetStaticPodSpecs ¶
func GetStaticPodSpecs(cfg *kubeadmapi.MasterConfiguration, k8sVersion *version.Version) map[string]v1.Pod
GetStaticPodSpecs returns all staticPodSpecs actualized to the context of the current MasterConfiguration NB. this methods holds the information about how kubeadm creates static pod manifests.
Source Files ¶
manifests.go volumes.go
- Version
- v1.11.6
- Published
- Dec 14, 2018
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 1 hour ago –
Tools for package owners.