We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If charm is freshly installed and cannot connect to the container, then it will never recover
we block the charm here and set it for waiting
kubeflow-profiles-operator/src/charm.py
Line 209 in dfd1e91
however, there is no event on update status which should recover the charm
The text was updated successfully, but these errors were encountered:
May be it needs to be fixed this way?
if not container.can_connect(): event.defer() raise ErrorWithStatus("Pod startup is not complete", MaintenanceStatus)
And then another exception?
Sorry, something went wrong.
@i-chvets oh, I see what you mean
yes. Then on update status it should be deferred. That might work
No branches or pull requests
If charm is freshly installed and cannot connect to the container, then it will never recover
we block the charm here and set it for waiting
kubeflow-profiles-operator/src/charm.py
Line 209 in dfd1e91
however, there is no event on update status which should recover the charm
The text was updated successfully, but these errors were encountered: