Skip to content

Commit

Permalink
ci: auto-formatting prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benradstone authored and github-actions[bot] committed Jan 30, 2025
1 parent 99fb749 commit 3673079
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,18 @@ Cilium handles IP Address Management (IPAM) and Border Gateway Protocol (BGP) fo
8. For **IPAM mode**, select **Cluster Pool**.
9. In the YAML editor, search for **clusterPoolIPv4PodCIDRList**. This parameter specifies the CIDR ranges from which pod IPs will be allocated across all your hybrid nodes.
9. In the YAML editor, search for **clusterPoolIPv4PodCIDRList**. This parameter specifies the CIDR ranges from which
pod IPs will be allocated across all your hybrid nodes.
Adjust the pod CIDR list for hybrid pods in other networks that need to connect to this cluster. This should match the **Remote Pod CIDRs** value defined in step 11 during the [Import Cluster](#import-cluster) steps. For example, `192.168.0.0/16`.
Adjust the pod CIDR list for hybrid pods in other networks that need to connect to this cluster. This should match
the **Remote Pod CIDRs** value defined in step 11 during the [Import Cluster](#import-cluster) steps. For example,
`192.168.0.0/16`.
10. In the YAML editor, search for **clusterPoolIPv4MaskSize**. This parameter defines the size of each per-node CIDR block.
10. In the YAML editor, search for **clusterPoolIPv4MaskSize**. This parameter defines the size of each per-node CIDR
block.
Adjust the mask size based on your required pods per hybrid node. For example, `/25` would provides 126 usable pod IPs for each node.
Adjust the mask size based on your required pods per hybrid node. For example, `/25` would provides 126 usable pod
IPs for each node.
11. In the Presets, find the **cilium-agent - Hybrid Nodes Affinity** option, and select **Amazon EKS**.
Expand Down

0 comments on commit 3673079

Please sign in to comment.