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

Enable external IPs microk8s #568

Closed
wants to merge 2 commits into from
Closed

Enable external IPs microk8s #568

wants to merge 2 commits into from

Conversation

andretadeu
Copy link

@andretadeu andretadeu commented Sep 12, 2022

This PR introduces a way to enable external IPs to access NATS when the K8s cluster does not provide them.

Example:

helm install my-nats -n my-nats --create-namespace nats/nats --set "nats.requiresExternalIPs.enabled=true" --set "nats.requiresExternalIPs.externalIPs={<External IPs separated by comma>}"

@andretadeu andretadeu changed the title Enable external ips microk8s Enable external IPs microk8s Sep 12, 2022
@caleblloyd
Copy link
Collaborator

The headless service is required by the stateful set, therefore clusterIP: none must not be changed for this service.

The best thing to do would be to add an additional service for your particular needs out-of-band from this chart. This could be done by making your own chart and adding the NATS chart as a dependency.

@caleblloyd caleblloyd closed this Sep 12, 2022
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.

None yet

2 participants