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

chore(operator): bump k8s csi to latest stable container images #218

Merged
merged 1 commit into from
Jan 10, 2021

Conversation

prateekpandey14
Copy link
Contributor

@prateekpandey14 prateekpandey14 commented Dec 30, 2020

What this PR does:

  • Bump k8s csi sidecar container image to latest stable releases minimum kubernetes version to support 1.17

  • Remove the deprecated Cluster Driver Registrar container which is no longer required since the CSIDriver object instance should be created by CSI driver installer (or manually)

  • Update the Snapshot specific CRDs to V1 version

  • Remove the --provisioner flag not required (not present)
    in new version of csi-provisioner

  • Added the --default-fstype flag required to be set new
    csi-provisioner release

Signed-off-by: prateekpandey14 [email protected]

@prateekpandey14 prateekpandey14 force-pushed the update-operators branch 3 times, most recently from edd1f20 to 641f7bb Compare December 31, 2020 08:04
- Bump k8s csi sidecar container image to latest stable
  releases minimum kubernetes version to support 1.17

- Remove the deprecated Cluster Driver Registrar container,
  no longer required since the `CSIDriver` object instance
  should be created by CSI driver installer (or manually)

- Update the Snapshot specific CRDs to `V1` version

- Remove the `--provisioner` flag not required (not present)
  in new version of csi-provisioner

- Added the `--default-fstype` flag required to be set new
  csi-provisioner release

Signed-off-by: prateekpandey14 <[email protected]>
Copy link
Contributor

@akhilerm akhilerm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given some comments.

@payes payes merged commit 0903d25 into openebs-archive:master Jan 10, 2021
- driver
type: object
served: true
storage: false
Copy link
Contributor

@akhilerm akhilerm Jan 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the v1 version not the storage version? @prateekpandey14

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.

3 participants