-
Notifications
You must be signed in to change notification settings - Fork 18
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
istiod not found #549
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6204.
|
storage overlay here was not correct, attaching the new one:
|
With a very quick look I can see the following error lines that are interesting
It looks like
But the weird thing is that the log complains that it can't find a service @natalytvinova do they have any extra Istio resources on their side? |
Hm @kimwnasptd that was the name of the model that I gave the first time, but then remembered that the model can only be named "kubeflow". But I destroyed that model, and seems the resources were not cleaned up? |
hmm looks like it. We can confirm this though as well. The webhook is a cluster scoped resource so there's a chance that the charms might not be cleaning up global resources, but will need to confirm this. @natalytvinova if you list all validation webhooks in the cluster do you see any that redirects traffic to a service in the |
@kimwnasptd sorry, how do I list them? |
|
Thanks! There it is:
|
We'll need to delete this extra So let's confirm that istiod is up and running after:
And then from our team to look in parallel on why this resource (or what other resources) get left behind. How did you then remove the |
I think I might have used --force on the istio-pilot application when it was stuck removing model with |
Hi @kimwnasptd I cleaned the webhooks, deleted the pod - didn't help. I redeployed the kubeflow, but still it's trying to access the kubeflow-dev. Do you have any ideas of any non namespaced resources that might reference it? |
@natalytvinova could you give me some more information on what the error is? Is it the same issue on the Istio charm? |
@kimwnasptd the error is still the same as I initially described:
I even went ahead and after destroying the model cleaned up all the left crd's - didn't help |
@natalytvinova could you provide a detailed list of steps that you did? I understand it's the following:
If the above are not accurate please let me know. And then you still see the same error? In this case, is there still a |
@kimwnasptd Yes, you are correct exactly those steps plus:
There is no istio-validator-kubeflow-dev anymore. This is what I have:
|
At the end we were able to determine that istiod-default-validator contained the old configuration with: |
Ah, I thought this was taken care of after #549 (comment) Nice to see getting to the bottom of this. @natalytvinova I've created a follow-up issue to track the bug that the operator didn't update the webhook to the expected value #551 Is there something else to cover in this issue or should we close it? |
@kimwnasptd we can close it, thank you for you help! |
Bug Description
Hi team,
I'm facing an istio-pilot unit fail with hook-failed "ingress-relation-changed".
Bundle with overlays:
storage-overlay.yaml.txt
mlflow-overlay.yaml.txt
auth-overlay.yaml.txt
kubeflow.yaml.txt
To Reproduce
Environment
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: