From 4d41352f65aa13d9544f603d671f1500fc8d0a1b Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 13 Apr 2022 12:24:10 +0200 Subject: [PATCH] chore: doc reorg to prep 1.22 release, RunTimeClass config for crun --- charts/kubeadm/templates/resources/10-runtimeClass.yaml | 4 ++-- docs/Quickstart.md | 6 +----- docs/Upgrade-2.19.md => releases/v1.19/Upgrade.md | 0 docs/Upgrade-2.20.md => releases/v1.20/Upgrade.md | 0 4 files changed, 3 insertions(+), 7 deletions(-) rename docs/Upgrade-2.19.md => releases/v1.19/Upgrade.md (100%) rename docs/Upgrade-2.20.md => releases/v1.20/Upgrade.md (100%) diff --git a/charts/kubeadm/templates/resources/10-runtimeClass.yaml b/charts/kubeadm/templates/resources/10-runtimeClass.yaml index ed979d2..8ed077b 100644 --- a/charts/kubeadm/templates/resources/10-runtimeClass.yaml +++ b/charts/kubeadm/templates/resources/10-runtimeClass.yaml @@ -2,7 +2,7 @@ apiVersion: node.k8s.io/v1 kind: RuntimeClass metadata: name: crio -handler: runc +handler: crun overhead: podFixed: - memory: 16Mi + memory: 4Mi diff --git a/docs/Quickstart.md b/docs/Quickstart.md index 485dd68..7c03d31 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -26,16 +26,12 @@ All configs and scriptss are normally under: ## Prepare Config check values.yaml for your cluster -## Get CloudBender kubezero config -Cloudbender creates a kubezero config file, which incl. all outputs from the Cloudformation stacks in `outputs/kube/kubezero.yaml`. -Place kubezero.yaml *next* to the values.yaml - ## Bootstrap The first step will install all CRDs of enabled components only to prevent any dependency issues during the actual install. `./bootstrap.sh crds all clusters//` The second step will install all enabled components incl. various checks along the way. -`./bootstrap.sh deploy all clusters//` +`./bootstrap.sh apply all clusters//` ## Success ! Access your brand new container platform via kubectl / k9s / lens or the tool of your choosing. diff --git a/docs/Upgrade-2.19.md b/releases/v1.19/Upgrade.md similarity index 100% rename from docs/Upgrade-2.19.md rename to releases/v1.19/Upgrade.md diff --git a/docs/Upgrade-2.20.md b/releases/v1.20/Upgrade.md similarity index 100% rename from docs/Upgrade-2.20.md rename to releases/v1.20/Upgrade.md