chore: doc reorg to prep 1.22 release, RunTimeClass config for crun
This commit is contained in:
parent
76575b8cd1
commit
3c674865f4
@ -2,7 +2,7 @@ apiVersion: node.k8s.io/v1
|
||||
kind: RuntimeClass
|
||||
metadata:
|
||||
name: crio
|
||||
handler: runc
|
||||
handler: crun
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: 16Mi
|
||||
memory: 4Mi
|
||||
|
@ -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/<ENV>/<REGION>`
|
||||
|
||||
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 !
|
||||
Access your brand new container platform via kubectl / k9s / lens or the tool of your choosing.
|
||||
|
Loading…
Reference in New Issue
Block a user