diff --git a/docs/book/src/installation.md b/docs/book/src/installation.md index 9c2c5fd7..dc71f9dd 100644 --- a/docs/book/src/installation.md +++ b/docs/book/src/installation.md @@ -7,6 +7,21 @@ NOTE: `kconnect` requires [aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) to authenticate to the AWS EKS cluster provider. + +## kubectl plugin + +To install as a kubectl plugin: + +```bash +kubectl krew index add fidelity https://github.com/fidelity/krew-index.git +kubectl krew install fidelity/connect +``` + +You can then run like so: +```bash +kubectl connect use eks +``` + ## Mac To install on OSX you can use homebrew: diff --git a/docs/book/src/release.md b/docs/book/src/release.md index bf7f714f..6aa86439 100644 --- a/docs/book/src/release.md +++ b/docs/book/src/release.md @@ -30,7 +30,7 @@ git push origin 0.3.0 ```bash sudo docker run -v /path/to/repo/.krew.yaml:/tmp/template-file.yaml rajatjindal/krew-release-bot:v0.0.38 krew-release-bot template --tag 0.3.0 --template-file /tmp/template-file.yaml ``` -10. Take the output of this command (excluding logging output). Update this file https://github.com/fidelity/krew-index/blob.main/kconnect.yaml with the output you just obtainted (note: these manual steps will be automated in future) +10. Take the output of this command (excluding logging output). Update this file https://github.com/fidelity/krew-index/blob/main/plugins/connect.yaml with the output you just obtainted (note: these manual steps will be automated in future) ## Implementation