Most viewed questions in DevOps & Agile

0 votes
1 answer

What is mean by hosting an application and deployment?

Hello, Hosting an application:  Web hosting is a ...READ MORE

Feb 24, 2020 in Other DevOps Questions by Niroj
• 82,880 points
4,996 views
+1 vote
1 answer

--image-pull-policy not working in kubernetes

Kubernetes does not automatically update the pods ...READ MORE

Dec 6, 2018 in Kubernetes by DareDev
• 6,890 points
4,990 views
0 votes
1 answer

fatal: unable to auto-detect email address (got 'jenkins@master.(none)')

Hi@akhtar, You tried to merge your branch in ...READ MORE

May 7, 2020 in Jenkins by MD
• 95,440 points
4,972 views
+1 vote
4 answers

Docker compose, running containers in net:host

Hey@Hannah, Check the compose file format specifications ...READ MORE

May 7, 2019 in Docker by Kishore
4,969 views
0 votes
3 answers

Kubernetes: How to resize a Persistent Volume?

That issue happened to me when I ...READ MORE

Oct 2, 2019 in Kubernetes by Gon
• 180 points
4,933 views
0 votes
1 answer

Errors when executing - ansible -m ping all - kubespray

Hey @Ananya, make sure of these following ...READ MORE

Jan 24, 2019 in Ansible by Yesha
4,908 views
+1 vote
2 answers

lambda function showing error when trying to connect with rds(aws)

The engine will stay on timeout unless ...READ MORE

Jun 6, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
4,907 views
0 votes
1 answer

run script shell inside docker app and mongodb container not working?

Hi, I think this error occurs because you ...READ MORE

Mar 9, 2020 in Docker by MD
• 95,440 points
4,901 views
0 votes
1 answer

how can we unarchive multiple different files using ansible-playbook? i tried this yml file its getting error

RAR file is used to store other ...READ MORE

Oct 9, 2020 in Ansible by jack miller
4,890 views
+1 vote
3 answers

Kubernetes can't start due to too many open files in system

Seems like a kernel config issue. If ...READ MORE

Oct 25, 2018 in DevOps & Agile by Zaid
4,890 views
0 votes
1 answer

How to reset build number in jenkins?

Hi@akhtar, You can do this task with the ...READ MORE

Oct 25, 2020 in Jenkins by MD
• 95,440 points
4,882 views
0 votes
1 answer

'git' is not recognized as an internal or external command

Add the following paths to PATH: C:\Program Files\Git\bin\ C:\Program ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,620 points
4,875 views
0 votes
1 answer

Puppet: Error: Could not request certificate: getaddrinfo: Temporary failure in name resolution

You are getting this error because your ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
4,865 views
0 votes
1 answer

How to delete Stash from the stash list?

Hi@akhtar, Before you drop the Stash, you can ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,440 points
4,858 views
0 votes
1 answer

How to stop sqlplus command in unix shell script when any sql fails

One idea would be to launch the ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
4,857 views
0 votes
1 answer

dial tcp 192.168.99.114:8443: connect: connection refused () Error: timed out waiting for the condition

Hi@akhtar, You may get this error because of ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,440 points
4,837 views
0 votes
1 answer

Puppet: Where can I find the logs of a puppet client on ubuntu?

If you are running Ubuntu 16.04 you ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
4,837 views
0 votes
1 answer

What are parameterized jobs in jenkins and how to configure it?

Hey @Hannah, Parameterized jobs/builds are the ones ...READ MORE

Dec 16, 2018 in Jenkins by Kiyara
4,832 views
0 votes
1 answer

How to construct Maven installation in Jenkins for each Slave node?

I’m assuming that Java and Maven are ...READ MORE

Aug 2, 2018 in Jenkins by Sophie may
• 10,610 points
4,818 views
0 votes
1 answer

Docker, mount volumes as readonly

You can specify that a volume should ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,360 points
4,794 views
0 votes
1 answer

Jenkins pipeline error in deployment in Kubernetes

Hi@Pratyay, Deployment has no apiVersion v1. If you want ...READ MORE

Jul 28, 2020 in DevOps & Agile by MD
• 95,440 points
4,782 views
0 votes
1 answer

Failed to restart grafana.service: Unit not found.

Hi@akhtar, After installing grafana in your system, you ...READ MORE

May 27, 2020 in DevOps & Agile by MD
• 95,440 points
4,772 views
0 votes
1 answer

Error saying "Failed to request cluster info, will try again" when trying to join the kubernetes cluster

I had faced the same error. Make sure ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
4,754 views
0 votes
1 answer

ERROR: anonymous is missing the Overall/Read permission

Hi@akhtar, You need to tell your username password. ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
4,746 views
0 votes
1 answer

error: the server doesn't have a resource type "svc"

Hi@akhtar, You need to update your cluster details ...READ MORE

Jul 9, 2020 in Kubernetes by MD
• 95,440 points
4,737 views
0 votes
1 answer

Can we run parallel jobs in Ansible

Running parallel tasks in Ansible is not ...READ MORE

Aug 5, 2019 in Ansible by Kalgi
• 52,360 points
4,719 views
0 votes
1 answer

Unable to get cgroup stats for docker and kubelet services

Try and start kubelet with the following ...READ MORE

Sep 3, 2018 in Kubernetes by DareDev
• 6,890 points
4,711 views
0 votes
1 answer
0 votes
1 answer

adding exclusions in sonar analysis properties

Properties are not cumulative. As described at ...READ MORE

Jun 8, 2018 in Jenkins by DareDev
• 6,890 points
4,702 views
0 votes
1 answer

Use a docker image with jenkins declarative pipeline

Hey @Jithin, you could use something like ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
4,696 views
0 votes
3 answers

Error: ‘Jenkins: Cannot define variable in pipeline stage’

https://stackoverflow.com/questions/39832862/jenkins-cannot-define-var ...READ MORE

Mar 13, 2019 in Jenkins by Charles Wu
4,694 views
0 votes
2 answers

How can I point Jenkins to another .jenkins home directory?

Here are the options you have: a) Assuming ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
4,694 views
0 votes
1 answer

Docker image of maven returns this error - could not create local repository

Instead of mounting the root/.m2 folder to ...READ MORE

Aug 10, 2018 in Docker by Sophie may
• 10,610 points
4,684 views
0 votes
4 answers

Is it possible to integrate sonarqube with LDAP

Add the following lines in your config ...READ MORE

Apr 29, 2019 in DevOps & Agile by Wazir
4,672 views
0 votes
1 answer

Error: unknown flag: --bash See 'kubectl exec --help' for usage.

Hi@akhtar, You got this error because you missed ...READ MORE

May 18, 2020 in Kubernetes by MD
• 95,440 points
4,666 views
0 votes
1 answer

Mention some post conditions pipeline options that are used in a jenkinsfile.

We can mention some test conditions to ...READ MORE

Aug 28, 2019 in Jenkins by Sirajul
• 59,230 points
4,650 views
0 votes
1 answer

Error saying "build" requires 1 argument. See 'docker build --help'

Try adding a period at the end ...READ MORE

Jul 18, 2018 in Docker by Nilesh
• 7,050 points
4,649 views
+1 vote
0 answers

How can I map a docker location to my Jenkins workspace so that I can use the files in my Jenkins

Hey guys, I was trying to execute few ...READ MORE

Feb 25, 2020 in Docker by dineshkumar
• 130 points
4,645 views
0 votes
1 answer

Error “unable to resolve host docker”

This error occurs because its not a ...READ MORE

Jul 10, 2018 in Docker by Kalgi
• 2,680 points
4,636 views
0 votes
1 answer

Can we invoke ant file for pipeline in jenkins using a Jenkinsfile?

Yes, you can do it. You need to ...READ MORE

Feb 6, 2020 in Jenkins by Sirajul
• 59,230 points
4,608 views
0 votes
2 answers

How to switch to windows containers with docker for windows toolbox?

Docker Toolbox installs a VirtualBox VM in ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
4,606 views
0 votes
1 answer

Is it possible to run a playbook with a crontab?

Ofcourse you can run ansible playbook with ...READ MORE

Jan 17, 2019 in Ansible by Yesha
4,598 views
0 votes
2 answers

difference between the `COPY` and `ADD` commands in a Dockerfile

Hi, COPY and ADD are both Dockerfile instructions that serve similar purposes. They ...READ MORE

Dec 23, 2020 in DevOps & Agile by akhtar
• 38,230 points
4,594 views
+2 votes
3 answers

can't make nginx try_files to work with default_index.html

Here's another convenient use of try_files, as ...READ MORE

Oct 18, 2018 in DevOps on Cloud by Hannah
• 18,570 points
4,575 views
0 votes
1 answer

How to install minishift in windows system?

Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
4,567 views
0 votes
1 answer

What is groovy in jenkins?

Groovy is the default scripting language that ...READ MORE

Aug 27, 2019 in Jenkins by Sirajul
• 59,230 points
4,567 views
0 votes
1 answer

Kubernetes:Unable to mount volumes with cloud-provider

Kuberenetes 1.5.0 and 1.5.3 does support cinder. ...READ MORE

Nov 30, 2018 in Kubernetes by DareDev
• 6,890 points
4,563 views