-
Notifications
You must be signed in to change notification settings - Fork 159
Deployment spec cleanup #364
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
Deployment spec cleanup #364
Conversation
Integration tests are failing, driver deployment is failing |
Also add: Once you do that please add it to the "Fixed" section in your description so it auto-closes the issue |
96f212d
to
c93be82
Compare
c93be82
to
1ab66e8
Compare
Addressed comments |
examples/kubernetes/demo-pod.yaml
Outdated
@@ -1,17 +1,3 @@ | |||
kind: PersistentVolumeClaim |
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.
why delete this?
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, an artifact of manual testing stuff. Putting it back
namespace: | ||
default | ||
gce-pd-csi-driver |
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.
add to readme
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 don't think the specific namespace name should be documented as it could become out of sync, but I'll mention that the deployment exists in a separate namespace
@@ -14,6 +14,7 @@ spec: | |||
app: gcp-compute-persistent-disk-csi-driver | |||
spec: | |||
serviceAccountName: csi-controller-sa | |||
priorityClassName: gce-pd-csi-driver-controller |
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.
add to readme
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 don't think the specific priorityClassName should be documented as it could become out of sync, but I'll mention the behavior of this priorityclass
@@ -1,7 +1,7 @@ | |||
commonLabels: | |||
app: gcp-compute-persistent-disk-csi-driver | |||
k8s-app: gcp-compute-persistent-disk-csi-driver |
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.
add note to readme
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 don't think this needs to be documented - it's easy for the entry to be out of date with documentation, and users typically don't have to interact with this label
…shotter version; added controller and node priorityclasses
1ab66e8
to
4a8247d
Compare
Addressed comments. @davidz627 I think it'd be nice to expand upon the the driver deployment documentation a little more, maybe with an explanation of how the deployment is structured and what to run to deploy/delete the deployment. It should be done outside this PR, but if you think this is useful I can create an issue for it |
Please do. Make sure to capture specific points of difficulty or confusion. Thanks! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, verult The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Looks like this PR broke resize. @verult could you look into that? |
/kind cleanup |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
default
to isolate the driver from arbitrary workloads.Fixes: #321
Fixes: #37
Fixes: #357
/assign @davidz627 @msau42