Created
July 25, 2019 18:22
-
-
Save j-griffith/71e4b043afe6b040f61cedf92ff3cbb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E0725 18:21:33.390379 1 controller.go:213] error syncing condition: the server could not find the requested resource (put localvolumes.local.storage.openshift.io localfs-disks) | |
time="2019-07-25T18:21:33Z" level=error msg="error syncing key (local-storage/localfs-disks): error applying localvolume role local-storage-provisioner-cr-role: roles.rbac.authorization.k8s.io \"local-storage-provisioner-cr-role\" is forbidden: User \"system:serviceaccount:local-storage:local-storage-operator\" cannot get resource \"roles\" in API group \"rbac.authorization.k8s.io\" in the namespace \"local-storage\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/usr/bin/bash
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.10.1/olm.yaml
kubectl create ns local-storage
kubectl apply -f https://raw.githubusercontent.com/openshift/local-storage-operator/master/examples/olm/catalog-create-subscribe.yaml