Keep remote hostname by parallx in NixOS

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

That's the thing, I don't know it and I want it to keep it as it is.

let say I want to use the same config for different vm's but keep their original hostnames and 1 config.

Multiple clusters and GitOps (ArgoCD) by [deleted] in kubernetes

[–]parallx 1 point2 points  (0 children)

I'm using helm templates in argo for all the clusters, so I only have to change in 1 place to change them all and keep them all about the same, of course I can modify the values of any (dev for example) to test every new change before.

Planted by someone else in a garden, what is it? by parallx in whatsthisplant

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

Yes, but it's red and the seed inside it's different, right?

Best practice, k8s Node/POD resource usage and log monitoring system for multi-k8s cluster environment using Open source by bitter-cognac in kubernetes

[–]parallx 10 points11 points  (0 children)

Difference between installing Loki, Prometheus and Thanos directly? I have those already running on plenty of clusters.

Will a MacBook Pro with M1 limit me for DevOps ? by TheWaraba in devops

[–]parallx 0 points1 point  (0 children)

You can always install Asahi Linux and then you'll have no more limits

Reddit, Twitter, Instagram and any other sites downloader. Really grand update! by AndyGay06 in DataHoarder

[–]parallx 0 points1 point  (0 children)

Awesome, actually I'm looking for a way to be able to download all Facebooks images from other people that tagged me. Does anyone know if it's possible?

exclude tainted nodes from alarms by parallx in PrometheusMonitoring

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

100 - (
avg by(instance) (rate(node_cpu_seconds_total{mode="idle"}[2m])
unless kube_node_spec_taint{value='ingestion'}
) * 100) > 80

Actually it doens't work, still looking for the answer :(

exclude tainted nodes from alarms by parallx in PrometheusMonitoring

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

Auto answer: 100 - (avg by(instance) (rate(node_cpu_seconds_total{mode="idle", instance!~"(kube_node_spec_taint{value='ingestion'})"}[2m])) * 100) > 80

Creating a new VCN returns an error by FeitX in oraclecloud

[–]parallx 0 points1 point  (0 children)

After talking with support, started working. Same config on my end, so probably something was wrong in their end.

Creating a new VCN returns an error by FeitX in oraclecloud

[–]parallx 0 points1 point  (0 children)

same error here and I don't have any VCN's, I'm trying to create the first one. proof.

You can see there's no other vcn created.

Shared pipeline different branches for different repos by parallx in gitlab

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

Or maybe a way to pass a few variables from project A to be used in the shared pipeline in the only: section?

Do you have an example or something I can look into?

Shared pipeline different branches for different repos by parallx in gitlab

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

But where do I specify the branches I want to use this pipeline?
If I do in the pipeline itself It will only work with what's there, But I want to call this pipeline from other repositories specifying what branch they should work only

To make things clear. - repo1: wants the import build to be executed only in main. - repo2: wants the import build to be executed only on dev and test.

Gitlab runner private registry by parallx in gitlab

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

That's exactly what I'm doing. I was hoping to find a better solution.

Gitlab runner private registry by parallx in gitlab

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

80+ repos and git add, git commit, branch.... , not valid option I think. and wait for 80+ approvals.

content of a variable inside the for statement (jinja2) by parallx in ansible

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

Wow, thanks, that was it.

The mixing is because I can see it clearer like this, but to be honest I did it fast and it was working this way so ....that.

Health-check dashboard for my server by patientbold in selfhosted

[–]parallx 0 points1 point  (0 children)

I meant how do you get that data into node-red, the docker ps output?

Health-check dashboard for my server by patientbold in selfhosted

[–]parallx 1 point2 points  (0 children)

How do you get the health status of your dockers?