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

Issue 440: Added support to run zookeeper operator as non-root #441

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

anishakj
Copy link
Contributor

Signed-off-by: anishakj [email protected]

Change log description

Made changes in operator charts to configure security context.
Updated hook image to 1.23.2
Added options in hooks to configure security context.
Active Delay seconds is removed in pre-delete-hooks

Purpose of the change

Fixes #440

What the code does

Provide support to run zookeeper-operator as non-root user

How to verify it

Verify able to run zookeeper-operator as non root user

@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #441 (d2ebb5a) into master (b150f81) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   84.11%   84.11%           
=======================================
  Files          12       12           
  Lines        1643     1643           
=======================================
  Hits         1382     1382           
  Misses        177      177           
  Partials       84       84           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b150f81...d2ebb5a. Read the comment docs.

@anishakj anishakj marked this pull request as ready for review February 25, 2022 10:03
@anishakj anishakj requested a review from jkhalack February 25, 2022 10:03
Copy link
Contributor

@jkhalack jkhalack left a comment

Choose a reason for hiding this comment

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

LGTM

@HoustonPutman
Copy link
Contributor

Maybe I'm missing something here, but it doesn't look like the {{Values.securityContext}} is used anywhere in the zookeeper-operator deployment. The functionality was only added for the hooks...

@janhoy
Copy link

janhoy commented Jun 29, 2023

I'm running into the same, trying to specify securityContext for the zookeeper-operator pod, which does not work. Is there a know workaround to this, and is there plans to add it in next release?

@lfloris
Copy link

lfloris commented Apr 9, 2024

Has there been any progress on the issue above at all? Running into the same issue where zookeeper operator pod does not run on restricted Kubernetes environments.

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.

Provide support to run zookeeper-operator as non root
6 participants