Skip to content

Commit

Permalink
Merge pull request #1890 from ankeesler/ankeesler/install-hint-doc-up…
Browse files Browse the repository at this point in the history
…date

Update installHint doc upon feedback in user-facing docs
  • Loading branch information
k8s-ci-robot committed Jul 9, 2020
2 parents 577962e + 6b5ae00 commit 1f246c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions keps/sig-auth/541-external-credential-providers/README.md
Expand Up @@ -138,18 +138,18 @@ users:
- name: "FOO"
value: "bar"

# Hint to help the user install the executable. Optional.
# 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:
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 macOS: brew install example-client-go-exec-plugin
On Ubuntu: apt-get 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
On Fedora: dnf install example-client-go-exec-plugin
...
...
clusters:
- name: my-cluster
cluster:
Expand Down

0 comments on commit 1f246c6

Please sign in to comment.