forked from pravega/zookeeper-operator
-
Notifications
You must be signed in to change notification settings - Fork 2
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
naive rebase to pravega master #2
Closed
Closed
Conversation
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
Signed-off-by: Alfred Landrum <alfred@leakybucket.org> Signed-off-by: Alfred Landrum <alfred@leakybucket.org> Co-authored-by: anishakj <43978302+anishakj@users.noreply.github.com>
Signed-off-by: Casey Buto <cbuto@d2iq.com> Signed-off-by: Casey Buto <cbuto@d2iq.com>
* Add topologySpreadConstraints Add `topologySpreadConstraints` support to pod specification. Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> * Add crd changes to helm chart for ZK instance Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> * Test to make sure we have topospreadconst Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> * Add coverage in deepcopy_test.go Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> * Add test for deepcopy Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com>
Pod labels from the Spec.Pod.Labels were previously not propagated to the StatefulSet.Template. This change notes the differences between the two Label locations in the ZookeeperCluster CRD and denotes priority ordering. Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> Signed-off-by: Nick Huanca <1903525+endzyme@users.noreply.github.com> Co-authored-by: anishakj <43978302+anishakj@users.noreply.github.com>
Signed-off-by: George Kaz <1391828+georgekaz@users.noreply.github.com> Signed-off-by: George Kaz <1391828+georgekaz@users.noreply.github.com> Co-authored-by: anishakj <43978302+anishakj@users.noreply.github.com>
* Use distroless image for operator image To avoid security issues switch to usage of distroless image. Also bumped go version to 1.19 Fixes: pravega#508 Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> * Add user setting in Dockerfile Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> * Revert setting USER in Dockerfile Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> * Use cr.io/distroless/static-debian11 Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> * Introduce DISTROLESS_DOCKER_REGISTRY arg Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> * Drop DISTROLESS_DOCKER_REGISTRY from Makefile Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com> --------- Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.15.0+incompatible to 2.16.0+incompatible. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anishakj <43978302+anishakj@users.noreply.github.com>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pravega#534) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220526153639-5463443f8c37 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ga#544) Signed-off-by: anisha.kj <anisha.kj@dell.com>
…he teardown script (pravega#483) Signed-off-by: Nishant Gupta <Nishant_Gupta3@dell.com> Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change log description
(2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge description box)
Purpose of the change
(e.g., Fixes #666, Closes #1234)
What the code does
(Detailed description of the code changes)
How to verify it
(Steps to verify that the changes are effective)