You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OVHcloud Managed Kubernetes service provides you Kubernetes clusters without the hassle of installing or operating them.
36
+
OVHcloud Managed Kubernetes service provides you Kubernetes clusters without the hassle of installing or operating them.
37
37
38
-
**Find out how to reset an OVHcloud Managed Kubernetes cluster.**
38
+
Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Managed Kubernetes cluster.
39
39
40
+
> [!primary]
41
+
>
42
+
> During a reset, all data in the ETCD will be deleted (pods, deployments, services, secrets, CRDs, etc.), all PVC (Persistent Volume Claim) with their PCI cinder volumes and also load balancers.
43
+
> Nodes will be either deleted or reinstalled.
44
+
45
+
Whole cluster configuration is resetted but some value can be precise (optional):
46
+
- nodes_policy: reinstall|delete
47
+
- minor_version: for ex. 1.25
48
+
- update_policy: "ALWAYS_UPDATE" by default
49
+
- customization: API Server & kube proxy configuration
### Step 1 - Ask for cluster reset on the OVHcloud Control Panel
61
+
### Reset a Kubernetes cluster on the OVHcloud Control Panel
49
62
50
-
Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned.
63
+
#### Step 1 - Ask for cluster reset on the OVHcloud Control Panel
64
+
65
+
Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned.
51
66
52
67
Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu.
53
68
@@ -59,8 +74,7 @@ Click on your Kubernetes cluster.
59
74
60
75
In the *Service* tab of the administration UI, click on *Reset your cluster*.
61
76
62
-
63
-
### Step 2 - Choose the type of reset you want
77
+
#### Step 2 - Choose the type of reset you want
64
78
65
79
You have two options on the reset menu, *Delete* and *Reinstall*.
66
80
@@ -75,12 +89,91 @@ You can also choose the minor version of the cluster and the private network att
75
89
Click on the `Confirm`{.action} button to continue.
76
90
77
91
78
-
### Step 3 - Wait for the resetting to end
92
+
####Step 3 - Wait for the resetting to end
79
93
80
94
Depending on the chosen kind of reset, the process can take several minutes. During that time, a message on the manager warns you that the cluster is under resetting:
To simplify things, we are using the [API Explorer](https://api.ovh.com/) which allows to explore, learn and interact with the API in an interactive way.
103
+
104
+
Log in to the API Explorer using your OVHcloud NIC handle.
105
+
106
+
{.thumbnail}
107
+
108
+
If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/project/%7BserviceName%7D/kube~GET) of the API Explorer, you will see the available endpoints:
109
+
110
+
{.thumbnail}
> You should receive a response with `null` content. This message will be improved in the future with the same information you have after a Kubernetes cluster creation.
excerpt: Find out how to reset an OVHcloud Managed Kubernetes cluster
4
4
slug: resetting-a-cluster
5
5
section: User guides
6
-
updated: 2022-07-27
6
+
updated: 2023-03-23
7
7
---
8
8
9
-
**Last updated July 27th, 2022.**
9
+
**Last updated March 23th, 2023.**
10
10
11
11
<style>
12
12
pre {
@@ -31,19 +31,34 @@ updated: 2022-07-27
31
31
32
32
## Objective
33
33
34
-
OVHcloud Managed Kubernetes service provides you Kubernetes clusters without the hassle of installing or operating them.
34
+
OVHcloud Managed Kubernetes service provides you Kubernetes clusters without the hassle of installing or operating them.
35
35
36
-
**Find out how to reset an OVHcloud Managed Kubernetes cluster.**
36
+
Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Managed Kubernetes cluster.
37
37
38
+
> [!primary]
39
+
>
40
+
> During a reset, all data in the ETCD will be deleted (pods, deployments, services, secrets, CRDs, etc.), all PVC (Persistent Volume Claim) with their PCI cinder volumes and also load balancers.
41
+
> Nodes will be either deleted or reinstalled.
42
+
43
+
Whole cluster configuration is resetted but some value can be precise (optional):
44
+
- nodes_policy: reinstall|delete
45
+
- minor_version: for ex. 1.25
46
+
- update_policy: "ALWAYS_UPDATE" by default
47
+
- customization: API Server & kube proxy configuration
### Step 1 - Ask for cluster reset on the OVHcloud Control Panel
59
+
### Reset a Kubernetes cluster on the OVHcloud Control Panel
60
+
61
+
#### Step 1 - Ask for cluster reset on the OVHcloud Control Panel
47
62
48
63
Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned.
49
64
@@ -57,8 +72,7 @@ Click on your Kubernetes cluster.
57
72
58
73
In the *Service* tab of the administration UI, click on *Reset your cluster*.
59
74
60
-
61
-
### Step 2 - Choose the type of reset you want
75
+
#### Step 2 - Choose the type of reset you want
62
76
63
77
You have two options on the reset menu, *Delete* and *Reinstall*.
64
78
@@ -73,12 +87,91 @@ You can also choose the minor version of the cluster and the private network att
73
87
Click on the `Confirm`{.action} button to continue.
74
88
75
89
76
-
### Step 3 - Wait for the resetting to end
90
+
####Step 3 - Wait for the resetting to end
77
91
78
92
Depending on the chosen kind of reset, the process can take several minutes. During that time, a message on the manager warns you that the cluster is under resetting:
To simplify things, we are using the [API Explorer](https://api.ovh.com/) which allows to explore, learn and interact with the API in an interactive way.
101
+
102
+
Log in to the API Explorer using your OVHcloud NIC handle.
103
+
104
+
{.thumbnail}
105
+
106
+
If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/project/%7BserviceName%7D/kube~GET) of the API Explorer, you will see the available endpoints:
107
+
108
+
{.thumbnail}
> You should receive a response with `null` content. This message will be improved in the future with the same information you have after a Kubernetes cluster creation.
0 commit comments