Collecting Cluster Dump For Management Cluster
Learn about pcddump - a powerful utility for collecting comprehensive PCD Management cluster information for offline troubleshooting.
Prerequisites
export KUBECONFIG=</path/to/your/pcd-management-cluster-kubeconfig.yaml>
# Verify connectivity
kubectl get nodesInstallation
bash <(curl -Ls https://raw.githubusercontent.com/platform9/PCDDump/refs/heads/main/pcddump.sh)# Download the script
curl -L https://raw.githubusercontent.com/platform9/PCDDump/refs/heads/main/pcddump.sh -o pcddump.sh
# Make it executable
chmod +x pcddump.sh
# Execute the script
./pcddump.shAdditional Information
Last updated
Was this helpful?
