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

DRAFT: initial runasuser testing for istio support, fixes #1838 #1880

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

RaceFPV
Copy link

@RaceFPV RaceFPV commented May 28, 2024

SUMMARY

In order for the init-database container to launch successfully on a cluster running istio with sidecar injection, it must be run with the UID 1337. This tells istio to start up the envoy proxy sidecar first before starting up the init-database container, as networking is required for the init-database container to run.

fixes #1838

ISSUE TYPE
  • Bug Fix
ADDITIONAL INFORMATION

I'm flagging this as DRAFT as this is my first stab at rolling anything in the awx-operator code and I am far more familiar with helm than I am with the intricacies of ansible jinja templates. Reviews and comments greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[init-database] - Issues to connect to the database when workload is meshed using Istio
1 participant