Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

I want my bucket to be browsable with gcfuse without the --implicit-dirs argument. I need explicit directories (aka placeholder objects). I can create empty dirs in advance with Google Cloud Console ...
basin's user avatar
  • 101
0 votes
0 answers
5 views

Note, it is not about the creation of Jenkins jobs. A Jenkins job is an single execution of a pipeline, with a set of given parameters. The creation (execution) of Jenkins jobs is very widely ...
peterh's user avatar
  • 222
0 votes
0 answers
9 views

I’m trying to set up permissions in my repository and need some guidance. I have the following folder structure: bundle/ ├── cluster/ └── jobs/ There are two AD groups involved: Group A should be ...
user25060582's user avatar
0 votes
1 answer
9 views

I have a jenkins pipeline, which will send an email after a built has been performed. post { always { echo "Sending Email to = ${Email_Address}" step([$...
Henning Braess's user avatar
0 votes
0 answers
4 views

Kong Prometheus plugin only exposes node / nginx metrics — no request-level metrics (status codes, latency, RPS)so that i can see use them in grafana dashboard. helm values used Kubernetes cluster. ...
Deepak's user avatar
  • 1
0 votes
0 answers
18 views

I wanted to get my feet wet with a kubernetes cluster on a raw metal Ubuntu box. It's an almost clean Ubuntu install, just cron-apt, apache (stopped) and postfix were installed. Next Ubuntu's k8s was ...
tbeernot's user avatar
  • 101
0 votes
0 answers
4 views

I'm trying to deploy SQL Server on k3d using a Helm chart. I ran the following command: $ helm install mssql-latest-deploy . --set ACCEPT_EULA.value=Y --set MSSQL_PID.value=Developer But I’m getting ...
REY's user avatar
  • 1
1 vote
0 answers
28 views

I have two azure devops repos: CommonRepo (in the Common team project), and MyRepo (in the MyProject team project) with the following structure: CommonRepo templates build.yaml libps ...
allmhuran's user avatar
  • 111
0 votes
1 answer
17 views

I'm trying to set up a Tailscale exit node in Oracle Cloud Infrastructure using Terraform. To that end I've created: VCN Subnet Subnet security list Compute Instance (I also tried adding a gateway to ...
DanielM's user avatar
  • 101
0 votes
0 answers
9 views

I am trying to filter unneeded metrics to reduce prometheus ingest costs. The metrics in question are sourced by dotnet's HttpClient. http.client.active_requests http.client.connection.duration http....
Lorenh's user avatar
  • 1
0 votes
1 answer
16 views

How to persist CoreDNS custom host entries in Linode Kubernetes Engine (LKE) so they don’t get reset? I’m running a cluster on Linode Kubernetes Engine (LKE) (Kubernetes v1.34). I want some of my ...
Deepak's user avatar
  • 1
1 vote
1 answer
32 views

This question is about Ansible 2.16 and up. Background I am currently migrating from Ansible 2.16 to 2.19. Starting with version 2.17, the package module (and the dnf module and a few others) are ...
Kevin Keane's user avatar
0 votes
0 answers
25 views

How can I setup a mirror of a GitHub repo on codeberg, without having to grant permission to codeberg? Why? Since 2025, I've had an occasional issue where my work on GitHub gets locked behind an ...
Michael Altfield's user avatar
0 votes
1 answer
17 views

I am using Gitlab to run my application build jobs. I am using GitLab's built in SAST feature to successfully run SAST against my source code and it provides the results of the analysis in the form of ...
Ego's user avatar
  • 101
1 vote
0 answers
16 views

I’m a beginner with Docker and DevOps, and I’m trying to containerize a small React quiz app that uses json-server to serve local data from data/questions.json. My goal:I just want to edit my code (...
Teddy Legeek's user avatar
0 votes
2 answers
59 views

I'm setting up nginx to cache files from S3. I'm getting a random error. 2025/10/22 08:03:11 [error] 81#81: *4256 connect() to [ipv6]:443 failed (101: Network is unreachable) while connecting to ...
vitm's user avatar
  • 103
0 votes
0 answers
10 views

When I say version control here, I'm talking specifically about the version number of the software I'm working on. I'm using git and happy with the general workflow, and have plans on how to improve ...
Adrian V's user avatar
0 votes
0 answers
13 views

Some people of our team have the problem that the content for the workitems in devops is not loading. they can see the list of workitems, but can't actually load them. for some people it helped to ...
user2154171's user avatar
0 votes
0 answers
7 views

I am working on canary upgrade of openshift cluster. my cluster is a 3 node hybrid, where each node act as a worker and master. NAME STATUS ROLES AGE ...
sahasrara62's user avatar
0 votes
1 answer
27 views

I have this config for loki to get all my container logs { - job_name: docker docker_sd_configs: - host: unix:///var/run/docker.sock refresh_interval: 5s relabel_configs: - ...
phredtomi's user avatar
0 votes
1 answer
21 views

Windows has a lot of built-in firewall rules. Not all of them are enabled by default. I want to write an Ansible playbook, that can enable specific rules. Unfortunately, the rule names and groups are ...
stackprotector's user avatar
0 votes
1 answer
12 views

I have the following check in my Helm chart to see if a rbac policy has already been applied: {{- if not (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "&...
auburg's user avatar
  • 101
0 votes
0 answers
9 views

I am troubleshooting an odd behavior between two Kubeflow installations that were both deployed using Juju charms. One installation is on-premise and working correctly, while the second one (hosted on ...
p4pe's user avatar
  • 1
-1 votes
1 answer
39 views

If the data is already replicated across multiple nodes in a cluster storage setup, do I still need to have a separate backup? For example, imagine I have three nodes (A, B, and C) located in ...
Muhammad Ikhwan Perwira's user avatar
0 votes
1 answer
12 views

We use the amtool with the next cronjob in Kubernetes for silencing alerts: command: - /bin/sh - -c - | amtool --alertmanager.url="http://alertmanager-operated.monitoring....
user54's user avatar
  • 583
0 votes
0 answers
13 views

I've been attempting to find the most efficient way of copying the contents of container 'A' to container 'B' within the same storage account. The crux is container 'A' has 1TB of data split between ...
RatKing's user avatar
0 votes
0 answers
32 views

NestJS Docker container becomes unresponsive and cannot be stopped after high MQTT load (1 message per seconde for a few hours) Environment Host OS: Ubuntu Linux Stack: NestJS application in Docker ...
Bastien's user avatar
0 votes
1 answer
27 views

Is it possible to host a bunch of distinct GitHub Pages sites using a single (sub)domain, by using subdirectories in the URI to point to different repo's GitHub Pages? I manage an open-source org that ...
Michael Altfield's user avatar
0 votes
0 answers
11 views

I want to setup encryption in transit for services in a private subnet (not reachable from the internet) on openstack. The infra/platform is setup with terraform + cloud-init. Apparently, the easiest ...
user2268997's user avatar
0 votes
1 answer
36 views

I want to separate the database initialisation from the actual runtime of PostgreSQL in a Docker Compose project. The Docker official PostgreSQL image (I'm using postgres:18-alpine) automatically runs ...
Kusalananda's user avatar
0 votes
0 answers
16 views

I use GCP, GKE and GatewayAPI. I created Gateway resources in order to create an Application Load Balancer in GCP in order to get my applications (which are in an Istio mesh) exposed to the world. ...
borajuanjo's user avatar
0 votes
0 answers
23 views

We have a project, let's call it "OurAwesomeProject". Under this project there are three sub-projects, let's call them "MyAwesomeSubProject1, 2, and 3", structured like this: ...
Brian's user avatar
  • 1
0 votes
0 answers
12 views

So far we use the default repo structure recommended in the Flux Flux D1 Architectural Reference with main and production branches. With more and more tenants, we need to provide different versions of ...
Joe's user avatar
  • 101
0 votes
0 answers
33 views

I have a container that we deploy into a very customised networking setup. The container starts a DHCP and DNS server internally and expects to do IPAM on the network it is connected to. I'm trying ...
Tom's user avatar
  • 101
0 votes
0 answers
17 views

I've found a number of options where a Jenkinsfile can configure itself to limit its concurrency. What I'm looking for is something that does more or less the same thing, but that will work without ...
BCS's user avatar
  • 101
0 votes
0 answers
21 views

Our team needs to move the ownership and billing of our Azure DevOps organization between two companies, and thus Entra tenants and domains. For the purposes of anonymity, "Company A" is the ...
Chris's user avatar
  • 101
0 votes
0 answers
23 views

Background & Specs IoT/FPGA system AMD Kria K24 (PetaLinux 2023.2, ARM Cortex-A53, 4 cores, 2GB RAM, SD storage). Running Docker with InfluxDB, Postgres, and Telegraf on an SD card (Class 1, the ...
Barel elbaz's user avatar
0 votes
0 answers
46 views

I'm trying to identify services that exist in Datadog telemetry (metrics, logs, or APM traces) but aren't registered in the Service Catalog. Currently my approach involves hitting the Datadog API to ...
chicks's user avatar
  • 1,911
0 votes
0 answers
30 views

I'm struggling to run a taiga-docker instance. (https://github.com/taigaio/taiga-docker) I am using a raspberry-pi as my entrypoint, which runs traefik (v3.5). Some of my services run directly in the ...
exa.byte's user avatar
0 votes
1 answer
155 views

I have some Ansible playbooks and roles that work absolutely fine, but when I lint the Ansible, I get some failures around modules. $ ansible-lint --ignore-file .ansible-lint-ignore ./playbooks --...
David Gard's user avatar
0 votes
0 answers
17 views

In a GitHub repo's settings under actions -> general, there are the options as seen in the image. I have a workflow that needs to be able to create PRs, and now I run it on my own GitHub account, ...
vbnm's user avatar
  • 1
0 votes
1 answer
60 views

(Was asked here, was closed because "not about programming or software development.") Situation: I have a Docker Compose setup with multiple containers from different images. I have Docker ...
fabpico's user avatar
  • 101
0 votes
2 answers
43 views

Is it possible in ECS to have a service scaled at 0, and when a request reaches the load balancer, the service scales to one to serve that request? Use case We have a large codebase (700k lines of ...
Exifers's user avatar
  • 101
0 votes
1 answer
45 views

Setup Info I have an application deployed on a k8s cluster on perm. My application uses many utility apps like Vault, RabbitMQ, and Redis, and the application is exposed via ingress. My application is ...
tauqeerahmad24's user avatar
3 votes
1 answer
410 views

I run multiple GitLab CI jobs that use Kaniko to build Docker images and push them to my private GitLab registry. My GitLab Runners use the Docker executor with privileged = false, and this setup has ...
Admineral's user avatar
  • 131
-1 votes
1 answer
40 views

Suppose we have two master nodes in DC A and two master nodes in DC B. They all belong to the same cluster. On top of that, my corporate laptop also joins the cluster as a master node (running on ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
74 views

I am setting up a tag-triggered release pipeline for building and releasing software using GitLab pipelines. In my 'release' stage, I am trying to create a GitLab release for the software, containing ...
hdconway's user avatar
0 votes
0 answers
28 views

I am developing an application that runs in a Docker container (app) using devspace. The default user of the container is root, but I am also creating a custom user (appuser) that I switch to when ...
halloei's user avatar
  • 101
0 votes
0 answers
23 views

I'm looking to implement a two-phase deployment strategy for a monorepo with multiple services, deployed to AWS ECS Fargate. My requirements are: Build once, deploy multiple times: On every commit, ...
Muhammad Taqi's user avatar
0 votes
0 answers
27 views

Usually, Azure DevOps sends an email notification when @ mentioning a specific user or a DevOps Team. However, if I @ mention a Team I am in, I also receive an email notification for it. This feels ...
Ashton's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
114