class
Kubernetes::Worker::Setup
- Kubernetes::Worker::Setup
- Reference
- Object
Included Modules
Defined in:
kubernetes/worker/setup.crConstructors
Instance Method Summary
- #set_up_workers(workers_installation_queue_channel, worker_count, masters, first_master)
- #settings : Configuration::Main
- #ssh : Util::SSH
Instance methods inherited from module Kubernetes::SSHDeploymentHelper
deploy_to_instance(instance : Hetzner::Instance, script : String) : String
deploy_to_instance,
settings : Configuration::Main
settings,
ssh : Util::SSH
ssh,
wait_for_cloud_init(instance : Hetzner::Instance)
wait_for_cloud_init
Instance methods inherited from module Kubernetes::DeploymentHelper
api_server_ip_address(instance : Hetzner::Instance) : String
api_server_ip_address
Class methods inherited from module Kubernetes::DeploymentHelper
api_server_ip_address(instance : Hetzner::Instance) : String
api_server_ip_address
Constructor Detail
def self.new(configuration : Configuration::Loader, settings : Configuration::Main, ssh : Util::SSH, worker_generator : Kubernetes::Script::WorkerGenerator)
#
Instance Method Detail
def set_up_workers(workers_installation_queue_channel, worker_count, masters, first_master)
#