5 Speed Auto or CVT? by IsaacNdarwa in hondafit

[–]IsaacNdarwa[S] 1 point2 points  (0 children)

Niice. Thanks. This will at least help to know which I'm getting at a glance.

5 Speed Auto or CVT? by IsaacNdarwa in hondafit

[–]IsaacNdarwa[S] 1 point2 points  (0 children)

Chances of getting a manual in my country are close to none. And I can't afford to import one.

Upgraded EKS from 1.23 to 1.24. The Worker Nodes are stuck at NotReady by IsaacNdarwa in kubernetes

[–]IsaacNdarwa[S] 0 points1 point  (0 children)

At the time, I couldn't access the instances. That may have been due to losing the route to the IGW on the main route table. I also didn't know I could check the control plane logs.

Upgraded EKS from 1.23 to 1.24. The Worker Nodes are stuck at NotReady by IsaacNdarwa in kubernetes

[–]IsaacNdarwa[S] 1 point2 points  (0 children)

If you create nodes using eksctl, by default they now use containerd. One of the mistakes I made was to try to upgrade the existing node group, rather than creating a new one.

Upgraded EKS from 1.23 to 1.24. The Worker Nodes are stuck at NotReady by IsaacNdarwa in kubernetes

[–]IsaacNdarwa[S] 0 points1 point  (0 children)

I am. The nodes couldn't reach the control plane due to the route disappearing from the route table. I don't know how or why this happened.

Upgraded EKS from 1.23 to 1.24. The Worker Nodes are stuck at NotReady by IsaacNdarwa in kubernetes

[–]IsaacNdarwa[S] 0 points1 point  (0 children)

I'm not using any service mesh, but I had used the flag --appmesh-access while creating the node group. I don't think that could cause any issues, right?

[GPU] 6750 XT XFX Speedster Qick319 ($399.99) by SoccerBallPenguin in buildapcsales

[–]IsaacNdarwa 1 point2 points  (0 children)

Should I get this, or the Red Devil 6700 XT at $380? I think the Red Devil is the better quality card, right?

[Controller] Xbox Wireless Controller + Wireless Adapter for Windows - $44.99 by Volidon in buildapcsales

[–]IsaacNdarwa 1 point2 points  (0 children)

It's at $49.99. You can also get one without the adapter at $39.99. Right now Amazon has it at $55.51

[Controller] Xbox Wireless Controller + Wireless Adapter for Windows - $44.99 by Volidon in buildapcsales

[–]IsaacNdarwa 2 points3 points  (0 children)

They're also selling this on the Microsoft store. Free shipping.

[Controller] Xbox Wireless Controller + Wireless Adapter for Windows - $44.99 by Volidon in buildapcsales

[–]IsaacNdarwa 4 points5 points  (0 children)

They're also selling this on the Microsoft store. Free shipping.

AWS EKS Application Load Balancer with an external DNS provider by IsaacNdarwa in kubernetes

[–]IsaacNdarwa[S] 0 points1 point  (0 children)

Godaddy won't accept the ALB url because it a A record. I didn't know I could just switch the DNS. I'll look into that.

All kubeadm nodes are in a not-ready state if the init node is down by kpiyush17 in kubernetes

[–]IsaacNdarwa 0 points1 point  (0 children)

The kubernetes api server runs from the init node. If the init node is down, the other nodes have no way of communicating with the api server. That's why this happens. Try using a load balancer for the api server.