-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: implementation of topolvm controller resource unit #21
Conversation
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.
Please split this PR into multiple commits. (code + manifests)
|
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.
The commit msg for the first commit refers to changes made in commit2 . Please correct the commit msgs.
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.
I see this error when I run make deploy
after make deploy
.
...
Error from server (NotFound): error when deleting "STDIN": configmaps "manager-config" not found
Error from server (NotFound): error when deleting "STDIN": services "controller-manager-metrics-service" not found
Error from server (NotFound): error when deleting "STDIN": deployments.apps "controller-manager" not found
|
I'll check but this error is not seen without this PR. |
|
- implemented resourceManager interface of lvmcluster reconciler Signed-off-by: Leela Venkaiah G <lgangava@redhat.com>
- added operator rbac to deploy topolvm controller - added CRD, controller rbac for topolvm controller to perform CSI functionalities Signed-off-by: Leela Venkaiah G <lgangava@redhat.com>
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.
Sorry. Did not notice this in earlier reviews. Everything else looks fine though we should probably validate the rbacs later.
Signed-off-by: Leela Venkaiah G <lgangava@redhat.com>
|
|
Closed this by mistake. Apologies. |
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
/lgtm |
Signed-off-by: Leela Venkaiah G lgangava@redhat.com