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
Describe the bug Reproducibility: rare (faced only once).
Sometimes the CAPI installation happens before the CAPI operator is fully functional which leads to the following error:
error: "HelmRelease kcm-system/capi is not yet ready: Helm install failed for release kcm-system/capi with chart [email protected]: 1 error occurred:\n\t* Internal error occurred: failed calling webhook \"vcoreprovider.kb.io\": failed to call webhook: Post \"[https://capi-operator-webhook-service.kcm-system.svc:443/mutate-operator-cluster-x-k8s-io-v1alpha2-coreprovider?timeout=10s](https://capi-operator-webhook-service.kcm-system.svc/mutate-operator-cluster-x-k8s-io-v1alpha2-coreprovider?timeout=10s)\": dial tcp 10.96.119.28:443: i/o timeout"
The capi HelmRelease is in a Failed state and the installation is not retried. Thus, the installation of all other components is stuck.
Failed
Workaround
HelmRelease
To Reproduce Steps to reproduce the behavior:
Expected behavior All K0rdent components are up and running
The text was updated successfully, but these errors were encountered:
Remove the capi HelmRelease
Any change to capi helmrelease spec or corresponding helmrepo spec is also working as retry btw
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Reproducibility: rare (faced only once).
Sometimes the CAPI installation happens before the CAPI operator is fully functional which leads to the following error:
The capi HelmRelease is in a
Failed
state and the installation is not retried. Thus, the installation of all other components is stuck.Workaround
HelmRelease
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All K0rdent components are up and running
The text was updated successfully, but these errors were encountered: