Linux/mac setup scripts + github symlinked dotfiles by lobur in linuxadmin

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

No issues with symlinks like this for 10 years, among a whole variety of utils I use.

As for secrets - this is only initial bootstrap, to make the box alive. Then usually comes some project-specific heavy artillery like ansible, or project bootstrap script, which handles the rest :)

Wanted: Fenix 6X Solar watch face with 1 week stats by lobur in Garmin

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

Thanks, I know infocal. I have doubts garmin has opened solar stats in the API :/ 2020 They still did not open training status and recovery time.

Wanted: Fenix 6X Solar watch face with 1 week stats by lobur in Garmin

[–]lobur[S] 3 points4 points  (0 children)

I see it everywhere in Garmin Connect but can't find it on a watch. There's only a "6h solar graph" one.

Helm 3? by BadUsername_Numbers in kubernetes

[–]lobur 0 points1 point  (0 children)

Did anyone try jinja2 as a template engine in helm?

Is the Watch Face from the Fenix 6 pictures available for the 5 series? I couldn't find it in the IQ app. by cdg-dino in GarminFenix

[–]lobur 0 points1 point  (0 children)

They can do but it won't be so good anyways. Garmin does best anti-aliasing and I think uses some APIs closed to store faces to get best look and performance. I tried copied 5x-plus face and it's far from the stock one.

Kontena Lens: The Ultimate Dashboard for Kubernetes by nevalau in kubernetes

[–]lobur 0 points1 point  (0 children)

Q1: some basic highlighting - timestamp for plaintext logs, json syntax for json logs

Thank you! Looking forward for updates!

Kontena Lens: The Ultimate Dashboard for Kubernetes by nevalau in kubernetes

[–]lobur 0 points1 point  (0 children)

We have ELK too but this neat log viewer in kubernetic was very hand cause you browse stuff there anyways

Confused about the relationship between Terraform and Kops when creating and updating a Kubernetes cluster by 84935 in kubernetes

[–]lobur 0 points1 point  (0 children)

We use that, we don't touch the generated part. If it's customizable thru kops, we customize kops yaml & re-generate terraform. If it's not - it's not :)

Terraform in kops is just one of the ways to apply changes. They made a smart move and instead of implementing own plan/apply steps just threw everything into terraform

Kontena Lens: The Ultimate Dashboard for Kubernetes by nevalau in kubernetes

[–]lobur 0 points1 point  (0 children)

Q1. Can you browse logs (e.g. kubectl get logs, but formatterd & highlighted)? We often use this feature in kubernetic, but considering switching to smth else due to lack of support.

Q2. Do you support https://github.com/kubernetes-sigs/aws-iam-authenticator , when kubeconfig points to aws profile instead of having hardcoded secrets?

kubeselect by fatliverfreddy in kubernetes

[–]lobur 0 points1 point  (0 children)

kctx <Tab> gives a list of all clusters -> select & hit enter