yyvf22 pushed to branch main at Root / Documentação
Commits:
-
1568847f
by yyvf at 2025-08-04T11:17:38-03:00
1 changed file:
Changes:
1 | +---
|
|
2 | +title: Como remover nodos
|
|
3 | +type: docs
|
|
4 | +tags: [kubernetes,talos-linux]
|
|
5 | +---
|
|
6 | + |
|
7 | +```sh
|
|
8 | +talosctl -n $NODE_IP reset
|
|
9 | +kubectl delete node $NODE_NAME
|
|
10 | +```
|
|
11 | + |
|
12 | +{{< alert color="warning" title="Aviso" >}}
|
|
13 | +A ordem importa.
|
|
14 | +{{< /alert >}}
|
|
15 | + |
|
16 | +- Guia oficial do Talos Linux: <https://www.talos.dev/v1.10/talos-guides/howto/scaling-down/> |