Yike Wang

Results 13 comments of Yike Wang

In my case, when the az configuration is: ``` az-configuration: - name: AZ1 iaas_configuration_name: default clusters: - cluster: os-compute-cluster-1 drs_rule: MUST guid: 5a132e367e2a82348a21 host_group: null resource_pool: PKS - cluster: os-compute-cluster-1...

> @uniit you are right, we install `build-essential` meta package which is pulling GCC 11.x version by default and doesn't support the options that the kernel is built with. Can...

I build a driver myself from latest code (with the fix https://gitlab.com/nvidia/container-images/driver/-/commit/dd69782dc6a21aa92ded68fb9db58bd4b1a23a4a) can workaround temporarily: `docker build -t mydriver --build-arg DRIVER_VERSION="550.54.14" --build-arg DRIVER_BRANCH="550" --build-arg CUDA_VERSION=12.4.0 --build-arg TARGETARCH=amd64 ubuntu22.04` : ```...

Hi @tariq1890 sorry to ask a very junior question, why driver installer has to be built upon https://gitlab.com/nvidia/container-images/driver/-/blob/main/ubuntu22.04/Dockerfile#L2 cuda-base image? Anything in this image will be used by installer to...

Will this fix, can the new driver installer still be used on previous kernel versions?

Do you mean add something more here https://github.com/kubernetes-sigs/image-builder/blob/master/images/capi/packer/ami/packer.json#L5 @AverageMarcus

My `domain_kernel_load_modules` is also 0. And I just run `mobprobe ip_vs` on the node to resolve the issue.

Thanks @lou-lan for your PR! We meet this issue as well because we want to deploy kube-vip on workers to serve controlplane LB in our kubernetes. Thus it has to...

Could we just build the binary ourselves, or you want the official binary published for every release?