chore: doc reorg to prep 1.22 release, RunTimeClass config for crun

This commit is contained in:
Stefan Reimer 2022-04-13 12:24:10 +02:00
parent d448cf3cce
commit 4d41352f65
4 changed files with 3 additions and 7 deletions

View File

@ -2,7 +2,7 @@ apiVersion: node.k8s.io/v1
kind: RuntimeClass kind: RuntimeClass
metadata: metadata:
name: crio name: crio
handler: runc handler: crun
overhead: overhead:
podFixed: podFixed:
memory: 16Mi memory: 4Mi

View File

@ -26,16 +26,12 @@ All configs and scriptss are normally under:
## Prepare Config ## Prepare Config
check values.yaml for your cluster 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 ## Bootstrap
The first step will install all CRDs of enabled components only to prevent any dependency issues during the actual install. 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/<ENV>/<REGION>` `./bootstrap.sh crds all clusters/<ENV>/<REGION>`
The second step will install all enabled components incl. various checks along the way. The second step will install all enabled components incl. various checks along the way.
`./bootstrap.sh deploy all clusters/<ENV>/<REGION>` `./bootstrap.sh apply all clusters/<ENV>/<REGION>`
## Success ! ## Success !
Access your brand new container platform via kubectl / k9s / lens or the tool of your choosing. Access your brand new container platform via kubectl / k9s / lens or the tool of your choosing.