Vitaly E.

Results 12 comments of Vitaly E.

Let me explain how this can be done on OpenShift: First, create a `ConfigMap` as described in the [doc for disabling GSP RM](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/custom-driver-params.html). ```console oc create configmap kernel-module-params -n nvidia-gpu-operator...

Thanks @displague for reviewing the PR! Unfortunately, it was created a year ago and I don't have time to troubleshoot any new problems right now. Feel free to close it,...

> @empovit what do you mean by: > > > NOTE: Currently, the dra-example-driver-kubeletplugin pod crashes if Kind runs as non-root/non-sudo. > > Is this true for both docker and...

Hmm, #52 fixes the issue on 1.30, but other changes break the Podman support :( This can't run because Kind's build has Docker hard-coded: ```console KUBE_GIT_VERSION=v1.30.0 BUILD_KIND_IMAGE=true KIND_K8S_TAG=v1.31.0-rc.1 ./demo/create-cluster.sh ```

@elezar my understanding is that it's Kind/K8s policy to use only Docker, so proposing changes to Kind won't work. @klueska I think that would be great. Alternatively, we can mention...

Thank you @klueska! I've rebased the PR on top of main and updated the README to include Podman. PTAL

> I don't see anything in the PR that tells `kind` itself to use `podman`. > > I expected to see something like `KIND_EXPERIMENTAL_PROVIDER=podman` in the scripts somehwere... It's auto-detected...