marinoborges

Results 7 comments of marinoborges

Are you using AWS default CNI?

I'm facing the same issue in OVH.. Multiple CertificateRequests created and multiple entries like this in cert-manager pod log: ``` E0330 17:07:08.164430 1 controller.go:158] cert-manager/controller/CertificateRequestManager "msg"="re-queuing item due to error...

Got the same issue but solved this after sharing the state files with the remote state consumer as documented here https://www.terraform.io/docs/cloud/workspaces/state.html#accessing-state-from-other-workspaces. This worked both for `tfe_outputs` and `terraform_remote_state`.

facing the same issue here, i have to commit into the repo the sub-chart every time it changes.. it's annoying

Unsure if we need also to change [NVIDIA_DRIVER_CAPABILITIES](https://github.com/NVIDIA/k8s-device-plugin/pull/1178/files#diff-dbab68f06da27aa9f4750f072fdb4750e0c1ccd71db972b9ebc766cf7b65694cR197) env var value when running without MPS.

@elezar if a user is upgrading device plugin via helm chart upgrade, the default value of `true` will be applied so no undesired changes are expected. Also, if a user...