-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubleshooting guide for installation and service-mesh #3940
Comments
Ideas for Installation troubleshooting:
Can't think of any cluster-related issues that are common enough to be added to a troubleshooting doc. |
I would also add to installation area problems with analyzing logs output of "is-installed" script. People often get confused with istio installation and think this is the root cause although different component has failed. |
For service mesh I would describe problems with connection refused - ports not being opened in the ingress gateway. Additionally, mention problems with mTLS - crucial for people who deploy apps without sidecar |
Troubleshooting guideInstallationNetwork error when accessing kyma consoleDescription: When accessing kyma console, a Network Error is presented. This will happen on any cluster (minikube, or cloud provider) that uses a Self Signed TLS certificate, and means that the certificate is not present in the system trust store. Fix: There are two methods of fixing this issue:
Errors after restarting minikubeDescription: In the case of restarting kyma in minikube (by rebooting your machine, or using Fix: In order to properly halt the minikube and restart it, please follow this document Kyma-installer is stuck at ContainerCreating step, when using custom imageDescription: Fix: A common reason for this, is an error in the user supplied
Th second image is the one that needs to be replaced, not the first. Kyma-installer fails with error:
|
|
Updated content |
Update 2 |
Update 3 |
Description
Recently we observed many topics related to installation which are duplicates, however, valid and we do not have documentation for it. For example problems with tiller and
transport is closing
and istio crds not being visible. Creating a troubleshooting guide with the most common topics which occur in the community will help developers and will help us with giving help on community channels.AC:
New documentation topic displayed on kyma-project.io in area installation and service-mesh covering most common topics such as tiller certificates, installer logs/retires, istio crds not being visibile.
Reasons
Improve developer experience by giving easy access to documentation describing most common states that may occur, but are not a bug itself.
Attachments
The text was updated successfully, but these errors were encountered: