Troubleshooting Common Issues #
This troubleshooting guide goes over some of the common problems you may encounter.
Troubleshooting Failed Pipeline(s) #
- Look at the output of the failed job, and go from there
- Make sure the GitLab Kubernetes agent is installed and running properly
- Enable Debug Logging and Re-Run Jobs
Troubleshooting Failed Local Installation #
- Make sure you have installed all of the
brew
requirements - Make sure you are in a virtual environment and have installed
requirements.txt
- Make sure you are using Python3 and Pip3
Troubleshooting Failed Cluster Installation (via Helm) #
- Make sure the values in values.yaml are set correctly
- Make sure you deployed the
ingress-controller
andmariadb database
before installing the notes application
Troubleshooting Network Policies #
- Make sure the labels in the
network policy
anddeployments
are set correctly - Make sure the cluster you created supports
network policies
- Make sure the project paths are correct when configuring GitOps