rrsela
rrsela
Hi @MichalFupso - doesn't seem to help, at least I tried kubernetes-internal-ip but in any case I only got a single interface: ```shell root@k8s-master-1:/home/ubuntu# ip addr 1: lo: mtu 65536...
@caseydavenport Typha report as ready (probably as the health check passes): ```shell root@k8s-master-1:/home/ubuntu# kubectl get pods -n calico-system -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS...
@matthewdupre it has none: ```shell kubectl get endpoints -n calico-system NAME ENDPOINTS AGE calico-typha 10m ```
Trying to run Typha in debug mode and failing to do so in operator-mode... But it made me think, could this be a Tigera issue? All I can see inside...
Actually `kubectl get nodes -owide` does not show any IP: ```shell root@k8s-master-1:/home/ubuntu# kubectl get nodes -owide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME k8s-master-1 Ready control-plane 6d12h...
@caseydavenport the thing is the same setup work with Flannel or Cilium, but not with Calico... For example with Flannel: ```shell root@demo-master-1:/# kubectl get nodes -owide NAME STATUS ROLES AGE...
@caseydavenport I validated that the nodes do not have internal IPs prior to the CNI installation (also checked with Flannel to be sure) - seems like this field is being...
Based on the above I managed to replicate the issue with vanilla Kubernetes and not just EKS-D - as long as Kubelet is defined with `--cloud-provider=external` (so the CCM handles...
@caseydavenport it runs with pod networking - at least the [AWS cloud controller manager](https://github.com/kubernetes/cloud-provider-aws/tree/master) is.. BTW I found the 1.29 change regarding the default node IP behaviour - until [this](https://github.com/kubernetes/kubernetes/pull/121028)...
Not appearing yet on the [eks-distro](https://github.com/aws/eks-distro) github as release/readme manifest, although the images themselves can be found on the public ECR (for example the [kube-apiserver](https://gallery.ecr.aws/eks-distro/kubernetes/kube-apiserver) tag v1.30.0-eks-1-30-4)..