-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set explicitly entry point for configurator
From 27/08/2024 the operator container can be used as configurator. With this change any user of the Cluster custom resource can now use single container without specifing arguments for configurator. Reference a897ad3 #211 0868b61 #322
- Loading branch information
1 parent
dbb1ef2
commit e670cf7
Showing
9 changed files
with
30 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
project: operator | ||
kind: Changed | ||
body: | | ||
For any user that is mirroring configurator image and changes entrypoint or wraps configurator with additional | ||
script the following constraint need to be meet: | ||
* use the alternative configuration parameter by specifying `additionalCmdFlags` in Redpanda operator helm chart | ||
* to change the container repository set `--configurator-base-image=my.repo.com/configurator` | ||
* to change the container tag set `--configurator-tag=XYZ` | ||
* image needs to supports the entrypoint `redpanda-operator configure` as it is the default one | ||
time: 2025-01-09T09:13:51.668314+01:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.