File tree 3 files changed +9
-9
lines changed
charts/kubernetes-dashboard
modules/web/src/create/from/form
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
pullSecrets : []
24
24
scheduling :
25
25
# 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 /
27
27
nodeSelector : {}
28
28
security :
29
29
# Allow overriding csrfKey used by API/Auth containers.
Original file line number Diff line number Diff line change 59
59
< kd-user-help >
60
60
< span i18n > A secret with the specified name will be added to the cluster in the namespace.</ span >
61
61
< a
62
- href ="https://kubernetes.io/docs/user-guide/secrets / "
62
+ href ="https://kubernetes.io/docs/concepts/configuration/secret / "
63
63
target ="_blank "
64
64
tabindex ="-1 "
65
65
i18n
99
99
file.</ ng-container
100
100
>
101
101
< 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 "
103
103
target ="_blank "
104
104
tabindex ="-1 "
105
105
i18n
Original file line number Diff line number Diff line change 63
63
> An 'app' label with this value will be added to the Deployment and Service that get deployed.</ ng-container
64
64
>
65
65
< a
66
- href ="https://kubernetes.io/docs/user-guide /labels/ "
66
+ href ="https://kubernetes.io/docs/concepts/overview/working-with-objects /labels/ "
67
67
target ="_blank "
68
68
tabindex ="-1 "
69
69
i18n
104
104
Registry.</ ng-container
105
105
>
106
106
< a
107
- href ="https://kubernetes.io/docs/user-guide /images/ "
107
+ href ="https://kubernetes.io/docs/concepts/containers /images/ "
108
108
target ="_blank "
109
109
tabindex ="-1 "
110
110
i18n
179
179
container.</ ng-container
180
180
>
181
181
< a
182
- href ="https://kubernetes.io/docs/user-guide /services/ "
182
+ href ="https://kubernetes.io/docs/concepts /services-networking/service / "
183
183
target ="_blank "
184
184
tabindex ="-1 "
185
185
i18n
262
262
include release, environment, tier, partition and track.</ ng-container
263
263
>
264
264
< a
265
- href ="https://kubernetes.io/docs/user-guide /labels/ "
265
+ href ="https://kubernetes.io/docs/concepts/overview/working-with-objects /labels/ "
266
266
target ="_blank "
267
267
tabindex ="-1 "
268
268
i18n
301
301
secret or create a new one.</ ng-container
302
302
>
303
303
< a
304
- href ="https://kubernetes.io/docs/user-guide/secrets / "
304
+ href ="https://kubernetes.io/docs/concepts/configuration/secret / "
305
305
target ="_blank "
306
306
tabindex ="-1 "
307
307
i18n
401
401
options to override the default.</ ng-container
402
402
>
403
403
< a
404
- href ="https://kubernetes.io/docs/user-guide/containers / "
404
+ href ="https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container / "
405
405
target ="_blank "
406
406
tabindex ="-1 "
407
407
i18n
You can’t perform that action at this time.
0 commit comments