Skip to content

Commit 31f5d62

Browse files
authored
docs: Fixing redirects from docs/user-guide which were removed in website repo (#9851)
* Fixing redirects from docs/user-guide which were removed in website redirects list * Fixing missing quote
1 parent 2e588c6 commit 31f5d62

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/kubernetes-dashboard/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app:
2323
pullSecrets: []
2424
scheduling:
2525
# Node labels for pod assignment
26-
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
26+
# Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
2727
nodeSelector: {}
2828
security:
2929
# Allow overriding csrfKey used by API/Auth containers.

modules/web/src/create/from/form/createsecret/template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<kd-user-help>
6060
<span i18n>A secret with the specified name will be added to the cluster in the namespace.</span>
6161
<a
62-
href="https://kubernetes.io/docs/user-guide/secrets/"
62+
href="https://kubernetes.io/docs/concepts/configuration/secret/"
6363
target="_blank"
6464
tabindex="-1"
6565
i18n
@@ -99,7 +99,7 @@
9999
file.</ng-container
100100
>
101101
<a
102-
href="https://kubernetes.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod"
102+
href="https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod"
103103
target="_blank"
104104
tabindex="-1"
105105
i18n

modules/web/src/create/from/form/template.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
>An 'app' label with this value will be added to the Deployment and Service that get deployed.</ng-container
6464
>
6565
<a
66-
href="https://kubernetes.io/docs/user-guide/labels/"
66+
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
6767
target="_blank"
6868
tabindex="-1"
6969
i18n
@@ -104,7 +104,7 @@
104104
Registry.</ng-container
105105
>
106106
<a
107-
href="https://kubernetes.io/docs/user-guide/images/"
107+
href="https://kubernetes.io/docs/concepts/containers/images/"
108108
target="_blank"
109109
tabindex="-1"
110110
i18n
@@ -179,7 +179,7 @@
179179
container.</ng-container
180180
>
181181
<a
182-
href="https://kubernetes.io/docs/user-guide/services/"
182+
href="https://kubernetes.io/docs/concepts/services-networking/service/"
183183
target="_blank"
184184
tabindex="-1"
185185
i18n
@@ -262,7 +262,7 @@
262262
include release, environment, tier, partition and track.</ng-container
263263
>
264264
<a
265-
href="https://kubernetes.io/docs/user-guide/labels/"
265+
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
266266
target="_blank"
267267
tabindex="-1"
268268
i18n
@@ -301,7 +301,7 @@
301301
secret or create a new one.</ng-container
302302
>
303303
<a
304-
href="https://kubernetes.io/docs/user-guide/secrets/"
304+
href="https://kubernetes.io/docs/concepts/configuration/secret/"
305305
target="_blank"
306306
tabindex="-1"
307307
i18n
@@ -401,7 +401,7 @@
401401
options to override the default.</ng-container
402402
>
403403
<a
404-
href="https://kubernetes.io/docs/user-guide/containers/"
404+
href="https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/"
405405
target="_blank"
406406
tabindex="-1"
407407
i18n

0 commit comments

Comments
 (0)