Matti Kotsalainen

Results 6 comments of Matti Kotsalainen

@armujahid @ellistarn Can you tell me what security group selector that I can use to fix this? I also have a plain vanilla eksctl cluster running Karpenter.

Ok thanks. Before I saw your answer I tried ``` provider: securityGroupSelector: Name: "*eks-cluster-sg-${CLUSTER_NAME}*"` ``` and that seems to fix my problem (getting traefik ingress controller to work with karpenter)

@greg-swift-yohana I use this bash function: ``` switch_account () { source assume $1 -ex --duration 12h kubectl config use-context $1 } ``` This sets credentials for the current terminal session.

We also have this problem two years later. Running date on the head node in our Ray Cluster on EKS gives "Mon Feb 19 02:58:13 PST 2024" even though server...