Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fixing redirects from docs/user-guide which were removed in website repo #9851

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ app:
pullSecrets: []
scheduling:
# Node labels for pod assignment
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
# Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
nodeSelector: {}
security:
# Allow overriding csrfKey used by API/Auth containers.
Expand Down
4 changes: 2 additions & 2 deletions modules/web/src/create/from/form/createsecret/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<kd-user-help>
<span i18n>A secret with the specified name will be added to the cluster in the namespace.</span>
<a
href="https://kubernetes.io/docs/user-guide/secrets/"
href="https://kubernetes.io/docs/concepts/configuration/secret/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -99,7 +99,7 @@
file.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod"
href="https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod"
target="_blank"
tabindex="-1"
i18n
Expand Down
12 changes: 6 additions & 6 deletions modules/web/src/create/from/form/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
>An 'app' label with this value will be added to the Deployment and Service that get deployed.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/labels/"
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -104,7 +104,7 @@
Registry.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/images/"
href="https://kubernetes.io/docs/concepts/containers/images/
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -179,7 +179,7 @@
container.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/services/"
href="https://kubernetes.io/docs/concepts/services-networking/service/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -262,7 +262,7 @@
include release, environment, tier, partition and track.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/labels/"
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -301,7 +301,7 @@
secret or create a new one.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/secrets/"
href="https://kubernetes.io/docs/concepts/configuration/secret/"
target="_blank"
tabindex="-1"
i18n
Expand Down Expand Up @@ -401,7 +401,7 @@
options to override the default.</ng-container
>
<a
href="https://kubernetes.io/docs/user-guide/containers/"
href="https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/"
target="_blank"
tabindex="-1"
i18n
Expand Down
Loading