Skip to content

Conversation

razvan
Copy link
Member

@razvan razvan commented Jan 17, 2022

Description

Fixes #38
Please add a description here. This will become the commit message of the merge request later.

Review Checklist

  • Code contains useful comments
  • (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)

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

razvan and others added 30 commits January 5, 2022 12:07
…ackabletech/operator-templating repo.

Original commit message:
Fix my mistakes (#54)

- I had a few outdated references to chart_testing.yaml in there
- I accidentally dropped the "description field" from the Chart which causes lint to fail
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

I ran the cluster it works. Some notes for the cargo.tomls

  • authors = ["Stackable GmbH info@stackable.de"]
  • edition = 2021 ? Is there a reason for keeping 2018?
  • different strum versions in crd (0.22) vs operator (0.23)
  • different tokio versions in operator-binary (1.13) vs operator (1.15)

I did not check the hdfs related correctness (that should probably be lars or jim).
I think we could reduce alot of complexity in the code if we fix the ports and use more of our builders.

@razvan razvan requested a review from maltesander January 31, 2022 08:09
razvan and others added 4 commits January 31, 2022 10:22
commit d043c0a
Author: Stacky McStackface <github@stackable.de>
Date:   Mon Jan 31 15:15:00 2022 +0000

    Generated commit to update templated files based on rev 0994c92 in stackabletech/operator-templating repo.

    Original commit message:
    Allow operators access to Secret objects (#57)

    Fixes stackabletech/trino-operator#97
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

Tested and works.
Alot of hardcoded artifacts (see comments) left.

@razvan
Copy link
Member Author

razvan commented Feb 1, 2022

bors r+

bors bot pushed a commit that referenced this pull request Feb 1, 2022
## Description

Fixes #38 
*Please add a description here. This will become the commit message of the merge request later.*



Co-authored-by: Stacky McStackface <stackable-bot@users.noreply.github.com>
Co-authored-by: Stacky McStackface <github@stackable.de>
@bors
Copy link
Contributor

bors bot commented Feb 1, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Rewrite with stateful sets [Merged by Bors] - Rewrite with stateful sets Feb 1, 2022
@bors bors bot closed this Feb 1, 2022
@bors bors bot deleted the feature/rewrite-with-stateful-sets branch February 1, 2022 15:57
stackable-bot added a commit that referenced this pull request Feb 10, 2022
…ackabletech/operator-templating repo.

Original commit message:
Make Renovate slightly less annoying (#68)

* Minimize the Renovate PR window

* Let Renovate update GitHub Actions pins in templating

* Fix silly Renovate mistakes

* Use the same Renovate schedule consistently

* Also have Renovate manage jinja2 workflows
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.

Rework: Move Operator to new structure
3 participants