-
Notifications
You must be signed in to change notification settings - Fork 10
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
Latest lab helm chart not installing on rancher desktop #214
Comments
Ok - the first error is because the name lab was still around - this seems to be a new behavior? I deleted it and reran - I also had to re-adjust the resource settings for rancher - seem to have gotten lost after I did an update. Still getting a weird error..not sure why dwolfson@Lazurus egeriaConnectors % kubectl logs lab-odpi-egeria-lab-core-0 There were some changes to my network - I'll explore that. |
Suspect that this is related to rancher - was able to get helm chart running on linux box. (except for Jupyter) |
The first error is caused by reusing the name of the 'release' - in your example it was 'lab'. In theory you can have multiple named releases in the namespace - but I can't promise I've tested that recently. I would recommend you do one 'release' (that's the helm name) per namespace. Not using a duplicate name (within the same namespace) has always been an error. The second error is caused by trying to install a second instance within the cluster (whether same namespace or not) due to the way strimzi creates cluster wide resources. This is covered at https://egeria-project.org/guides/operations/kubernetes/charts/overview/?h=strimzi#strimzi-permissions-and-co-existance . It is probably worth adding the example error in the docs as an example to help with search? |
The final error you posted - from when you issue kubectl - indicates a problem with connectivity to the api server. That's going to be down to your chosen implementation of k8s and local configuration/networking. It's not anything to do with egeria, it's infra setup. |
Thanks - I think I straightened out most of my network issues (does perfection exist?) and the base charts install properly as expected. With the labs charts (on my Mac) all pods start as expected except Jupyter - which gives the error: The labs charts start properly on my Linux box.. |
Can you do a Most likely, you have configured jupyter to use a secret, but have not defined the secret. K8s is therefore going to tell you in the 'describe' that it's missing the secret it needs to run the pod........ ;-) |
Of course this may be an issue with my environment but haven't seen this error before so thought I would document. I loaded latest helm charts and tried to install and got:
Not sure what name is already in use or how to clear it...
I tried to install base with a simpler command and got a bit more output:
The text was updated successfully, but these errors were encountered: