Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keegoid-nr committed Feb 5, 2021
1 parent 45af21b commit 70507c4
Showing 1 changed file 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 @@ -7,11 +7,11 @@ Assist in troubleshooting Kubernetes clusters.
The following cURL or Wget commands will download and run a script which will collect cluster info, resources at the cluster level, and resources from within the specified namespace.

```
bash -c "$(curl -s https://raw.githubusercontent.com/keegoid-nr/cki/v0.3/cki.sh)"
bash -c "$(curl -s https://raw.githubusercontent.com/keegoid-nr/cki/v0.4/cki.sh)"
```

```
bash -c "$(wget -qO- https://raw.githubusercontent.com/keegoid-nr/cki/v0.3/cki.sh)"
bash -c "$(wget -qO- https://raw.githubusercontent.com/keegoid-nr/cki/v0.4/cki.sh)"
```

Any resources your Kubernetes user does not have access to will be skipped.
Expand Down

0 comments on commit 70507c4

Please sign in to comment.