-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
area/documentationDocumentation relatedDocumentation relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionplatform/azureMicrosoft Azure platform/infrastructureMicrosoft Azure platform/infrastructure
Description
How to categorize this issue?
/area documentation
/kind enhancement
/platform azure
What would you like to be added:
The documentation in usage.md
states that the networks.natGateway
section is only available for zonal clusters .zoned=true
.
See:
- NatGateway is only available for zonal clusters `.zoned=true`. |
However I was able to use it with the following infraConf:
infrastructureConfig:
apiVersion: azure.provider.extensions.gardener.cloud/v1alpha1
kind: InfrastructureConfig
networks:
vnet:
name: Test-vnet-name
resourceGroup: test-rg-name
workers: 10.0.0.128/25
natGateway:
enabled: true
idleConnectionTimeoutMinutes: 4
zone: 2
zoned: false
Metadata
Metadata
Assignees
Labels
area/documentationDocumentation relatedDocumentation relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionplatform/azureMicrosoft Azure platform/infrastructureMicrosoft Azure platform/infrastructure