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
{{ message }}
This repository was archived by the owner on Apr 27, 2020. It is now read-only.
* Use token with kubeconfig set
This supports the case where we supply a kubeconfig without secrets
to be stored in git, and the token is supplied separately.
If token is set, this creates a new user with token and resets the user
of the current active context.
* Update README.md, AUTHORS
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ The version of this resource corresponds to the version of kubectl. We recommend
35
35
36
36
### cluster configs
37
37
38
-
- `server`: *Optional.* The address and port of the API server. Requires `token`.
39
-
- `token`: *Optional.* Bearer token for authentication to the API server. Requires `server`.
38
+
- `server`: *Optional.* The address and port of the API server.
39
+
- `token`: *Optional.* Bearer token for authentication to the API server.
40
40
- `namespace`: *Optional.* The namespace scope. Defaults to `default`. If set along with `kubeconfig`, `namespace` will override the namespace in the current-context
41
41
- `certificate_authority`: *Optional.* A certificate file for the certificate authority.
0 commit comments