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: content/en/docs/tasks/configure-pod-container/migrate-from-psp.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ admission controller. This can be done effectively using a combination of dry-ru
17
17
18
18
{{% version-check %}}
19
19
20
-
- Ensure the `PodSecurity`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) is enabled.
20
+
If you are currently running a version of Kubernetes other than
21
+
{{ skew currentVersion }}, you may want to switch to viewing this
22
+
page in the documentation for the version of Kubernetes that you
23
+
are actually running.
21
24
22
25
This page assumes you are already familiar with the basic [Pod Security Admission](/docs/concepts/security/pod-security-admission/)
0 commit comments