diff --git a/README.md b/README.md index 6c2a6d1..dafaee1 100644 --- a/README.md +++ b/README.md @@ -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.