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

Expose ingress_controller variable in example #985

Closed
wants to merge 1 commit into from

Conversation

ricristian
Copy link
Contributor

There are cases where we need to disable load balancer completely. Even if the option is available in tf code it is not exposed In kube.tf example

There are cases where we need to disable load balancer completely. Even if the option is available in tf code it is not exposed In kube.tf example
@M4t7e
Copy link
Contributor

M4t7e commented Sep 18, 2023

Hey @ricristian, the ingress_controller variable is already available in kube.tf.example. Please have a look here:

# If you want to enable the Nginx ingress controller (https://kubernetes.github.io/ingress-nginx/) instead of Traefik, you can set this to "nginx". Default is "traefik".
# By the default we load optimal Traefik and Nginx ingress controller config for Hetzner, however you may need to tweak it to your needs, so to do,
# we allow you to add a traefik_values and nginx_values, see towards the end of this file in the advanced section.
# After the cluster is deployed, you can always use HelmChartConfig definition to tweak the configuration.
# If you want to disable both controllers set this to "none"
# ingress_controller = "nginx"

@mysticaltech
Copy link
Collaborator

@ricristian Indeed, @M4t7e is right. But thanks for that anyways.

@ricristian
Copy link
Contributor Author

My bad. I completely missed it. Thanks guys.

@ricristian ricristian closed this Sep 18, 2023
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