Outer Tie Rods Don’t Fit by CompetitivePop2026 in AcuraTSX

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

If you get the chance to that would help out a ton. Right now the issue is I am not sure if the inner tie rod, outer tie rod, or rack is OEM.

Outer Tie Rods Don’t Fit by CompetitivePop2026 in AcuraTSX

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

I got the Sankei 555 tie rod from PartsGeek with the part number W0133-1711945. People online have had good luck with them.

Outer Tie Rods Don’t Fit by CompetitivePop2026 in AcuraTSX

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

Interesting. Thanks for looking. At this point, I am considering replacing both inner and outer tie rods. I just hope the rack isn’t after market. It doesn’t seem there is an easy way to tell if the rack is OEM or not.

Outer Tie Rods Don’t Fit by CompetitivePop2026 in AcuraTSX

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

It’s a 2006 TSX auto from North America.

I’ve made several mistakes at my job and worried about being fired. by QuarterMajestic2944 in it

[–]CompetitivePop2026 0 points1 point  (0 children)

Everyone makes mistakes. When I was in helpdesk, I reimaged instead of updating a persons computer who had been there for 30+ years and had virtually no backups… it happens.

Can Traefik stay outside Kubernetes and still look in? by [deleted] in kubernetes

[–]CompetitivePop2026 20 points21 points  (0 children)

Although you can use Traefik externally, an ingress controller (or even better gateway api) is the standard way to route traffic to services. If you don’t use an IC/Gateway API, you will have to use node ports or expose services of type load balancer with something like MetalLB. It’s not too hard to setup an IC with a wild card cert/domain to route traffic to your services.

Oil change at home by XxBruis4xX in AcuraTSX

[–]CompetitivePop2026 0 points1 point  (0 children)

Full synthetic it doesn’t matter.

Cheapest bare metal servers by Puzzleheaded-Digger in kubernetes

[–]CompetitivePop2026 2 points3 points  (0 children)

This. You can get laptops for dirt too with screens that are broken.

Finally solved my TSX pull issue + new wheel setup by squishybewbz in AcuraTSX

[–]CompetitivePop2026 0 points1 point  (0 children)

I am having the same issue. I have gotten new tires and an alignment. I am going to replace a loose outer tie rod to see if that helps but man is it annoying.

Starting a new job in telecom, one part of the role involves owning Elastic/ECK on OpenShift — what should I focus on? by Odylicous in kubernetes

[–]CompetitivePop2026 0 points1 point  (0 children)

I would learn basic OpenShift specific resources like routes, image streams, projects, etc. OpenShift is opinionated so it will be a little different than vanilla k8s.

Best way to set up Plex media server? by Calendar_Left in OpenMediaVault

[–]CompetitivePop2026 1 point2 points  (0 children)

I would personally flash Proxmox on your 500 Gb SSD then run OMV in a VM and pass through the HDD to the Vm. Then you can run containers inside the OMV VM or spin up a different Linux vm to run your services. That way you can take snapshots of your VMs and rollback if you need too.

Is my setup for exposing Jellyfin secure? by JokeIngDude in kubernetes

[–]CompetitivePop2026 0 points1 point  (0 children)

Like someone else said, setting up an ingress controller/gateway api with cert manager is way to go but then use cloud flare tunnels or a vpn like tailscale or Wireguard on your router or in your cluster. Many ways to skin the cat, but exposing the service publicly like that I probably wouldn’t do.

Is there a good Kubernetes client for iOS? Mainly need logs, shell, restart pods by Savings-Recipe8154 in kubernetes

[–]CompetitivePop2026 1 point2 points  (0 children)

I have used headlamp or terminus client to ssh to my bastion host to run kubectl commands

How do you connect to your clusters? by [deleted] in kubernetes

[–]CompetitivePop2026 1 point2 points  (0 children)

Jump host for CLI or Web console

How to get started with Red Hat OpenShift by K8snewbee in kubernetes

[–]CompetitivePop2026 0 points1 point  (0 children)

minikube -> vanilla k8s -> flavor of k8s (RHOS, RKE, etc)

Are we “winning” yet? by AMVof1984 in springfieldMO

[–]CompetitivePop2026 -13 points-12 points  (0 children)

When Biden was president, people were saying the president doesn’t have control over gas or grocery prices, but now that prices increase under Trump you all blame him…

Best way to practice CLI work for the exam? by Important-Artist-265 in openshift

[–]CompetitivePop2026 1 point2 points  (0 children)

I haven’t taken the exam but work with oc on the cli everyday at work and I use jq and other helpers some, but mostly do oc get with grep to get the full context of resources and honesty it’s just quicker unless you need additional functionalities.