flux-framework / flux-operator

Deploy a Flux MiniCluster to Kubernetes with the operator
https://flux-framework.org/flux-operator/
MIT License
31 stars 8 forks source link

Revert "cert generation done by pod" #156

Closed vsoch closed 1 year ago

vsoch commented 1 year ago

This unfortunately has introduced a new bug that I cannot resolve - the removal of the cert generator pod (although when it works it a little faster) is adding consistent delay in the entire setup of the cluster. I unfortunately haven't been able to pin down the issue, but in the meantime it's not really wise to keep this slower and less reliable version in production.

Reverts flux-framework/flux-operator#152

vsoch commented 1 year ago

Update: this was a result of benchmarking on MiniKube. on The Production GKE cluster it worked perfectly. Life lesson: don't benchmark on MiniKube.