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
In a microk8s env, misconfigure coredns to a non reachable DNS, e.g.:
kubectl edit configmap/coredns -n kube-system
replace DNS . to some valid but non reachable ipv4 address.
.
Deploy mysql-k8s.
Once DNS is edited back to valid value, mysql-k8s is able to proper initialize.
Initialization procedure is not idempotent for this case, rendering the mysql data_dir dirty, which blocks the charm
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-6212.
This message was autogenerated
Sorry, something went wrong.
The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-6213.
No branches or pull requests
Steps to reproduce
In a microk8s env, misconfigure coredns to a non reachable DNS, e.g.:
replace DNS
.
to some valid but non reachable ipv4 address.Deploy mysql-k8s.
Expected behavior
Once DNS is edited back to valid value, mysql-k8s is able to proper initialize.
Actual behavior
Initialization procedure is not idempotent for this case, rendering the mysql data_dir dirty, which blocks the charm
The text was updated successfully, but these errors were encountered: