pke icon indicating copy to clipboard operation
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.

Results 12 pke issues
Sort by recently updated
recently updated
newest added

| 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

Do we still use it?

area/cni

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...

area/cri

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...