class Kubernetes::ControlPlane::Setup

Included Modules

Defined in:

kubernetes/control_plane/setup.cr

Constructors

Instance Method Summary

Instance methods inherited from module Util::Shell

run_shell_command(command : String, kubeconfig_path : String, hetzner_token : String, error_message : String = "", abort_on_error : Bool = true, log_prefix : String = "", print_output : Bool = true) : CommandResult run_shell_command

Constructor Detail

def self.new(configuration : Configuration::Loader, settings : Configuration::Main, ssh : Util::SSH, master_generator : Kubernetes::Script::MasterGenerator, kubeconfig_manager : Kubernetes::KubeconfigManager) #

[View source]

Instance Method Detail

def set_up_control_plane(masters_installation_queue_channel, master_count, load_balancer) #

[View source]