generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
area/cniKubernetes CNIs for EKS-AKubernetes CNIs for EKS-AexternalAn issue, bug or feature request filed from outside the AWS orgAn issue, bug or feature request filed from outside the AWS org
Description
What happened:
- EKS-A cluster on vSphere not created
- Nodes have come up on vSphere and everything is fine
- However, cluster never comes up
- kubectl get machines -A says all 3 CP and 2 Worker nodes are in Running status
- When I SSH into one of the nodes, I get the following error
2024-11-18T15:46:22.547517231Z stderr F time="2024-11-18T15:46:22Z" level=fatal msg="auto-direct-node-routes cannot be used with tunneling. Packets must be routed through the tunnel device." subsys=daemon
- My configuration for the cluster CNI spec is as follows:
apiVersion: anywhere.eks.amazonaws.com/v1alpha1
kind: Cluster
metadata:
name: workload-cluster-name
spec:
clusterNetwork:
pods:
cidrBlocks:
- 192.168.0.0/17
services:
cidrBlocks:
- 10.96.0.0/17
cniConfig:
cilium:
skipUpgrade: true
routingMode: "direct"
- I can confirm that there is no conflict with any of the CIDR blocks for pods and services
- Additionally, no conflict with API server IP
- So basically, everything is correct
- The moment I comment the line routingMode: "direct", the cluster comes up perfectly
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Use EKS A v0.21.0 and ubuntu 20.04 k8s 1.30 release channel
Anything else we need to know?:
I have also tried it with release channels 1.28 and 1.29 ... same issue
Environment:
- EKS Anywhere Release:
eksctl anywhere version
Version: v0.21.0
Release Manifest URL: https://anywhere-assets.eks.amazonaws.com/releases/eks-a/manifest.yaml
Bundle Manifest URL: https://anywhere-assets.eks.amazonaws.com/releases/bundles/81/manifest.yaml
- EKS Distro Release: 1.30
Metadata
Metadata
Assignees
Labels
area/cniKubernetes CNIs for EKS-AKubernetes CNIs for EKS-AexternalAn issue, bug or feature request filed from outside the AWS orgAn issue, bug or feature request filed from outside the AWS org