[Git][root/root.pages.c3sl.ufpr.br][main] feat: add new guide on how to scale down a cluster

yyvf22 pushed to branch main at Root / Documentação Commits: 1568847f by yyvf at 2025-08-04T11:17:38-03:00 feat: add new guide on how to scale down a cluster - - - - - 1 changed file: - + content/pt-br/guides/kubernetes/como-remover-nodos.md Changes: ===================================== content/pt-br/guides/kubernetes/como-remover-nodos.md ===================================== @@ -0,0 +1,16 @@ +--- +title: Como remover nodos +type: docs +tags: [kubernetes,talos-linux] +--- + +```sh +talosctl -n $NODE_IP reset +kubectl delete node $NODE_NAME +``` + +{{< alert color="warning" title="Aviso" >}} +A ordem importa. +{{< /alert >}} + +- Guia oficial do Talos Linux: <https://www.talos.dev/v1.10/talos-guides/howto/scaling-down/> View it on GitLab: https://gitlab.c3sl.ufpr.br/root/root.pages.c3sl.ufpr.br/-/commit/1568847f6a... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/root.pages.c3sl.ufpr.br/-/commit/1568847f6a... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)