-
Notifications
You must be signed in to change notification settings - Fork 10
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
A different Redpanda version is installed other than what is listed in image.tag
#137
Comments
That kinda makes sense to me. There's no version pinning anywhere across the operator or helm charts :/ How is the IMO we should 🪓 the redpanda version from the versioning scheme. It doesn't really make sense to bind a version of redpanda to a specific operator release especially when it's just deploying a version of the helm chart. WDYT? |
I think that would be a great solution that would avoid the confusion altogether. |
@JakeSCahill how complicated of a docs change do you think removing the redpanda version from the operator's versioning would be? We could potentially re-publish some of the operator versions without the redpanda version as well for consistency. |
Can't we simply say in our docs that this number in the CRD 'ref' version is the 'latest' Redpanda version the Operator can support? That part makes sense to me (you this is the max Redpanda this thing is designed for). Is that not good enough @vuldin ? That said, I agree if the IMAGE tag version is listed as the max supported RP version thats maybe a bit more confusing. Also we probably at a minimum should not include the 3rd digit in this metadata indicating latest supported RP for that Operator. Whereas major version support often requires stuff in Operator, that precision makes it more confusing and likely inaccurate. |
The remaining issue is that it is just too confusing. The helm chart also has an
This is just not straight forward and simple. Each point above invites questions. |
I'd prefer if we didn't go that route. As Josh has noted, it's quite confusing to see two versions where you expect to see one. It also means that we'd have to push out new versions of the operator even if no changes are required to "support" new versions of redpanda. @mattschumpert are there any reasons to keep the RP version suffix? From my view point it's a net loss to have a scheme like that. |
I run the following command:
And I eventually end up with a different Redpanda version:
It turns out that the Redpanda version within the
image.tag
actually refers to the latest Redpanda version at the time of this release... but this isn't the version you are guaranteed to get.JIRA Link: K8S-221
The text was updated successfully, but these errors were encountered: