gardener / gardener-extension-provider-azure

Gardener extension controller for the Azure cloud provider (https://azure.microsoft.com).

Home Page:https://gardener.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bring your own route table

dkistner opened this issue · comments

How to categorize this issue?
/kind enhancement
/priority 4
/platform azure

What would you like to be added:
Allow to specify a user provided route table for Azure Shoots.
The user provided route table can be managed by a user in different resource group as the one for the cluster resources.
The route table resource group can be passed via the cloud-provider-config field routeTableResourceGroup (available since k8s v1.15).

Why is this needed:
There are certain scenarios where users deploy an Azure cluster in an existing vnet.
This vnet can have special routing settings and therefore custom routes in the cluster route table are required to make routing for such a cluster possible.

/roadmap cloud