-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues in k8s yaml files #3403
Conversation
- Change apigroups to apiGroups in cluster-role.yaml - Change resourcenames to resourceNames in cluster-role.yaml - Add selector in deploy.yaml and ds.yaml Signed-off-by: Akash Srivastava <akash.srivastava@openebs.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Looks like the namespace 'weave' needs to be created still:
|
Hi @dholbach ! |
Yes, looks like running the same command again made it work. |
Only slightly related to this PR: is this the best way to spin up Scope in a kubernetes environment (asking for the contributor in 3149 for example). Shall we document this somewhere? E.g.
Or is there a better way? (And thanks Akash for looking into this issue!) |
@dholbach steps look good to me. Minor feedback on the above steps,
It'd be good if you can file an issue containing this info. I will have someone to send PR for the same. Thanks. |
I think for the local setup, |
I filed #3406 for this. Thanks a lot. |
Are we happy with this PR now or do we want to change something here? |
Thanks! |
apigroups
toapiGroups
in cluster-role.yamlresourcenames
toresourceNames
in cluster-role.yamlselector
in deploy.yaml and ds.yamlSigned-off-by: Akash Srivastava akash.srivastava@openebs.io
fixes: #3400