pke
pke copied to clipboard
PKE is an extremely simple CNCF certified Kubernetes installer and distribution, designed to work on any cloud, VM or bare metal.
| Q | A | --------------- | --- | Bug fix? | no | New feature? | yes | API breaks? | no | Deprecations? | no | Related tickets...
The ComponentStatus resource is deprecated as of Kubernetes 1.19: https://github.com/kubernetes/kubernetes/pull/93570 We use it to check if the API server is available: https://github.com/banzaicloud/pke/blob/master/cmd/pke/app/phases/kubeadm/controlplane/controlplane.go#L1018
Support automatic keepalived installation/configuration
Signed-off-by: George Gaál | Q | A | --------------- | --- | Bug fix? | no | New feature? | no | API breaks? | no | Deprecations? | no...
**Is your feature request related to a problem? Please describe.** I want PKE to install Docker for me. **Describe the solution you'd like to see** Install Docker if it's not...
Currently only the builtin kubedm versions are supported.
https://github.com/banzaicloud/pke/pull/114#discussion_r499234531
**Describe the bug** When you run `banzai cp up --provider pke` on a linux box without docker or containerd, the installer exits with an error message missing `ctr` in the...