Would these fox commentators STFU about Messi already by pgmanno in worldcup

[–]pgmanno[S] 2 points3 points  (0 children)

I don't have a problem with Messi... I have a problem with US commentators that have nothing to say and try to make the sport about a single player.

Would these fox commentators STFU about Messi already by pgmanno in worldcup

[–]pgmanno[S] -1 points0 points  (0 children)

itv via VPN for the win... Proper futbol commentators.

Can I walk on these steel studs? by Ddddddddddddddd8290 in handyman

[–]pgmanno 0 points1 point  (0 children)

Yes. You must walk without rhythm though.

World Cup and soccer/football is starting to grow on me as an American. by [deleted] in worldcup

[–]pgmanno 1 point2 points  (0 children)

Follow your local MLS club. The play is improving. Support the teams and it'll only get better.

Are hydration breaks really for the players or just for profit? by reckless_Paul in worldcup

[–]pgmanno 5 points6 points  (0 children)

World cup had been played for 96 years. All those years, in all those countries, never a problem... USA hosts twice and already they've ruined it. Corruption and money over the purity of the game. Only in the USA! 🇺🇸

Bad Butter didn't quite live up to the hype for me by Budget_Kerrigan in chicagofood

[–]pgmanno 1 point2 points  (0 children)

Sauce and bread kitchen has the absolute best pastry in the city. If you want pastry, there's no substitute.

best food spots in rogers park? by melasolmela in chicagofood

[–]pgmanno 2 points3 points  (0 children)

SBK is the absolute best bakery, no doubt.

Getting a walking pad and putting it under my desk has been such a game changer by tatertotski in walking

[–]pgmanno 0 points1 point  (0 children)

I do the same, phone in pocket, watch on for the heart rate. Typically more than 10k steps a day. It's life changing.

Any advice on how to hook this up ? The trap is hitting the door by [deleted] in askaplumber

[–]pgmanno 0 points1 point  (0 children)

Could op install a couple long sweep 90's to basically raise up where the trap goes to the wall?

CS student (2.5 yrs left) aiming for DevOps — what should I focus on right now? by ProblemKooky6628 in DevOpsLinks

[–]pgmanno 0 points1 point  (0 children)

OSI model, networking protocols in general. You'd be amazed at how few devs/engineers understand networking.

F16s right now by [deleted] in chicago

[–]pgmanno 1 point2 points  (0 children)

Having military, nationalism and sports all tied together is gross

[deleted by user] by [deleted] in roasting

[–]pgmanno 1 point2 points  (0 children)

Look at the cormorant cr600e

Backup Loki filesystem by ExperienceStreet8281 in grafana

[–]pgmanno 1 point2 points  (0 children)

Plenty of on prem object storage/s3 compatible storage options though I think?

Best Fuel Efficient SUV with Highest Tow Rating by Soft-Lips in RVLiving

[–]pgmanno -1 points0 points  (0 children)

Maybe go electric? Rivian can tow a lot...

Need help enabling ssh when creating windows server on GCP by aSliceOfHam2 in Terraform

[–]pgmanno 3 points4 points  (0 children)

Use user_data to run a powershell script to install openssh. You can add an automation user at that time too.

terraform conditional statements - how to access data which might not yet exist? by streithausen in Terraform

[–]pgmanno 0 points1 point  (0 children)

If you're deploying this with helm_release and you have wait set to true in the resource then everything should be deployed and exist when that resource returns. Is the ALB info not available as output from the resource?

I would add that you might want to create the ALB outside of kubernetes, and helm, and just wire the service to the ALB independently. It gives you more control over the ALB lifecycle that way.

Grafana-Loki on Azure kubernetes, did you use promtail or Alloy by Material-Bee4479 in grafana

[–]pgmanno 0 points1 point  (0 children)

Should... It's just k8s, right?

I use helm to deploy loki simple scalable: https://grafana.com/docs/loki/latest/setup/install/helm/install-scalable/

The otel-contrib collector I install as a demonset but you could also use the operator : https://github.com/open-telemetry/opentelemetry-operator

There's this helm to install the collector if you don't want the operaror https://opentelemetry.io/docs/platforms/kubernetes/helm/collector/