A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
I am attempting to install via Helm I get the following error:
release kube-fledged failed, and has been uninstalled due to atomic being set: Internal error occurred: failed calling webhook "validate-image-cache.kubefledged.io": Post "https://kube-fledged-kubefledged-webhook-server.management.svc:3443/validate-image-cache?timeout=1s": no endpoints available for service "kube-fledged-kubefledged-webhook-server"
I am using a Terraform resource that looks as follows:
If I turn off atomic both of the pods (controller and webhook-server) report as running but the helm release still fails and is marked as such with helm list -n management.
I've also tried installing this manually via the Helm commands in the README.md.
I am attempting to install via Helm I get the following error:
I am using a Terraform resource that looks as follows:
If I turn off
atomic
both of the pods (controller and webhook-server) report as running but the helm release still fails and is marked as such withhelm list -n management
.I've also tried installing this manually via the Helm commands in the
README.md
.