Skip to main content

Unanswered Questions

721 questions with no upvoted or accepted answers
2 votes
1 answer
1k views

Can't change ownership of folders and files in Docker containers

I am having these two dockerfiles which in both I am adding the command RUN chown -R www-data:www-data /var/www/html to change the ownership to www-data user. The containers seems to build ...
2 votes
0 answers
1k views

Upload a realm to bitnami/keycloak on helm install

I'm trying to upload a realm to my keycloak deployment via helm using the bitnami/keycloak chart. Here's my values.yaml override file that I'm just using to test: keycloakConfigCli: enabled: true ...
2 votes
2 answers
4k views

Docker.Core.HttpBadResponseException: {"message":"2 errors occurred:\n\t* provisioning docker WSL distros: deploying

2 years cannot fix error install Docker on Windows Docker.Core.HttpBadResponseException: {"message":"2 errors occurred:\n\t* provisioning docker WSL distros: deploying \"docker-...
2 votes
0 answers
287 views

How can I cache dockers images used in google cloud build more effectively than pulling it externally from GCP's container registery?

I've already read through https://cloud.google.com/build/docs/optimize-builds/speeding-up-builds I've made an intermediate image that is stored in the container / artifact registry - it's a pretty ...
2 votes
0 answers
2k views

How to configure ArgoCD access to the Azure Repos from a deployment pipeline?

Right now I have several ideas in theory, but they all have problems. My setup is: Azure DevOps Services Azure Cloud A powerful service principal connection with which I run the pipeline Idea #1 ...
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 ...
2 votes
0 answers
45 views

Why is an 'average' as a metric favored (over 'latency') in this case?

In a talk on RED method, the presenter defends his use of 'average' by the following comparison with latencies. The linked-to part of the talk written down (non-verbatim and with my formatting): ...
2 votes
0 answers
601 views

Recommended way to uninstall Istio?

I installed Istio with istioctl and our cluster has multiple Istio control planes. So as part of upgrading to a new Istio version, I want to delete the older version. What is the recommended approach? ...
2 votes
0 answers
23 views

What happens if I upload a new version of an object already transitioned to Glacier

I created a bucket with versioning enabled and put 500GB of objects there. I also set a lifecycle policy that transitions the whole bucket to S3 Glacier after 30 days and it was already executed. Let'...
2 votes
0 answers
313 views

Cluster Autoscaler Crash: Unable to build proper template node

My Cluster Autoscaler (CAS) Pod V.1.17 stops working when it restarts and a Autoscaling Group (ASG) is scaled to 0. CAS enters a loop with the following message: utils.go:126] Unable to build proper ...
2 votes
0 answers
40 views

How to change log source in Nomad?

I have a CLI application which runs on Nomad, task "create-cli" { driver = "docker" config { image = "cli-app:local" tty = true ...
2 votes
0 answers
335 views

How to manually specify variables for child pipeline in bridge job?

Right now i have this gitlab-ci.yml. stages: - Build - Deploy ... Deploy: stage: Deploy when: manual trigger: services/service1 variables: BUILD_NAME: "${BUILD_NAME}" ...
2 votes
1 answer
286 views

How to keep the overview over the entire lifecycle of backlog items

I'm working as a product owner in a software house. For the project I'm taking care of, we're using Azure DevOps to manage our backlog. The team consists of 3 developers + me as product owner / part ...
2 votes
0 answers
22 views

Linux Cloud/Windows On Prem Deployments

I have sort of a unique problem where I have a cloud deployment (linux) that needs to be ported to an on-premise deployment (windows). The constraint is that this is medical software and hospitals ...
2 votes
0 answers
375 views

Complete automatic release process (with versioning) on a multibranch pipeline?

We have projects that once in a while need to be released with all the changes already present in the develop branch. Every time we make a new release, we update the code with the new release version ...

15 30 50 per page
1
3 4
5
6 7
49