-
Notifications
You must be signed in to change notification settings - Fork 378
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
fix(kafka): add clusterName because of api-changes #1624
fix(kafka): add clusterName because of api-changes #1624
Conversation
Signed-off-by: Christopher Paul Haar <[email protected]>
@@ -479,6 +482,7 @@ spec: | |||
description: Create tags when creating the cluster. | |||
type: object | |||
required: | |||
- clusterName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would defaulting this parameter to the object name provide backwards compatibility? Would it make sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
problem is for people using compositions - the cr.name is complete different
FYI - have tested out the new changes @haarchri and the msk cluster is now being provisioned, thank you! One point to note, doing a describe on the cluster gives the following:
And the status of the cluster never changes from this:
|
Yes we found the same we will update shortly |
we will publish tomorrow a new fix release #1638 |
Signed-off-by: Christopher Paul Haar [email protected]
Description of your changes
fix(kafka): add clusterName because of api-changes
Fixes #1612
replace: #1620
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested