Andrei Kvapil
Andrei Kvapil
Unfortunately logs are clean, after switching logs to TRACE everything works as it should 😕
Guess this is duplicate of https://github.com/LINBIT/linstor-server/issues/326
I was wrong, this isn't duplicate, this is different issue Today I've got the same situation. Volume definition was resized, but DRBD and backing LV is not: ```bash # kubectl...
Thank you, merged
@jessesuen, I guess this workaround is possible only with in-cluster configuration, and wont work for the external ones.
As about Capabilities, `helm template` command supports setting capabilities manually, ref https://github.com/argoproj/argo-cd/issues/3594
@randrusiak, it works to me: ```diff # helm template . --set ingress.enabled=true --include-crds > /tmp/1.yaml # helm template . --api-versions networking.k8s.io/v1/Ingress --set ingress.enabled=true --include-crds > /tmp/2.yaml # diff -u /tmp/1.yaml...
Actually my note was more likely for contributors than for users :) They could implement api-versions passing from the argocd-application-controller to the argocd-repo-server via API call. On current stage, I...
@themoriarti, there are defaults provided by the etcd-operator maintainers. We can consider other values, but I think it might be better to address this in the upstream project. https://github.com/aenix-io/etcd-operator/
Hi I just wanted to leave a note how to debug such issues: ```bash cat > kustomize.sh kustomization.yaml