We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288303 commit e129f79Copy full SHA for e129f79
source/installation/resource-manager/kubernetes.rst
@@ -60,7 +60,7 @@ cluster looks like:
60
``auto_supplemental_groups``
61
Automatically populate a container's ``securityContext.supplementalGroups`` with the users
62
supplemental groups.
63
-```server``
+``server``
64
The Kubernetes server to communicate with. This field is a map with ``endpoint`` and
65
``cert_authority_file`` keys.
66
``auth``
@@ -341,7 +341,7 @@ Another approach would be to use the same OIDC client configuration for OnDemand
341
job:
342
# ...
343
auth:
344
- type: 'odic'
+ type: 'oidc'
345
346
This uses the OIDC credentials that you've logged in with. When
347
the dashboard starts up it will ``set-context`` and ``set-cluster``
0 commit comments