class
Kubernetes::Worker::ExternalSetup
- Kubernetes::Worker::ExternalSetup
- Reference
- Object
Included Modules
Defined in:
kubernetes/worker/external_setup.crConstructors
Instance Method Summary
- #set_up_external_workers(masters : Array(Hetzner::Instance), first_master : Hetzner::Instance) : Nil
- #settings : Configuration::Main
- #ssh : Util::SSH
- #wait_for_external_workers_to_be_ready(first_master : Hetzner::Instance) : Nil
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_external_workers(masters : Array(Hetzner::Instance), first_master : Hetzner::Instance) : Nil
#