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
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/k8s/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1427,7 +1427,7 @@ async def delete_node(
1427
1427
Delete a specific Node. Note that when there is not enough space to reschedule all the pods (such as in a one-node cluster), disruption of your applications can be expected.
1428
1428
:param region: Region to target. If none is passed will use default region from the config.
1429
1429
:param node_id: ID of the node to replace.
1430
-
:param skip_drain: Skip draining node from its workload.
1430
+
:param skip_drain: Skip draining node from its workload (Note: this parameter is currently inactive).
1431
1431
:param replace: Add a new node after the deletion of this node.
Copy file name to clipboardExpand all lines: scaleway/scaleway/k8s/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1427,7 +1427,7 @@ def delete_node(
1427
1427
Delete a specific Node. Note that when there is not enough space to reschedule all the pods (such as in a one-node cluster), disruption of your applications can be expected.
1428
1428
:param region: Region to target. If none is passed will use default region from the config.
1429
1429
:param node_id: ID of the node to replace.
1430
-
:param skip_drain: Skip draining node from its workload.
1430
+
:param skip_drain: Skip draining node from its workload (Note: this parameter is currently inactive).
1431
1431
:param replace: Add a new node after the deletion of this node.
0 commit comments