Skip to content

Commit 11b2732

Browse files
authored
Merge pull request #41092 from mrgiles/40453_remove_k8s_min_version_req
Remove minimum Kubernetes version requirement from prerequisites
2 parents 086af40 + 6282a22 commit 11b2732

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/tasks/administer-cluster/safely-drain-node.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ reviewers:
66
- kow3ns
77
title: Safely Drain a Node
88
content_type: task
9-
min-kubernetes-server-version: 1.5
109
weight: 310
1110
---
1211

@@ -16,8 +15,7 @@ optionally respecting the PodDisruptionBudget you have defined.
1615

1716
## {{% heading "prerequisites" %}}
1817

19-
{{% version-check %}}
20-
This task also assumes that you have met the following prerequisites:
18+
This task assumes that you have met the following prerequisites:
2119
1. You do not require your applications to be highly available during the
2220
node drain, or
2321
1. You have read about the [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) concept,

0 commit comments

Comments
 (0)