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
here is an explanation of the vip_cidr flag from the official documentation here is an example of BGP Manifest
- name: vip_cidrvalue: "32"
Issue Type
Bug Report
Ansible Version
This is not required
Steps to Reproduce
This is not required
Expected Results
It's in the description
Actual Results
as a result in k8s pod kube-vipkubectl -n kube-system describe po kube-vip-ds-c5szs | grep -A 20 'Environment:' Environment: vip_arp: true vip_interface: ens18 port: 6443 vip_cidr: 24
The text was updated successfully, but these errors were encountered:
Summary
The default value rke2_api_cidr is incorrect. It is more correct to set it to 32.
and the same in the template
here is an explanation of the vip_cidr flag from the official documentation
here is an example of BGP Manifest
Issue Type
Bug Report
Ansible Version
This is not required
Steps to Reproduce
This is not required
Expected Results
It's in the description
Actual Results
The text was updated successfully, but these errors were encountered: