Skip to content

Commit

Permalink
New values for machineclass
Browse files Browse the repository at this point in the history
see gardener#848

Signed-off-by: Artiom Diomin <[email protected]>
  • Loading branch information
kron4eg committed Dec 9, 2024
1 parent 5da8ed0 commit a305a3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/internal/machineclass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ machineClasses:
networkInterfaces:
- subnetwork: my-subnet
disableExternalIP: true
dualStack: false
# can be IPV4,IPV4_IPV6
stackType: IPV4
ipv6accessType: EXTERNAL
ipCidrRange: "/24"
subnetworkRangeName: "ipv4-pod-cidr"
scheduling:
automaticRestart: true
onHostMaintenance: MIGRATE
Expand Down

0 comments on commit a305a3f

Please sign in to comment.