You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On current Kubernetes cluster (see below), "Kubernetes Marketplace" page shows:
Restricted Access
You don't have access to this section due to cluster policy.
packagemanifests.packages.apps.redhat.com is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "packagemanifests" in API group "packages.apps.redhat.com" at the cluster scope
I installed OLM this way:
Run Kubernetes using hack/local-up-cluster.sh (~today-ish master)
Install OLM using kubectl create -f deploy/upstream/manifests/latest/ (with current OLM master)
Run console using ./scripts/run_console_local.sh
The text was updated successfully, but these errors were encountered:
We provide two ClusterRoles that you can bind a user to: aggregate-olm-view and aggregate-olm-view. They are automatically aggregated to the view and edit roles, if those are appropriate to use.
cluster-admin works as well, but these will let you use OLM types without granting that high.
On current Kubernetes cluster (see below), "Kubernetes Marketplace" page shows:
I installed OLM this way:
kubectl create -f deploy/upstream/manifests/latest/
(with current OLM master)./scripts/run_console_local.sh
The text was updated successfully, but these errors were encountered: