Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seankelly001 committed Jan 6, 2021
1 parent 264a899 commit 960f5ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/book/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@

<em>NOTE:</em> `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:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 960f5ac

Please sign in to comment.