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

Support a UBI-only mode in the operator #3789

Merged
merged 5 commits into from
Oct 2, 2020
Merged

Conversation

pebrc
Copy link
Collaborator

@pebrc pebrc commented Sep 30, 2020

Add a new operator flag to force the operator to only manage containers based on UBI stack images.

  • Replace container-suffix with ubi-only.
  • Auto-suffix default container images with -ubi8.
  • Validate a minimum version for UBI images.

Auto-suffix default container images wiht -ubi8. Validate a mininum version for UBI images.
@pebrc pebrc added >enhancement Enhancement of existing functionality v1.3.0 labels Sep 30, 2020
cmd/manager/main.go Outdated Show resolved Hide resolved
cmd/manager/main.go Outdated Show resolved Hide resolved
cmd/manager/main.go Outdated Show resolved Hide resolved
docs/operating-eck/operator-config.asciidoc Outdated Show resolved Hide resolved
Co-authored-by: Charith Ellawala <52399125+charith-elastic@users.noreply.github.com>
Copy link
Contributor

@charith-elastic charith-elastic left a comment

Choose a reason for hiding this comment

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

LGTM. Min Stack version validation and image suffix seem to work as expected. Didn't test the UBI images because they are not available yet.

@pebrc
Copy link
Collaborator Author

pebrc commented Oct 1, 2020

@charith-elastic you can test with 7.10.0-SNAPSHOT versions at least for some of the stack applications.

@charith-elastic
Copy link
Contributor

Tested Elasticsearch, Kibana and APM Server 👍

@pebrc pebrc merged commit 94a3692 into elastic:master Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality v1.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants