Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ironic: change traffic policy for pxe-service
Calico now uses a additional BGPFilter that will surpress service subnets announcements (147.204.35.128/27, 130.214.232.16/28, 10.46.101.0/24). Only /32 host routes for Services will be announced by nodes. Thus breaking TFTP/iPXE traffic. The traffic would reach the cluster but not the service. We need to add the `externalTrafficPolicy: local` to make this work. Increasing the chart version to track this.
- Loading branch information