Merge pull request #22441 from ankeesler/ankeesler/exec-cred-prov-install-hint
Update external credential providers docs with install hint details
This commit is contained in:
commit
f7d2e6da8c
|
@ -757,6 +757,19 @@ users:
|
|||
args:
|
||||
- "arg1"
|
||||
- "arg2"
|
||||
|
||||
# Text shown to the user when the executable doesn't seem to be present. Optional.
|
||||
installHint: |
|
||||
example-client-go-exec-plugin is required to authenticate
|
||||
to the current cluster. It can be installed:
|
||||
|
||||
On macOS: brew install example-client-go-exec-plugin
|
||||
|
||||
On Ubuntu: apt-get install example-client-go-exec-plugin
|
||||
|
||||
On Fedora: dnf install example-client-go-exec-plugin
|
||||
|
||||
...
|
||||
clusters:
|
||||
- name: my-cluster
|
||||
cluster:
|
||||
|
|
Loading…
Reference in New Issue