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 :
time="2021-07-23T09:33:28Z" level=info msg="Starting CIS-Operator"
time="2021-07-23T09:33:29Z" level=fatal msg="Error building controller: unknown provider"
Shouldn't the start be allowed even if the detection of the provider fails ?
Thank's.