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/run-application/configure-pdb.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ specified by one of the built-in Kubernetes controllers:
49
49
In this case, make a note of the controller's `.spec.selector`; the same
50
50
selector goes into the PDBs `.spec.selector`.
51
51
52
-
From version 1.15 PDBs support custom controllers where the [scale subresource](docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
52
+
From version 1.15 PDBs support custom controllers where the [scale subresource](/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
53
53
54
54
You can also use PDBs with pods which are not controlled by one of the above
55
55
controllers, or arbitrary groups of pods, but there are some restrictions,
0 commit comments