-
Notifications
You must be signed in to change notification settings - Fork 13
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
Switch default encapsulation to VXLAN, add annotations for autodetection #514
Conversation
berkayoz
commented
Jun 26, 2024
- Changed default encapsulation to VXLAN for both IPv4 and IPv6 pools
- Disabled Calico api server deployment by default
- Added annotations for node address auto detection
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.
Looks great, style comments and some possible improvements
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.
Final comment, let's avoid an extra step of structs, since helm values need to be map[string]any
at the end of the day
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.
Looks great, mostly style comments