Skip to content

Conversation

pawanpraka1
Copy link
Contributor

fixes: #163

Signed-off-by: Pawan pawan@mayadata.io

Why is this PR required? What issue does it fix?:

This field was added in Kubernetes 1.16 and it informs Kubernetes about
the volume modes that are supported by the driver. The default is
"Persistent" if it is not used.

What this PR does?:

This operator yaml will not work on k8s 1.14 and 1.15, since the driver supports
those k8s version so no need to mention volumeLifecycleModes in the operator as
the default is "Persistent". We broke this in #85.

Checklist:

  • Fixes #
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Has the change log section been updated?
  • Commit has unit tests
  • Commit has integration tests
  • (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
  • (Optional) If documentation changes are required, which issue on https://github.com/openebs/openebs-docs is used to track them:

@pawanpraka1 pawanpraka1 added the kind/bug Categorizes issue or PR as related to a bug label Jul 21, 2020
@pawanpraka1 pawanpraka1 added this to the v0.10 milestone Jul 21, 2020
@pawanpraka1 pawanpraka1 requested a review from kmova July 21, 2020 13:59
@pawanpraka1 pawanpraka1 changed the title fix(yaml): removing the volumeLifecycleModes from the operator yaml fix(yaml): removing volumeLifecycleModes from the operator yaml Jul 21, 2020
This field was added in Kubernetes 1.16 and it informs Kubernetes about
the volume modes that are supported by the driver. The default is
"Persistent" if it is not used.

This operator yaml will not work on k8s 1.14 and 1.15, since the driver supports
those k8s version so no need to mention volumeLifecycleModes in the operator as
the default is "Persistent".

Signed-off-by: Pawan <pawan@mayadata.io>
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2020

Codecov Report

Merging #186 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   22.88%   22.88%           
=======================================
  Files          14       14           
  Lines         485      485           
=======================================
  Hits          111      111           
  Misses        373      373           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6b4f0b...ff0eb80. Read the comment docs.

@kmova
Copy link
Member

kmova commented Jul 22, 2020

@pawanpraka1 -- should this change be added to the openebs/charts YAML files as well?

@pawanpraka1
Copy link
Contributor Author

yes @kmova , I will raise the same PR in the charts repo.

@kmova kmova merged commit 14f237d into openebs:master Jul 22, 2020
@pawanpraka1 pawanpraka1 deleted the yaml branch July 27, 2020 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

readme need to be updated
3 participants