Eliminado archivos de documentacion duplicados.

This commit is contained in:
2025-06-05 18:05:39 +00:00
parent 5c37b82cfe
commit 6465fbfb6f
16 changed files with 16 additions and 151 deletions

View File

@ -12,3 +12,5 @@ kubectl label node worker node-role.kubernetes.io/worker=""
# Para que el master no ejecute workloads, aplica el taint:
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
```
[Volver al README principal](../../README.md)