class Cluster::Upgrade

Defined in:

cluster/upgrade.cr

Constant Summary

UPGRADE_PLAN_MANIFEST_FOR_MASTERS = {{ read_file("/srv/crystaldoc.info/github-vitobotta-hetzner-k3s-v1.1.5/src/cluster/../../templates/upgrade_plan_for_masters.yaml") }}
UPGRADE_PLAN_MANIFEST_FOR_WORKERS = {{ read_file("/srv/crystaldoc.info/github-vitobotta-hetzner-k3s-v1.1.5/src/cluster/../../templates/upgrade_plan_for_workers.yaml") }}

Constructors

Instance Method Summary

Constructor Detail

def self.new(configuration : Configuration::Loader) #

[View source]

Instance Method Detail

def configuration : Configuration::Loader #

[View source]
def new_k3s_version : String | Nil #

[View source]
def run #

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

[View source]