-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use ClusterResources for Listener controller #232
Conversation
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.
Testing this using the hdfs-op getting started guide I get the following error
2024-10-11T06:46:22.037036Z ERROR stackable_operator::logging::controller: Failed to reconcile object controller.name="listener.listeners.stackable.tech" error=reconciler for object Listener.v1alpha1.listeners.stackable.tech/listener-simple-hdfs-namenode-default-0.default failed error.sources=[failed to apply Service.v1./listener-simple-hdfs-namenode-default-0.default, label "app.kubernetes.io/instance" contains unexpected values - expected "listener-simple-hdfs-namenode-default-0", got "simple-hdfs"]
Can we please run the hdfs-operator kuttl suite with this listener-op version before merging?
Oh, ouch. Looking into that. |
Looks like that's due to stackabletech/operator-rs#887. |
@sbernauer Should be fixed by f462caf. |
HDFS tests passed, aside from some flakiness in |
Description
Fixes #221
Definition of Done Checklist
Author
Reviewer
Acceptance