Failed GET requests from ray-operator node in k8s

I’ve tried both the helm command, and a manual kubernetes deploy using the 3 YAML files mentioned here: Ray Operator Advanced Configuration — Ray v1.6.0

I end up with a ray-operator node in my kubernetes, but the logs show this error:

Request attempt #4/9 failed; will retry: GET https://10.105.128.1:443/apis/metrics.smi-spec.io/v1alpha1 → APIServerError(None, None)

Any ideas on how to fix this?

thanks