You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My k8s network is 192.168.201.0/24.
Talm correctly generates interfaces, routes, name servers.
My command to generate template: bash talm -n 192.168.201.201.10 -e 192.168.201.201.10 template -t templates/controlplane.yaml > nodes/kub-t10.yaml
Does not correctly generate validSubnets, endpoint, advertisedSubnets as shown below. Should be values from network 192.168.201.0/24
These values are taken from your values.yaml file, but it sounds reasonable to add template logic to automatically calculate ips from the node configuration.
My k8s network is 192.168.201.0/24.
Talm correctly generates interfaces, routes, name servers.
My command to generate template:
bash talm -n 192.168.201.201.10 -e 192.168.201.201.10 template -t templates/controlplane.yaml > nodes/kub-t10.yaml
Does not correctly generate validSubnets, endpoint, advertisedSubnets as shown below. Should be values from network 192.168.201.0/24
and
also
Thank you!
The text was updated successfully, but these errors were encountered: