class Kubernetes::Worker::Setup

Included Modules

Defined in:

kubernetes/worker/setup.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def set_up_workers(workers_installation_queue_channel, worker_count, masters, first_master) #

[View source]
def settings : Configuration::Main #

[View source]
def ssh : Util::SSH #

[View source]