moved traefik to casa-mini-minion-01

This commit is contained in:
Márcio Fernandes
2026-06-27 09:32:25 +00:00
parent 9b5b427cd8
commit b2be4d74c0
2 changed files with 16 additions and 6 deletions
+15
View File
@@ -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