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.
Merge kubeconfig files using "kubectl config view" (#51)
* Revert "Revert "Use token with kubeconfig set (#46)" (#48)"
This reverts commit 9112a93.
* Merge kubeconfig files using "kubectl config view"
When using `use_aws_iam_authenticator`, the kubeconfig file is broken
due to merging by shell redirection. With this commit, the kubeconfig
file is merged by `kubectl config view` command instead of shell
redirection.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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