Mathieu Parent

Results 188 comments of Mathieu Parent

@ddecrulle I think it should be a region config, probably near: https://github.com/InseeFrLab/onyxia-api/blob/9349b5c327f5a6b75d259f6970fe31b672a2ea1c/docs/region-configuration.md#k8spublicendpoint-properties

Yes. This is documented here: https://docs.cilium.io/en/stable/configuration/argocd-issues/#argo-cd-deletes-customresourcedefinitions Still, I don't understand why ArgoCD catches those resources. Maybe they copy the labels and annotations from the pods. Could this be a bug...

@fpetkovski The k8s bug is here: https://github.com/kubernetes/kubernetes/issues/82292

A possible workaround would be to truncate the descriptions with `crd:maxDescLen=0`, like in https://github.com/crossplane/crossplane/pull/702. A fix around: https://github.com/prometheus-operator/prometheus-operator/blob/e0208869d37d6e5727cec8138dae4ea751a31b1a/Makefile#L188-L193

@paulfantom My usecase is within ArgoCD. ` kubectl apply --server-side` is not implemented yet (https://github.com/argoproj/argo-cd/issues/2267). And even if it's implemented, it will probably need an annoation too.

Is this PR still needed now we have https://github.com/open-policy-agent/gatekeeper-library/tree/master/library/general/externalip?

Maybe this PR should be closed? https://github.com/open-policy-agent/gatekeeper-library/pull/253 was merged with the same goal. Ping @maxsmythe @shomron