mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 03:17:58 +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
|
sudo kubeadm init
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Kubelet 1.26 requires containerd 1.6.0+
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo kubeadm init --skip-phases=addon/kube-proxy
|
||||||
|
```
|
||||||
|
|
||||||
## Set up kubectl
|
## Set up kubectl
|
||||||
|
|
||||||
https://kubernetes.io/docs/tasks/tools/
|
https://kubernetes.io/docs/tasks/tools/
|
||||||
|
|||||||
@@ -5,7 +5,10 @@ cluster:
|
|||||||
encryption:
|
encryption:
|
||||||
nodeEncryption: false
|
nodeEncryption: false
|
||||||
|
|
||||||
kubeProxyReplacement: disabled
|
k8sServiceHost: 192.168.1.12
|
||||||
|
k8sServicePort: 6443
|
||||||
|
|
||||||
|
kubeProxyReplacement: strict
|
||||||
|
|
||||||
operator:
|
operator:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user