Skip to content

[Merged by Bors] - Adapt discovery to best practice#131

Closed
maltesander wants to merge 13 commits intomainfrom
adapt_discovery_to_best_practice
Closed

[Merged by Bors] - Adapt discovery to best practice#131
maltesander wants to merge 13 commits intomainfrom
adapt_discovery_to_best_practice

Conversation

@maltesander
Copy link
Member

@maltesander maltesander commented Feb 10, 2022

Description

fixes #119

  • Discovery now works via setting env variable from config map
  • Improved the Trino MVP without HTTPS, Authentication, OPA etc.

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)
  • 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 February 10, 2022 16:36
@maltesander maltesander self-assigned this Feb 10, 2022
Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

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

I wouldn't install os packages when setting up a Trino cluster because that can go wrong in many ways.

removed manually downloading dependencies (openssl)
@maltesander maltesander requested a review from razvan February 11, 2022 10:00
@lfrancke
Copy link
Member

I wouldn't install os packages when setting up a Trino cluster because that can go wrong in many ways.

Yes! We should never assume that those machines have internet access!

Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

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

lgtm

@maltesander
Copy link
Member Author

bors merge

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

fixes #119

- Discovery now works via setting env variable from config map
- Improved the Trino MVP without HTTPS, Authentication, OPA etc.



Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
@bors
Copy link
Contributor

bors bot commented Feb 11, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Adapt discovery to best practice [Merged by Bors] - Adapt discovery to best practice Feb 11, 2022
@bors bors bot closed this Feb 11, 2022
@bors bors bot deleted the adapt_discovery_to_best_practice branch February 11, 2022 12:43
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.

Migrate to new discovery mechanism using only configmaps

3 participants