Under the "Set up remote access" section, click the Download (blue arrow) icon. Install the Extension:
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: gco-controller rules: - apiGroups: ["example.com"] resources: ["gcos", "gcos/status"] verbs: ["get","list","watch","update","patch"] - apiGroups: ["apps"] resources: ["deployments"] verbs: ["get","list","create","update","patch","delete"] g co crd setup