Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick committed Jul 28, 2020
1 parent b7e5a2f commit 4ca96bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ In [the plugin.yaml file](./deploy/krew/plugin.yaml):

1. Choose one of the following:

- easy way: `kubectl krew install --manifest=./deploy/krew/plugin.yaml`
- easy way: `kubectl krew install --manifest=./deploy/krew/node-pod.yaml`

- hard way:
1. download a binary from [the github project release page](https://github.com/mattfenwick/krew-node-pod/releases/tag/v0.0.3)

2. run a `krew install` against the downloaded binary

```
kubectl krew install --manifest=./deploy/krew/plugin.yaml --archive=/Users/mfenwick/Downloads/node-pod_darwin_amd64.tar.gz
kubectl krew install --manifest=./deploy/krew/node-pod.yaml --archive=/Users/mfenwick/Downloads/node-pod_darwin_amd64.tar.gz
```

2. test it
Expand Down
File renamed without changes.

0 comments on commit 4ca96bd

Please sign in to comment.