Documentation
¶
Overview ¶
TODO(madhusdancs): 1. Make printSuccess prepend protocol/scheme to the IPs/hostnames. 2. Separate etcd container from API server pod as a first step towards enabling HA. 3. Make API server and controller manager replicas customizable via the HA work.
Index ¶
Constants ¶
View Source
const (
APIServerCN = "federation-apiserver"
ControllerManagerCN = "federation-controller-manager"
AdminCN = "admin"
HostClusterLocalDNSZoneName = "cluster.local."
APIServerNameSuffix = "apiserver"
CMNameSuffix = "controller-manager"
CredentialSuffix = "credentials"
KubeconfigNameSuffix = "kubeconfig"
// User name used by federation controller manager to make
// calls to federation API server.
ControllerManagerUser = "federation-controller-manager"
// Name of the ServiceAccount used by the federation controller manager
// to access the secrets in the host cluster.
ControllerManagerSA = "federation-controller-manager"
)
Variables ¶
This section is empty.
Functions ¶
func NewCmdInit ¶
func NewCmdInit(cmdOut io.Writer, config util.AdminConfig, defaultServerImage, defaultEtcdImage string) *cobra.Command
NewCmdInit defines the `init` command that bootstraps a federation control plane inside a set of host clusters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.