devops Questions

3

What is the best approach to enable https on ec2 public dns? I just have single instance running so i don't think adding load balancer is good approach and I don't have any domain name to point to ...
Magdaleno asked 18/3, 2021 at 7:41

2

Solved

My question is about PersistentVolumeClaim I have one node cluster setup on aws ec2 I am trying to create a storage class using kubernetes.io/host-path as Provisioner. yaml file content for...
Slr asked 6/4, 2017 at 8:41

4

I need to start kubernetes pods in a sequence like pod2 should start only when pod1 is up and running. we can do this in docker-compose.yml using depends_on
Madrepore asked 17/5, 2018 at 6:56

2

I want to run a job each time a new pipeline gets triggered. It's a kind of preparation job which should always be executed before every other job defined inside the .gitlab-ci.yml For Example stag...
Newmown asked 18/9, 2022 at 16:55

3

Solved

In my single page application I'm developing I'm using Vite and in my vite.config.ts file I have the following proxy: proxy: { '/v1': { target: 'https://127.0.0.1:8080', changeOrigin: true, sec...
Transpose asked 19/3, 2022 at 1:1

3

I have been trying to add an environment resource to our pipeline in azure devops but every time i install it with the powershell script they provide it asks me for tags. If i don't want to input t...
Australoid asked 22/5, 2020 at 13:15

2

It's on a fresh azure devops project. I try to run Git Bash: "git clone (url)" and it says: remote: TF401019: The Git repository with name or identifier (name) does not exist or you do no...
Catercornered asked 27/6, 2021 at 13:29

3

Solved

I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to fix the issue. Looks like it is aski...
Untraveled asked 1/3, 2022 at 10:44

7

googleapi: Error 403: Permission denied on resource project shared_vpc_host_name., forbidden I am trying to create shared vpc and service project using Terraform project facotry module and I am run...

1

Solved

I am working on an ecommerce site with Next.js and want to deploy it to Vercel. I have seen that Vercel uses the Deploy-Preview-Ship model (DPS) and while I am not sure if this is something that go...
Leslie asked 18/8, 2021 at 6:1

3

Solved

I have set up an automation through github/jenkins to post the output of terraform plan for the repo through jenkins as a comment to the pull request in github. The entire orchestration works great...
Ambiguity asked 7/11, 2019 at 21:48

8

Solved

I have two environments on azure. One difference between them is only environment variables that came from variable groups. Is it possible to set up group name dynamically for one pipeline instead ...
Directive asked 20/5, 2019 at 16:24

6

Solved

I am successfully able to connect to remote machine using SSH but when I am launching the agent from Jenkins it throws the following error: ERROR: Server rejected the 1 private key(s) for user1 (c...
Nerves asked 19/1, 2017 at 5:55

3

I am trying to setup ArgoCD for gitops. I used the ArgoCD helm chart to deploy it to my local Docker Desktop Kubernetes cluster. I am trying to use the app of apps pattern for ArgoCD. The problem i...
Airt asked 31/10, 2021 at 13:36

4

Solved

I am using the Azure Pipelines GitHub add-on to ensure that pull requests pass my linting. However, I have just made a test pull request which fails my linting, but the Azure Pipeline succeeds. He...
Cupped asked 16/3, 2019 at 7:28

12

I am trying to download java using yum on centOs which I specified in a Dockerfile. After pulling centOs image the run crashed and threw this error!? also to mention that my server instance is AWS ...
Farmyard asked 2/2, 2022 at 23:1

4

Solved

I have an existing Visual Studio project with existing code and a newly created Azure DevOps (git) project with an empty repository. Now from Visual Studio 2022 I want to push my project into the D...
Erode asked 3/8, 2022 at 13:57

12

Solved

I am running docker container for my development stack which I pulled from docker-hub, the image is created for a different timezone than where my application is supposed to be deployed. How do I ...
Grossman asked 22/8, 2019 at 10:33

1

I have developed a skeleton Android App in Android Studio the Build pipeline in Azure DevOps An Internal Testing track for this app on my Google Dev Console Uploaded MANUALLY via the GUI of the...

6

Solved

tl;dr How do I pass data, e.g. the $BUILD_VERSION variable, between jobs in different pipelines in Gitlab CI? So (in my case) this: Pipeline 1 on push ect. Pipeline 2 after merge `building` job ....
Mm asked 29/6, 2021 at 13:22

5

I am new to docker and cannot understand these errors. So, Please let me know if any more information is needed. `$ docker --version` Docker version 1.12.6, build 88a4867/1.12.6 `$ docker info` ...
Worthless asked 26/7, 2017 at 18:57

2

I am trying to detect the branch pattern on a when statement inside a stage. Like this: stage('deploy to staging') { agent label:'some-node' when { branch "feature/*" } steps { sh './deploy_pr.s...
Demolition asked 2/10, 2018 at 12:13

5

Solved

I am a beginner to Kubernetes and starting off with this tutorial. I installed VM and expected to be able to start a cluster by using the command: minikube start But I get the error: Starting...
Ye asked 11/9, 2018 at 13:25

1

I am running EC2 as self hosted runner. I have exported AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to the EC2, and I can see that they are set with printenv command. Reason for doing this is that ...

3

Solved

We have a private npm repo hosted using sinopia it has basic auth credentials. And our application uses the npm package of the private repo. I created the authentication token and tried it but I am...
Sage asked 5/7, 2018 at 11:3

© 2022 - 2025 — McMap. All rights reserved.