realz

joined 1 year ago
[–] realz@lemmy.world 10 points 1 month ago (2 children)

Calling them underwhelming is an overstatement. I can find at least 50 better ways to burn my money.

[–] realz@lemmy.world 2 points 8 months ago

I tried Fedora, Centos, Ubuntu, Debian, Slackware, Gentoo, and Mint. Finally settled on Arch Linux about 15 years ago. Never looked back.

[–] realz@lemmy.world 0 points 1 year ago (1 children)

Can’t wait to accidentally run rm -fr

[–] realz@lemmy.world 0 points 1 year ago (1 children)

Can’t wait to accidentally run rm -fr

[–] realz@lemmy.world 1 points 1 year ago (1 children)
 

Gorilla-CLI converts NLP into commands. No OpenAI keys needed!

https://github.com/gorilla-llm/gorilla-cli

Today, I wanted to patch my nodelocaldns daemon set to not run on Fargate nodes. Of course I don’t remember the schema for patching with specific instructions. So, I asked Gorilla

$ gorilla show me how to patch a daemonset using kubectl to add nodeaffinity that matches expression eks.amazonaws.com/compute-type notin Fargate

Gorilla responded with:

kubectl -n kube-system patch daemonset node-local-dns --patch '{"spec": {"template": {"spec": {"affinity": {"nodeAffinity": {"requiredDuringSchedulingIgnoredDuringExecution": {"nodeSelectorTerms": [{"matchExpressions": [{"key": "eks.amazonaws.com/compute-type","operator": "NotIn","values": ["fargate"]}]}]}}}}}}'

Close enough! It just missed a trailing '}'

Really impressed.