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

MinKubeVersion error msg as a requirement can cause misunderstandings #1093

Closed
camilamacedo86 opened this issue Oct 28, 2019 · 3 comments
Closed

Comments

@camilamacedo86
Copy link
Contributor

Bug Report

What did you do?
Create a CSV without spec the minKubeVersion

What did you expect to see?
All worked

What did you see instead? Under which circumstances?

 "requirementStatus": [
    {
      "group": "operators.coreos.com",
      "kind": "ClusterServiceVersion",
      "message": "CSV missing minimum kube version specification",
      "name": "memcachedoperator.v0.0.1",
      "status": "NotPresent",
      "version": "v1alpha1"
    },

Possible Solution
Do not show this msg since the minKubeVersion is not a requirement.

Additional context
Avoid users believes that the issues faced by them are because of it. E.g operator-framework/getting-started#43

@camilamacedo86 camilamacedo86 changed the title MinKube error msg as a requirement is confusing. MinKube error msg as a requirement can cause misunderstandings Oct 28, 2019
@camilamacedo86 camilamacedo86 changed the title MinKube error msg as a requirement can cause misunderstandings MinKubeVersion error msg as a requirement can cause misunderstandings Oct 28, 2019
@dinhxuanvu
Copy link
Member

Is solved with this PR #1094

@dinhxuanvu
Copy link
Member

The PR is merged so this issue is now resolved. Thanks.

@camilamacedo86
Copy link
Contributor Author

Really tks @dinhxuanvu 🥇

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

No branches or pull requests

2 participants