-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cis-operator doesn't support Kubernetes cluster managed by Scaleway #103
Comments
Any news about this issue? |
Found easy way for start cis-operator - just add label to any node in cluster k label node MYNODE kubernetes.azure.com/cluster="" Operator start think about this cluster "aks here" but its not a problem for start scaning and configuration profiles |
Same here using OVHCloud managed Kubernetes cluster. Thanks for the trick @xom4ek ! |
Hi @manicole ! What label did you put on OVH nodes ? Thanks ! |
I'm getting this problem on a self hosted cluster (kubespray) |
Hi @c-romeo, thanks, I should have mentioned that I already figured that out 😁 and I just wanted to push this issue because the node label makes the cluster look like a cloud based cluster when you view it in Rancher. |
The question on this one is, |
Hi,
cis-operator works only with providers declared here : https://github.com/rancher/kubernetes-provider-detector/tree/master/providers
Having a Kubernetes cluster managed by Scaleway, my cluster can't launch cis-operator. When executing, getting this error :
Shouldn't the start be allowed even if the detection of the provider fails ?
Thank's.
The text was updated successfully, but these errors were encountered: