Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add delete node pool section #5569

Merged
merged 8 commits into from
Jan 30, 2025
47 changes: 47 additions & 0 deletions docs/docs-content/clusters/cluster-management/node-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sidebar_label: "Node Pools"
title: "Node Pools"
description: "Learn about the node pools and applying changes to a node pool."
hide_table_of_contents: false
toc_max_heading_level: 2
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved
sidebar_position: 190
tags: ["clusters", "cluster management"]
---
Expand Down Expand Up @@ -215,6 +216,52 @@ After you have modified a new node pool, you can validate the node pool by follo
5. Ensure the new node pool is listed in the **Node Pools** section and that all compute instances are in the healthy
status.

## Delete a Node Pool

You can delete a worker node pool from an active cluster. Follow the steps below to learn how to delete a node pool.
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved

:::warning

Deleting a node pool removes its worker nodes and evicts its workloads, potentially causing disruptions. Ensure that
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved
your remaining node pools can handle the displaced workloads before proceeding.

:::

### Prerequisites

- An active cluster in Palette with at least one worker node pool.

- The `cluster.update` permission, which is required to edit clusters.

### Delete Node Pool

1. Log in to [Palette](https://console.spectrocloud.com).

2. From the left **Main Menu**, click on **Clusters**.
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved

3. Select the cluster with the node pool you want to delete.

4. Click the **Nodes** tab.

5. Locate the node pool you want to delete and click the **Delete** button.

6. Click **Delete** again to confirm the deletion. This action will drain and delete all nodes in the node pool.

### Validate

Use the following steps to confirm that the node pool was deleted successfully.

1. Log in to [Palette](https://console.spectrocloud.com).

2. From the left **Main Menu**, click on **Clusters**.

3. Select the cluster that had the deleted node pool.

4. Click the **Nodes** tab.

5. Verify that the deleted node pool is no longer listed in the **Node Pools** section and that all the remaining
compute instances are in a healthy state.

## Approve Cluster Repave

### Prerequisites
Expand Down
Loading