All Questions

-1 votes
1 answer
18 views

Free CI/CD platform for builds?

With AppCenter retiring, my team(of over 10 people) is looking for an alternative solution that can integrate with our private Github repo to create beta test builds for our React Native app, if ...
0 votes
1 answer
187 views

How to set the Virtual Machine name using Azure Image Builder?

According to this manual one can build an image on Azure using Azure Image Builder. When running the first example, the following error is shown in the customization log: PACKER ERR ==> azure-arm: ...
0 votes
1 answer
2k views

In a YAML file how do I checkout a specific branch in different repo and fallback if it doesn't exist using Azure DevOps?

I have a project I need to build in ADO that contains code in two different repos. Usually there is a matching release branch in both, but occasionally not. I would like to get the matching value and ...
1 vote
5 answers
184 views

Automate starting and stopping of multiple containers on single production server

I am doing a project for my university where I have the following requirements: I want to start and stop (docker) containers with different apps I have a singe (university) server to my disposal I ...
0 votes
0 answers
8 views

What is the proper way to remove a locally bind-mounted volume on the host machine created by Docker Compose?

Problem I believe Docker Compose should be able to remove all volumes it creates because it seems easier and safer to do so. However, locally bind-mounted volumes on the host machine created by Docker ...
0 votes
1 answer
740 views

Where should I look for the x509 certificate Kubelet is using to communicate with the kube-apiserver?

I have a cluster that is setup using the tool kops version 1.21.5. I'm aware that's quite old. The nodes have been up for quite some time now (eg; ~450 days) I'm receiving the following alert "A ...
1 vote
1 answer
46 views

Take shell cmd stdout_lines and create dict from output

I am using needrestart -b to get the following example output NEEDRESTART-VER: 3.6 NEEDRESTART-KCUR: 5.14.0-362.24.1.el9_3.0.1.x86_64 NEEDRESTART-KEXP: 5.14.0-362.24.1.el9_3.0.1.x86_64 NEEDRESTART-...
5 votes
2 answers
6k views

How to set a variable from an INI style file in Ansible?

I would like to set a variable value in a playbook reading it from an INI file, possibly failing the play if the file is not found or the value is missing in the file. I have found the ini lookup ...
0 votes
1 answer
850 views

How to purge / prevent using the prometheus local storage when using remote_write

I configured Prometheus to push metrics using remote_write but the local storage is still in use and keeps growing How could Prometheus be configured to stop storing locally and only push metrics or ...
0 votes
1 answer
725 views

How to authenticate, with azure devops services, using SAML via on premise standalone java application?

We have a network where azure DevOps services can be used by logging in via SAML. There is an independent java application in that same network. Can anyone please point out a way that this java ...
0 votes
0 answers
24 views

Kubernetes pods container initialization doesn't finish for Dagster

Installation set-up: I'm trying to run dagster on Kubernetes. I use the default values.yaml file and the only change I'm making is replacing "docker.io" with "registry.hub.docker.com&...
0 votes
1 answer
247 views

EKS: Usable Memory goes lower and lower on the node to 5% then jumps up to 80% available

I was able to correlate the "usable memory" going down with events in kubernetes: Conditions: Type Status LastHeartbeatTime LastTransitionTime ...
0 votes
0 answers
5 views

How to generate the seed job config from the existing jobs?

I'm working on making our jenkins infrastructure more resilient. I've migrated most of our stuff to pipelines, and our jenkins server is deployed by helm/k8s, so they're both under source control. ...
0 votes
1 answer
38 views

Enable MFA using google authenticator and Ansible

I have a Jump/Bastion server. want to enable MFA using goole authenticator. written an ansible playbook that install libpam-google-authenticator and modify the /etc/pam.d/sshd and /etc/ssh/sshd_config ...
2 votes
1 answer
3k views

containerd: Unable to overwrite sandbox image

System Ubuntu 22.04.01 kubeadm v1.25.4 containerd 1.6.10 Description I'm trying to setup k8s 1.25.4 with a private docker repository and the containerd runtime. I followed the docs to overwrite the ...

15 30 50 per page
1
2 3 4 5
360