We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are multiple options that should be supported for exposing the clusters including:
- in-cluster service (enabled by default) - loadbalancer service (enabled via expose.loadbalancer.enabled)
apiVersion: k3k.io/v1alpha1 kind: Cluster metadata: name: loadbalancer-example namespace: default spec: servers: 2 agents: 3 token: test version: v1.26.0-k3s2 expose: loadbalancer: enabled: true
- ingress
apiVersion: k3k.io/v1alpha1 kind: Cluster metadata: name: ingress-example namespace: default spec: servers: 2 agents: 3 token: test version: v1.26.0-k3s2 expose: ingress: enabled: true ingressClassName: "nginx"
For Ingress expose k3k needs to support multiple options including:
The text was updated successfully, but these errors were encountered:
galal-hussein
No branches or pull requests
There are multiple options that should be supported for exposing the clusters including:
- in-cluster service (enabled by default)
- loadbalancer service (enabled via expose.loadbalancer.enabled)
- ingress
For Ingress expose k3k needs to support multiple options including:
The text was updated successfully, but these errors were encountered: