I am trying to setup a custom domain in my namespace.
First, I am trying to label the namespace and then annotate it as explained in the documentation.
$ kubectl label ns dev.okteto.com/custom-domain=true --overwrite
Error from server (Forbidden): namespaces is forbidden: User “system:serviceaccount:okteto:” cannot patch resource “namespaces” in API group “” in the namespace “”
$ kubectl annotate ns $ns dev.okteto.com/domain= --overwrite
Error from server (Forbidden): namespaces “” is forbidden: User “system:serviceaccount:okteto:” cannot patch resource “namespaces” in API group “” in the namespace “”