Etienne Divet

Results 9 comments of Etienne Divet

Hey, sorry for the delay, I did a rebase. I'm not sure if an example is needed somewhere.

Hello @nitishfy As I said on slack, there is no breaking change, This PR only extends Global Projects to work with the field `destinationServiceAccounts` The change mentionned in the doc...

I wanted to provide a fix but I'm not sure about the solution: - add `spec.ingressClassName` in the CRD and, similar to native ingress, a mutatingwebhook injects the default value...

Hey, can we add https://github.com/kubernetes-sigs/kubespray/pull/11666 to the release note ?

Hi, For trident-operator deployment, you need to set this two values (based on your error message, maybe it needs an etcd toleration too): ```yaml nodeSelector: nodetype: master tolerations: - key:...

Are you sure the label `nodetype: master` exists on your control-planes ? If not change `controllerPluginNodeSelector ` and `nodeSelector` to match an existing one

I don't know what's the recommended setup. @kimuraos sorry I suggested `nodetype: master` because it was written in your first message. Based on the `describe` output, you should set this:...

Hi, +1 for this PR. We are deploying chaos mesh with ArgoCD and we have to build a second helm chart for CR like ExternalSecrets. An `extraObjects` would solve that....

Hi, I created https://github.com/rancher/dashboard/pull/16106. My use-case is a some CRDs with messages on a few lines, similar to what I tested in this PR. I can add screenshot that cover...