Executing command 'helm repo add hashicorp https://helm.releases.hashicorp.com && helm upgrade --install consul hashicorp/consul --set global.name=consul'...
"hashicorp" already exists with the same configuration, skipping
Release "consul" does not exist. Installing it now.
Error: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource CustomResourceDefinition "controlplanerequestlimits.consul.hashicorp.com" in namespace "": customresourcedefinitions.apiextensions.k8s.io "controlplanerequestlimits.consul.hashicorp.com" is forbidden: User "system:serviceaccount:okteto:<UUID here>" cannot get resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope
error executing command 'helm repo add hashicorp https://helm.releases.hashicorp.com && helm upgrade --install consul hashicorp/consul --set global.name=consul': exit status 1
Hello @WordlessEcho !
In Okteto Cloud there are certain restrictions for the applications deployed on it. In your case, the deployment of consul requires getting certain CRDs which is not allowed by the RBAC rules applied in Okteto Cloud.
Best regards!