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

Orchestrator pod not taking and passing on all enviroment variables. #38183

Open
ro8inmorgan opened this issue May 14, 2024 · 0 comments
Open
Labels
area/platform issues related to the platform community team/deployments type/bug Something isn't working

Comments

@ro8inmorgan
Copy link

Helm Chart Version

0.67.17

What step the error happened?

During the Sync

Relevant information

The orchestrator pod doesn't seem to read all enviroment variables and neither passes these on to the read and write pods. For example SOCAT_CPU_REQUEST and SIDECAR_CPU_REQUEST are not read by the orchestrator and so the read and write pods end up using the default values.

Relevant log output

2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_MEMORY_LIMIT: '50Mi'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_MEMORY_REQUEST: '25Mi'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_MEMORY_LIMIT: '50Mi'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_MEMORY_REQUEST: '25Mi'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_KUBE_MEMORY_LIMIT: '50Mi'
2024-05-14 09:41:30 replication-orchestrator > Using default value for environment variable SIDECAR_MEMORY_REQUEST: '25Mi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform community team/deployments type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants