diff --git a/deploy/README.md b/deploy/README.md index 6de057fa..7f841de8 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -91,3 +91,11 @@ kubectl get pod -n kube-system -l "app=osc-cloud-controller-manager" ``` You can also deploy a simple application exposed by a Service like [2048 web application](../examples/2048/README.md). + +# Troubleshooting + +When troubleshooting issues, you can follow this debug tree to identify and resolve common problems. + +## Debug Tree + +![Debug Tree](debug-tree.png) diff --git a/deploy/debug-tree.png b/deploy/debug-tree.png new file mode 100644 index 00000000..e58bd2a5 Binary files /dev/null and b/deploy/debug-tree.png differ