Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keegoid-nr committed Feb 23, 2021
1 parent cd2bccb commit d16d155
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.6/cki.sh)"
bash -c "$(curl -s https://raw.githubusercontent.com/keegoid-nr/cki/v0.7/cki.sh)"
```

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

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

0 comments on commit d16d155

Please sign in to comment.