Skip to content

Commit d51198b

Browse files
committed
feat: improve reinstall or delete explanation
1 parent 11d6f82 commit d51198b

File tree

15 files changed

+135
-105
lines changed

15 files changed

+135
-105
lines changed

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.de-de.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
4040
> [!primary]
4141
>
4242
> 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.
43+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4444
4545
Whole cluster configuration is resetted but some value can be precise (optional):
4646

47-
- nodes_policy: reinstall|delete
47+
- workerNodesPolicy: reinstall|delete
4848
- minor_version: for ex. 1.25
49-
- update_policy: "ALWAYS_UPDATE" by default
49+
- updatePolicy: "ALWAYS_UPDATE" by default
5050
- customization: API Server & kube proxy configuration
51-
- private_network_id: private network openstack UUID
52-
- private_network_routing_as_default: true|false
53-
- default_vrack_gateway: gateway IP
54-
- kube_proxy_mode: ipvs|iptables
51+
- privateNetworkId: private network openstack UUID
52+
- privateNetworkConfiguration: true|false
53+
- defaultVrackGateway: gateway IP
54+
- kubeProxyMode: ipvs|iptables
5555

5656
## Requirements
5757

@@ -133,6 +133,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
133133
null
134134
```
135135

136+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
137+
136138
> [!primary]
137139
>
138140
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-asia.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-au.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-ca.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-gb.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).(depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-ie.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-sg.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.en-us.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
3838
> [!primary]
3939
>
4040
> 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.
41+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4242
4343
Whole cluster configuration is resetted but some value can be precise (optional):
4444

45-
- nodes_policy: reinstall|delete
45+
- workerNodesPolicy: reinstall|delete
4646
- minor_version: for ex. 1.25
47-
- update_policy: "ALWAYS_UPDATE" by default
47+
- updatePolicy: "ALWAYS_UPDATE" by default
4848
- customization: API Server & kube proxy configuration
49-
- private_network_id: private network openstack UUID
50-
- private_network_routing_as_default: true|false
51-
- default_vrack_gateway: gateway IP
52-
- kube_proxy_mode: ipvs|iptables
49+
- privateNetworkId: private network openstack UUID
50+
- privateNetworkConfiguration: true|false
51+
- defaultVrackGateway: gateway IP
52+
- kubeProxyMode: ipvs|iptables
5353

5454
## Requirements
5555

@@ -131,6 +131,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
131131
null
132132
```
133133

134+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
135+
134136
> [!primary]
135137
>
136138
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.es-es.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
4040
> [!primary]
4141
>
4242
> 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.
43+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4444
4545
Whole cluster configuration is resetted but some value can be precise (optional):
4646

47-
- nodes_policy: reinstall|delete
47+
- workerNodesPolicy: reinstall|delete
4848
- minor_version: for ex. 1.25
49-
- update_policy: "ALWAYS_UPDATE" by default
49+
- updatePolicy: "ALWAYS_UPDATE" by default
5050
- customization: API Server & kube proxy configuration
51-
- private_network_id: private network openstack UUID
52-
- private_network_routing_as_default: true|false
53-
- default_vrack_gateway: gateway IP
54-
- kube_proxy_mode: ipvs|iptables
51+
- privateNetworkId: private network openstack UUID
52+
- privateNetworkConfiguration: true|false
53+
- defaultVrackGateway: gateway IP
54+
- kubeProxyMode: ipvs|iptables
5555

5656
## Requirements
5757

@@ -133,6 +133,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
133133
null
134134
```
135135

136+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
137+
136138
> [!primary]
137139
>
138140
> 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.

pages/platform/kubernetes-k8s/resetting-a-cluster/guide.es-us.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Through the OVHcloud Control Panel and the API, you can reset your OVHcloud Mana
4040
> [!primary]
4141
>
4242
> 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.
43+
> Nodes will be either deleted or reinstalled (depending on the option you set during the reset).
4444
4545
Whole cluster configuration is resetted but some value can be precise (optional):
4646

47-
- nodes_policy: reinstall|delete
47+
- workerNodesPolicy: reinstall|delete
4848
- minor_version: for ex. 1.25
49-
- update_policy: "ALWAYS_UPDATE" by default
49+
- updatePolicy: "ALWAYS_UPDATE" by default
5050
- customization: API Server & kube proxy configuration
51-
- private_network_id: private network openstack UUID
52-
- private_network_routing_as_default: true|false
53-
- default_vrack_gateway: gateway IP
54-
- kube_proxy_mode: ipvs|iptables
51+
- privateNetworkId: private network openstack UUID
52+
- privateNetworkConfiguration: true|false
53+
- defaultVrackGateway: gateway IP
54+
- kubeProxyMode: ipvs|iptables
5555

5656
## Requirements
5757

@@ -133,6 +133,8 @@ If you go to the [Kubernetes section](https://api.ovh.com/console/#/cloud/projec
133133
null
134134
```
135135

136+
By default, if you don't specify it, the `workerNodesPolicy` option will be equals to `delete`. If you don't want your Nodes deleted but reinstalled instead, you have to specify `"workerNodesPolicy": "reinstall"`.
137+
136138
> [!primary]
137139
>
138140
> 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

Comments
 (0)