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
|
||||
|
||||
**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
|
||||
kubectl taint nodes casa node-role.kubernetes.io/control-plane=:NoSchedule
|
||||
```
|
||||
|
||||
@@ -18,12 +18,7 @@ spec:
|
||||
values:
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: casa
|
||||
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
kubernetes.io/hostname: casa-mini-minion-01
|
||||
|
||||
ingressClass:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user