Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeBootkubeCluster ¶
func MakeBootkubeCluster(c cluster.TestCluster, workerNodes int, selfHostEtcd bool) (*pluton.Cluster, error)
MakeSimpleCluster brings up a multi node bootkube cluster with static etcd and checks that all nodes are registered before returning. NOTE: If startup times become too long there are a few sections of this setup that could be run in parallel.
Types ¶
type BootkubeManager ¶
type BootkubeManager struct { cluster.TestCluster // contains filtered or unexported fields }
func (*BootkubeManager) AddMasters ¶
func (m *BootkubeManager) AddMasters(n int) ([]platform.Machine, error)
func (*BootkubeManager) AddWorkers ¶
func (m *BootkubeManager) AddWorkers(n int) ([]platform.Machine, error)
Click to show internal directories.
Click to hide internal directories.