-
Notifications
You must be signed in to change notification settings - Fork 1
chore: k3s tf module & spectrum module cleanup && cilium l2 support #19
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
Conversation
| envoy.rollOutPods: true | ||
|
|
||
| k8sServiceHost: localhost | ||
| %{ if cluster_flavour == "talos" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nahsi pls note this. As discussed maybe we should move talos to 6443 as well
| enabled: false | ||
| hostRoot: /sys/fs/cgroup | ||
|
|
||
| %{ if hubble_enabled } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to do it, otherwise it fails if hubble disabled
| rollOutPods: true | ||
| %{ endif } | ||
|
|
||
| %{ if l2_enabled } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, will always add this features
| externalIPs: | ||
| enabled: true | ||
|
|
||
| devices: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, devices not required. But if we decide to have it - will be managed at fcli manifests
ephemeral: spectrum-19Your ephemeral k8s cluster is ready. Visit the dashboard at https://home.spectrum-19.fluence.dev You can obtain kubeconfig and talos config from this artifact. [[ -f ./kubeconfig ]] && export KUBECONFIG=$(realpath ./kubeconfig)
[[ -f ./talosconfig ]] && export TALOSCONFIG=$(realpath ./talosconfig)To get the token for kubernetes-dashboard auth run: kubectl -n kubernetes-dashboard create token kubernetes-dashboard-admin |
BEGIN_COMMIT_OVERRIDE
feat: k3s tf module
END_COMMIT_OVERRIDE