tofu-controller
tofu-controller copied to clipboard
infra.contrib.fluxcd.io/v1alpha2\": Not Implemented"
Hello, I am trying to install the controller in network isolated cluster and added proxy throw env var HTTPS_PROXY but it seems that there is an error keeps crashing the controller container {"level":"error","ts":"2024-03-24T19:11:34.324Z","logger":"setup","msg":"unable to create controller","controller":"Terraform","error":"failed setting index fields: failed to get API group resources: unable to retrieve the complete list of server APIs: infra.contrib.fluxcd.io/v1alpha2: Get "https://IP:443/apis/infra.contrib.fluxcd.io/v1alpha2": Not Implemented"} at first I saw that crd infra.contrib.fluxcd.io wasn't installed so I installed it throw yaml file I had from another open cluster but same error kept showing. I also gave role/clusterrole wide permission but error stay same so now I am stuck on debugging the error.