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

fix ingress creation, use the ingress host in Kubeconfig when enabled #212

Closed
wants to merge 1 commit into from

Conversation

jp-gouin
Copy link
Collaborator

@jp-gouin jp-gouin commented Jan 24, 2025

Fix the ingress creation when using expose.ingress.
The list of addresses where created using addresses := make([]string, len(nodeList.Items)) which lead unintentionally to a non empty list. Therefore the resulting Ingress object has spec issue and is not applied.

Use the ingress host when enabled in the generated Kubeconfig instead of the default serviceIP

@jp-gouin jp-gouin requested a review from enrichman January 24, 2025 15:52
@jp-gouin jp-gouin closed this Jan 24, 2025
@jp-gouin jp-gouin deleted the fix-ingress branch January 24, 2025 18:45
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.

1 participant