Hrvoje Basic

Results 11 comments of Hrvoje Basic

Hey, I'm trying to deploy `v0.15.0-rc.1` version, but I'm getting error: ``` I0228 15:18:51.597975 31 main.go:279] Retrieving plugins. I0228 15:18:51.598008 31 factory.go:104] Detected NVML platform: found NVML library I0228 15:18:51.598047...

Thanks for answer, I've already deployed this separately: **gpu-operator** ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: name: gpu-operator resources: - namespace.yaml namespace: gpu-operator helmCharts: - name: gpu-operator repo: https://nvidia.github.io/gpu-operator releaseName: gpu-operator...

Just wanted to inform you that I successfully configured and deployed the device-plugin with MPS. I disabled `NFD` in the gpu-operator helm chart and enabled it in the device-plugin installation....

It looks like this problem with secret not found is fixed in the latest release `1.3.0`: ``` Fixed Registry credentials are now consistently retrieved from Kubernetes secrets. ```

Is there a plan to support this? This feature would be especially useful in scenarios involving a Shared VPC, where the service account requires the compute.networkUser permission to create a...

Hey, they are different ones. Zone A - Compute Cluster A - Compute Cluster B Zone B - Compute Cluster C - Compute Cluster D Zone C - Compute Cluster...

Thanks for the reply. I'll try this. Since we have all zones in a single data center, should we somehow specify `zone2`, or will the provider dynamically distribute machines among...

Yes, it is the same datacenter. In our use case, we have VCenter servers for each region (EU, USA, etc.). Each VCenter is responsible for the datacenters in that region....

Yes, the picture above explains our use case. Sounds good, I'll join bi-weekly and discuss this topic with contributors.

I've temporarily solved the issue by redirecting all stderr to `/dev/null`. Just add the following line at the beginning of the script `/Users//.gvm/scripts/env/cd`. ``` exec 2>/dev/null ```