feat(kube-proxy): Trying to use cilium's kube-proxy

This commit is contained in:
Vegard Hagen
2023-01-22 14:45:12 +01:00
parent 2b840e6e8e
commit 3f3f1eeac0
2 changed files with 10 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ We are going to use Cilium kube-proxy (TODO)
sudo kubeadm init
```
Kubelet 1.26 requires containerd 1.6.0+
```shell
sudo kubeadm init --skip-phases=addon/kube-proxy
```
## Set up kubectl
https://kubernetes.io/docs/tasks/tools/

View File

@@ -5,7 +5,10 @@ cluster:
encryption:
nodeEncryption: false
kubeProxyReplacement: disabled
k8sServiceHost: 192.168.1.12
k8sServicePort: 6443
kubeProxyReplacement: strict
operator:
replicas: 1