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

[Merged by Bors] - Update operator-rs to 0.27.1 #591

Closed
wants to merge 4 commits into from

Conversation

maltesander
Copy link
Member

@maltesander maltesander commented Nov 18, 2022

Description

fixes #583

test: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/zookeeper-operator-it-custom/20/

Review Checklist

  • Code contains useful comments
  • CRD change approved (or not applicable)
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)
  • Helm chart can be installed and deployed operator works (or not applicable)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

@maltesander maltesander requested a review from a team November 18, 2022 13:35
@maltesander maltesander self-assigned this Nov 18, 2022
@maltesander maltesander marked this pull request as ready for review November 18, 2022 13:56
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm (just the one comment) % successful CI tests

@maltesander maltesander requested a review from adwk67 November 18, 2022 15:56
@maltesander
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Nov 18, 2022
@bors
Copy link
Contributor

bors bot commented Nov 18, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Update operator-rs to 0.27.1 [Merged by Bors] - Update operator-rs to 0.27.1 Nov 18, 2022
@bors bors bot closed this Nov 18, 2022
@bors bors bot deleted the update_operator_rs_0_27_1 branch November 18, 2022 16:19
@maltesander maltesander mentioned this pull request Nov 19, 2022
7 tasks
bors bot pushed a commit that referenced this pull request Nov 19, 2022
# Description

When testing with Kafka, the ZooKeeper operator does no longer create respective ZNodes due to:
```
ERROR stackable_operator::logging::controller: Failed to reconcile object controller.name="znode.zookeeper.stackable.tech" error=reconciler for object ZookeeperZnode.v1alpha1.zookeeper.stackable.tech/simp
le-znode.default failed error.sources=[failed to save discovery information to ConfigMap.v1./simple-znode.default, Label contains unexpected content. Expected: app.kubernetes.io/instance=simple-znode, actual: app.kubernetes.io/insta
nce=simple-zk]                
```

This was introduced in #591

Added testcase to check if a znode ConfigMap is created successfully.

Test: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/zookeeper-operator-it-custom/21/



Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
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

Successfully merging this pull request may close these issues.

Bump operator-rs to 0.27.1
2 participants