Skip to content
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 tweaks #1

Merged
merged 2 commits into from
Jan 23, 2019

Conversation

pohly
Copy link

@pohly pohly commented Jan 21, 2019

This is a solution for the two issues that I raised during the initial review of kubernetes-csi#1:

  • picking the right RBAC rules
  • removal of obsolete node RBAC rules

pohly added 2 commits January 21, 2019 11:46
The RBAC rules were already obsolete before and in 1.0.2 they were
also removed officially
(https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v1.0.2).
Picking the RBAC rules from a release branch is not quite accurate (we
want the rules released together with the tagged version) and is
something that must be kept in sync manually.

It is better to not hard-code this in the script and instead get the
exact versions from the .yaml files.

There should be no need for users to pass parameters to the script, so
let's just mention that this is possible without going into details in
the README.md. The previous instructions were out-dated, too.
@vladimirvivien
Copy link
Owner

@pohly thanks for this piece of code.

@vladimirvivien vladimirvivien merged commit 23656aa into vladimirvivien:transfer-hostpath Jan 23, 2019
vladimirvivien pushed a commit that referenced this pull request Mar 13, 2019
vladimirvivien pushed a commit that referenced this pull request Mar 13, 2019
Moves hostpath driver from kubernetes-csi/drivers monorepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants