Xiaodong Xie
Xiaodong Xie
I do think people should have mentioned this workaround elsewhere. I am using this https://hub.docker.com/r/oracle/graalvm-ce/ docker image, to build the native-image running on Linux, on my MacBook laptop.
Came across this issue, and worked around it by using this hack: ``` python -m pip install --upgrade pip setuptools wheel python -m pip install --no-use-pep517 lightfm pip install -r...
Got inspirations from this comment: https://github.com/helm/helm/issues/7219#issuecomment-1488061676 This works for me: ``` helm plugin install https://github.com/helm/helm-mapkubeapis helm mapkubeapis -n kube-system cluster-autoscaler ``` Then upgrading `cluster-autoscaler` using `helm upgrade --install` succeeded.