make deploy
cd config/default && /Users/ddevalco/Dropbox/escm/awx19_5/awx-operator/bin/kustomize edit set namespace escm-stg
/Users/ddevalco/Dropbox/escm/awx19_5/awx-operator/bin/kustomize build config/default | kubectl apply -f -
namespace/escm-stg unchanged
serviceaccount/awx-operator-controller-manager unchanged
configmap/awx-operator-awx-manager-config created
service/awx-operator-controller-manager-metrics-service created
deployment.apps/awx-operator-controller-manager created
Error from server (Forbidden): error when retrieving current configuration of:
Error from server (Forbidden): error when retrieving current configuration of:
Error from server (Forbidden): error when retrieving current configuration of:
Error from server (Forbidden): error when creating "STDIN":
roles.rbac.authorization.k8s.io "awx-operator-awx-manager-role" is forbidden: user "u-w4453qrfpa" (groups=["azuread_group://"system:authenticated" "system:cattle:authenticated"]) is attempting to grant RBAC permissions not currently held:
{APIGroups:[""], Resources:["events"], Verbs:["delete"]}
{APIGroups:[""], Resources:["pods/log"], Verbs:["create"]}
{APIGroups:[""], Resources:["rolebindings"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:[""], Resources:["roles"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:[""], Resources:["services/finalizers"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["apps"], Resources:["deployments/finalizers"], ResourceNames:["awx-operator"], Verbs:["update"]}
{APIGroups:["apps"], Resources:["ingresses"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
networking.k8s.io"], Resources:["daemonsets"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
networking.k8s.io"], Resources:["deployments"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
networking.k8s.io"], Resources:["replicasets"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
networking.k8s.io"], Resources:["statefulsets"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["configmaps"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["endpoints"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["persistentvolumeclaims"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["pods"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["secrets"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["serviceaccounts"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["services"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
rbac.authorization.k8s.io"], Resources:["services/finalizers"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
route.openshift.io"], Resources:["routes"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
{APIGroups:["
route.openshift.io"], Resources:["routes/custom-host"], Verbs:["get" "list" "create" "delete" "patch" "update" "watch"]}
Error from server (Forbidden): error when creating "STDIN":
roles.rbac.authorization.k8s.io "awx-operator-leader-election-role" is forbidden: user "u-w4453qrfpa" (groups=["azuread_group:// "system:authenticated" "system:cattle:authenticated"]) is attempting to grant RBAC permissions not currently held:
{APIGroups:["
coordination.k8s.io"], Resources:["leases"], Verbs:["get" "list" "watch" "create" "update" "patch" "delete"]}
Error from server (Forbidden): error when retrieving current configuration of:
Name: "awx-operator-metrics-reader", Namespace: ""
Error from server (Forbidden): error when retrieving current configuration of:
Name: "awx-operator-proxy-role", Namespace: ""
Error from server (Forbidden): error when retrieving current configuration of:
Name: "awx-operator-proxy-rolebinding", Namespace: ""
make: *** [deploy] Error 1
I guess I'm confused about this PR I mentioned above and the fact it alludes to moving away from anything cluster scoped, yet I'm still seeing errors that indicate you can't really completely move everything from being cluster scoped?
Just can't seem to get past these errors to install via Operator and wondering what am I missing understanding about this.
Thanks,
Dane