gravitational / planet

Installable Kubernetes delivered in containers
Apache License 2.0
51 stars 18 forks source link

Allow flannel backend override #856

Closed bernardjkim closed 3 years ago

bernardjkim commented 3 years ago

Description

Planet automatically selects a flannel backend based on the cloud provider it is running on. This PR adds the flannel-backend flag to allow the user to specify the flannel backend.

The changes will only allow overriding backend to aws-vpc, gce, and vxlan.

These changes are required to implement geo-diversity for Teleport Cloud https://github.com/gravitational/cloud/pull/747