moved traefik to casa-mini-minion-01
This commit is contained in:
@@ -193,6 +193,21 @@ curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.36.1+k3s1 sh -
|
|||||||
|
|
||||||
kubectl taint nodes <master-node-name> node-role.kubernetes.io/control-plane=:NoSchedule
|
kubectl taint nodes <master-node-name> node-role.kubernetes.io/control-plane=:NoSchedule
|
||||||
|
|
||||||
|
**Example of selector/tolerations for pods, deployments:**
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
...
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: casa
|
||||||
|
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
...
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
kubectl taint nodes casa node-role.kubernetes.io/control-plane=:NoSchedule
|
kubectl taint nodes casa node-role.kubernetes.io/control-plane=:NoSchedule
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -18,12 +18,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: casa
|
kubernetes.io/hostname: casa-mini-minion-01
|
||||||
|
|
||||||
tolerations:
|
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
ingressClass:
|
ingressClass:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user