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

WIP: Distributed binary helm chart #1410

Closed

Conversation

khaines
Copy link
Contributor

@khaines khaines commented May 23, 2019

Building on the work in PR #1397, this change expands the helm chart to support cortex running in a distributed role/binary mode.

While some initial templates are being generated the following items are left to be done:

[ ] Generate correct config yaml with templated service names.
[ ] Update docs.
[ ] Test Installation.
[ ] Test Upgrading behaviour.

securityContext:
readOnlyRootFilesystem: true
env:
- name: JAEGER_AGENT_HOST
Copy link

Choose a reason for hiding this comment

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

This needs to be wrapped in an if like grafana/loki#621

replicas: 1
enableService: true
http_listen_port: 8807
serviceType: None
Copy link

Choose a reason for hiding this comment

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

This breaks the deployment by default:

Error: release cortex-1559216564 failed: Service "cortex-1559216564-alertmanager" is invalid: spec.type: Unsupported value: "None": supported values: "ClusterIP", "ExternalName", "LoadBalancer", "NodePort"

@khaines
Copy link
Contributor Author

khaines commented Sep 12, 2019

closing this for now as another path for helm is coming

@khaines khaines closed this Sep 12, 2019
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.

3 participants