mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-30 01:22:31 +00:00
feat(kube-proxy): Trying to use cilium's kube-proxy
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -5,7 +5,10 @@ cluster:
|
||||
encryption:
|
||||
nodeEncryption: false
|
||||
|
||||
kubeProxyReplacement: disabled
|
||||
k8sServiceHost: 192.168.1.12
|
||||
k8sServicePort: 6443
|
||||
|
||||
kubeProxyReplacement: strict
|
||||
|
||||
operator:
|
||||
replicas: 1
|
||||
|
||||
Reference in New Issue
Block a user