Skip to content

Commit

Permalink
(#54) Exception thrown when Nodes not in Ready state
Browse files Browse the repository at this point in the history
  • Loading branch information
lasiva committed Dec 16, 2020
1 parent 71ea020 commit 4c94dbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pre_install_report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@ The following issue may impact the performance and expected results of this tool
NAME DESIRED CURRENT READY AGE
replicaset.apps/hello-world-6665cf748b 2 2 0 115m
Suggested commands to delete resources before running the tool again:
kubectl -n <namespace> delete replicaset.apps/hello-world-6665cf748b
kubectl -n <namespace> delete pos/hello-world-6665cf748b-5x2jq
kubectl -n <namespace> delete pod/hello-world-6665cf748b-tkq79
```

0 comments on commit 4c94dbe

Please sign in to comment.