Skip to content

Commit

Permalink
fix(bootstrap): correct some bugs on ubuntu 24.04 compability
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Aug 15, 2024
1 parent 4cec09d commit 00ecf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/bootstrap/node/ansible/defaults/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ all:
# direct routing and the Kubernetes CIDR is included in the native routing CIDR,
# the user must configure the routes to reach pods, either manually or by
# setting the auto-direct-node-routes flag.
ipv4NativeRoutingCIDR: "10.32.0.0/12"
# ipv4NativeRoutingCIDR: "10.32.0.0/12"

ipv6:
# -- Enable IPv6 support.
Expand All @@ -568,7 +568,7 @@ all:
# direct routing and the Kubernetes CIDR is included in the native routing CIDR,
# the user must configure the routes to reach pods, either manually or by
# setting the auto-direct-node-routes flag.
ipv6NativeRoutingCIDR: "fd00::/100"
# ipv6NativeRoutingCIDR: "fd00::/100"

# -- Configure Kubernetes specific configuration
k8s:
Expand Down

0 comments on commit 00ecf97

Please sign in to comment.