Trending questions in DevOps & Agile

0 votes
1 answer

Unable to access Kubernetes UI

Try running the following commad: kubectl describe endpoints ...READ MORE

Aug 28, 2018 in Docker by Kalgi
• 52,360 points
691 views
0 votes
2 answers

Pod status terminating-Kubernentes

Delete the finalizers block from resource (pod,deployment,ds ...READ MORE

Aug 29, 2018 in Kubernetes by Hannah
• 18,570 points
610 views
0 votes
1 answer

Kubernetes Dashboard v1.8.3 deployment

You’ve created your ServiceAccount on a different ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
732 views
0 votes
1 answer

What is Puppet equivalent of the 'ignore_failure' in Chef or the 'ignore_errors' in Ansible?

There’s no need to ignore the error ...READ MORE

Jul 17, 2018 in Ansible by shelly
2,522 views
0 votes
1 answer

Running docker-compose on a docker gitlab-ci-multi-runner

The problem (as I understand it) is ...READ MORE

Aug 2, 2018 in Docker by Kalgi
• 52,360 points
1,800 views
0 votes
2 answers

run private docker images on Google Container Engine

run docker login on minions before starting.  ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
535 views
0 votes
1 answer

kubernetes rollout triggered on scaling

when you update the pod template, the ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
356 views
0 votes
2 answers

Reset commit of remote branch

Just fix the issue on your local, ...READ MORE

Aug 13, 2018 in Git & GitHub by Nilesh
• 7,050 points
1,257 views
0 votes
1 answer

Failed to create cluster-role

To overcome this, you must grant your ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
558 views
0 votes
1 answer

How to run a docker command from inside the container?

You must have come across the /var/run/docker.sock file, ...READ MORE

Jun 28, 2018 in Docker by Sophie may
• 10,610 points
3,275 views
0 votes
2 answers

Jenkins' /etc/default/jenkins not update safe?

Use a tool like puppet to manage ...READ MORE

Aug 9, 2018 in Jenkins by Nilesh
• 7,050 points
1,421 views
0 votes
1 answer

Deploy in to jboss EAP 6.4 from jenkins

You can use the mavan plugin <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.9.Final</version> <configuration> ...READ MORE

Jul 20, 2018 in DevOps Tools by Kalgi
• 52,360 points
2,315 views
0 votes
1 answer

Terraform unable to get docker to join swarm

4th line of your code is incomplete You ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
801 views
+1 vote
2 answers

What possible return values are there in Jenkins plugin “Sonarqube scanner”

Use Webhooks in SonarQube Administration setup to ...READ MORE

Aug 3, 2018 in Jenkins by Nilesh
• 7,050 points
4,387 views
0 votes
2 answers

Can I use a different version of Node in the: IBM Bluemix DevOps Services, build step 'npm' builder type?

Hey @Hannah just specify the needed version in ...READ MORE

Oct 23, 2018 in DevOps Tools by lina
• 8,220 points
571 views
0 votes
1 answer

Jenkins hook not working

You have the wrong endpoint - it ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
1,521 views
0 votes
1 answer

Deploying Code and Managing configuration with Terraform

Try one of these for your first ...READ MORE

Jul 23, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
2,162 views
+1 vote
1 answer

Ansible: Deleting matching IPs from hosts file using regex

Ansible notation isn't the same as YAML ...READ MORE

Jul 25, 2018 in Ansible by DareDev
• 6,890 points
2,035 views
0 votes
1 answer

Access IP address of Couchbase container on Docker Swarm cluster

The property .NetworkSettings.Ports is a map, not a struct. ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
776 views
0 votes
1 answer

Docker for Windows error: “kubectl context missing”

There is an issue with docker for ...READ MORE

Aug 28, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
619 views
0 votes
1 answer

Docker ports are working on the localhost but not with public ip

Probably, the reason is that you've included ...READ MORE

Jun 12, 2018 in Docker by Damon Salvatore
• 5,980 points

edited Oct 15, 2018 by Kalgi 3,933 views
0 votes
1 answer

how can I find docker image with specific tag in docker registry in docker command line?

As far as I know, the CLI ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
1,838 views
+1 vote
1 answer

tf.exe authenticate for vsts

You can use the Check in changes ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
2,004 views
0 votes
1 answer

How to make ‘Docker for windows’ use another VM besides MobylinuxVM?

docker-machine env can output the environment for cmd ...READ MORE

Aug 16, 2018 in Docker by Sophie may
• 10,610 points
1,080 views
0 votes
1 answer

Docker holding a lot of disk space

Check your docker redundant containers and images ...READ MORE

Aug 22, 2018 in Docker by ajs3033
• 7,300 points
825 views
0 votes
2 answers

will running multiple Jenkins masters on same host increase the performance?

While using one big master, u can ...READ MORE

Aug 7, 2018 in Jenkins by Kalgi
• 52,360 points
3,030 views
0 votes
1 answer

Kubernetes Endpoints with TTL

Follow these steps: add an annotation to each ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
602 views
0 votes
1 answer

Execute puma workers only in prod but not in dev environment

You can us RACK_ENV here instead of ...READ MORE

Aug 16, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,069 views
0 votes
1 answer

Jenkins 2.89.3 “This Jenkins instance appears to be offline”

From your question Jenkins seems have been ...READ MORE

Jul 19, 2018 in Jenkins by Kalgi
• 2,680 points
2,288 views
0 votes
1 answer

How to continue running a docker container which is already exited?

Restart an existing container after you exited ...READ MORE

Jul 19, 2018 in Docker by Sophie may
• 10,610 points
2,285 views
0 votes
1 answer

Heron Failed to set packing plan for topology 'WordCountTopology'

This error occurs becaouse of zookeeper running ...READ MORE

Aug 29, 2018 in Kubernetes by Kalgi
• 52,360 points
518 views
+3 votes
4 answers

Chef vs puppet

Both chef and puppet have their own ...READ MORE

Aug 14, 2018 in Chef by Sahil
1,005 views
0 votes
1 answer

Restore a docker swarm

If there is something wrong only with ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
723 views
0 votes
1 answer

Slave image does not support running docker

You need to install docker client and ...READ MORE

Jul 19, 2018 in Docker by Kalgi
• 2,680 points
2,277 views
0 votes
1 answer

Docker Swarm Overlay Network Communication

Try to recreate network like this : docker ...READ MORE

Aug 22, 2018 in Docker by Nilesh
• 7,050 points
803 views
+5 votes
2 answers

Error saying "ERROR: Network Error: Connection refused $ Check your knife configuration and network settings"

Use these commands on vm local workstation, ...READ MORE

Mar 27, 2018 in Chef by DragonLord999
• 8,450 points
2,667 views
0 votes
1 answer

Error: Docker for Windows not working

The following worked for me: Download VirtualBox 5.03  Reboot ...READ MORE

Aug 14, 2018 in Docker by Sophie may
• 10,610 points
1,154 views
0 votes
1 answer

command for gettung container ids of all running containers

Id returned by docker service ps my-ngx is the <task_id> To ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
688 views
+1 vote
1 answer

How to push a docker image to a private repository

You need to tag your image correctly ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
1,903 views
0 votes
1 answer

How do I execute a shell script and then use the result in ansible

This can work out for you: - name: ...READ MORE

Apr 11, 2018 in Ansible by shubham
• 7,340 points
6,516 views
0 votes
1 answer

Dokku Multiple app in single repo

You can use the dokku-monorepo plugin. It’s ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
2,348 views
0 votes
1 answer

Using lxc_container module in ansible

This mostly happens when you've not installed ...READ MORE

Aug 10, 2018 in Ansible by DareDev
• 6,890 points
1,262 views
0 votes
1 answer

replicate docker swarm cluster

There is nothing like in-built utilities for ...READ MORE

Aug 23, 2018 in Docker by Kalgi
• 52,360 points
676 views
0 votes
1 answer

How to download the latest minor version of nexus artifact using REST?

If you're using nexus 2.x, you can ...READ MORE

Jun 27, 2018 in DevOps Tools by ajs3033
• 7,300 points
3,130 views
0 votes
2 answers

Why is docker image eating up my disk space that is not used by docker

Move the /var/llib/docker directory. Assuming the /root directory has enough ...READ MORE

Aug 6, 2018 in Docker by Nilesh
• 7,050 points
1,490 views
0 votes
1 answer

Docker Swarm Cluster: daemonize

Make sure you run the deamon as ...READ MORE

Aug 27, 2018 in Docker by Kalgi
• 52,360 points
484 views
0 votes
1 answer

"Access Denied" Error in Windows

Take ownership of the file or folder ...READ MORE

Aug 24, 2018 in Docker by Tyrion anex
• 8,700 points
633 views
0 votes
1 answer

Docker compose no response

May be you’ve used Charles as proxy ...READ MORE

Aug 10, 2018 in Docker by Kalgi
• 52,360 points
1,196 views
0 votes
1 answer

How can a script identify the difference between Docker Toolbox and Docker for Windows?

Now, the Toolbox works through docker-machine. The way ...READ MORE

Aug 24, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
577 views
0 votes
1 answer

Running Kubernetes on Mac

This error occurs becaouse you have to ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
383 views