Skip to content

Commit

Permalink
merge origin
Browse files Browse the repository at this point in the history
  • Loading branch information
keegoid-nr committed Jan 29, 2021
2 parents bd28bda + dda46da commit fd230d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ 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.

```
<<<<<<< HEAD
curl -o- https://raw.githubusercontent.com/keegoid-nr/cki/v0.2/cki.sh | bash
```

```
wget -qO- https://raw.githubusercontent.com/keegoid-nr/cki/v0.2/cki.sh | bash
=======
curl -o- https://raw.githubusercontent.com/keegoid-nr/cki/v0.6/cki.sh | bash
```

```
wget -qO- https://raw.githubusercontent.com/keegoid-nr/cki/v0.6/cki.sh | bash
>>>>>>> dda46da7fd4de917064c8d23e8a7daf5ed12e17c
```

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

0 comments on commit fd230d8

Please sign in to comment.