yyvf22 pushed to branch main at Root / Documentação

Commits:

1 changed file:

Changes:

  • content/pt-br/guides/kubernetes/como-remover-nodos.md
    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/>