Skip to content

Commit

Permalink
Merge pull request #320 from masap/sr-release-v0.76.0
Browse files Browse the repository at this point in the history
Updating supportability-review collection scripts (v0.76.0)
  • Loading branch information
dkeightley authored Nov 7, 2024
2 parents 347d3da + 06b0b5b commit df87c0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ collect_common_cluster_info() {
kubectl get deploy -n cattle-system -o json | jq '.items[] | select(.metadata.name=="cattle-cluster-agent") | .status.conditions[] | select(.type=="Available") | .status == "True"' > cattle-cluster-agent-is-running
kubectl get deploy -n cattle-fleet-system -o json > cattle-fleet-system-deploy.json
kubectl get deploy -n cattle-neuvector-system -o json > cattle-neuvector-system-deploy.json
kubectl get statefulsets -n cattle-fleet-system -o json > cattle-fleet-system-statefulsets.json
kubectl get settings.management.cattle.io server-version -o json > server-version.json
kubectl get clusters.management.cattle.io -o json > clusters.management.cattle.io.json
kubectl get storageclasses.storage.k8s.io -A -o json > storageclasses.storage.k8s.io.json
Expand Down

0 comments on commit df87c0f

Please sign in to comment.