Skip to content

Commit

Permalink
Merge pull request #331 from masap/sr-release-v0.84.1
Browse files Browse the repository at this point in the history
Updating supportability-review collection scripts (v0.84.1)
  • Loading branch information
dkeightley authored Dec 19, 2024
2 parents 21a694b + 47efb2e commit 24798f5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ collect_common_cluster_info() {
kubectl get storageclasses.storage.k8s.io -A -o json > storageclasses.storage.k8s.io.json
kubectl get persistentvolumeclaims -A -o json > persistentvolumeclaims.json
kubectl get apps.catalog.cattle.io -n cattle-logging-system -o json > cattle-logging-system-apps.json
if [ ! -s cattle-logging-system-apps.json ]; then
rm cattle-logging-system-apps.json
fi
kubectl get apps.catalog.cattle.io -n istio-system -o json > istio-system-apps.json
if [ ! -s istio-system-apps.json ]; then
rm istio-system-apps.json
Expand Down

0 comments on commit 24798f5

Please sign in to comment.