Trending questions in DevOps & Agile

0 votes
1 answer

Error saying Ports in use when initializing the cluster

You get this error because there already ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
702 views
0 votes
1 answer

Svn ignoring “--password” and “--username” options

That prompt doesn't really look like Subversion ...READ MORE

Oct 31, 2018 in DevOps & Agile by DataKing99
• 8,240 points
1,704 views
0 votes
1 answer
0 votes
1 answer

Kubernetes- Jenkins slave node shows offline

TCP port for JNLP slave agent should ...READ MORE

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

How to setup error reporting in Stackdriver from kubernetes pods?

The basic idea is to start a ...READ MORE

Nov 13, 2018 in Kubernetes by ajs3033
• 7,300 points
1,056 views
0 votes
1 answer

What is the basic difference between the running and starting of a Docker container?

Here is the basic difference between run ...READ MORE

Nov 16, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
923 views
0 votes
1 answer

Run multiple lineinfile commands with with_items

Here is the example playbook to ensure ...READ MORE

Jul 10, 2018 in Ansible by Kalgi
• 2,680 points
6,492 views
0 votes
1 answer

In Docker for windows how does communication between linux and windows containers work?

You can create a host file in ...READ MORE

Nov 9, 2018 in Docker by Sophie may
• 10,610 points
1,220 views
+1 vote
3 answers

Docker on Windows error: “docker pull redis” fails

I faced a similar issue, the server ...READ MORE

Oct 17, 2018 in Docker by Tyrion anex
• 8,700 points
2,052 views
0 votes
1 answer

How does Docker-for-selenium on Windows work?

In order for windows to support the ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
617 views
0 votes
1 answer

Forcing ssl for Kubernetes Ingress on GKE

https://github.com/kubernetes/ingress-gce#frontend-https If you want to block http, you ...READ MORE

Sep 6, 2018 in Kubernetes by ajs3033
• 7,300 points
3,953 views
0 votes
1 answer

How to use Ansible git module pull a branch with local changes?

You cannot achieve it using the git ...READ MORE

Jul 9, 2018 in Ansible by Atul
• 10,240 points
6,500 views
0 votes
1 answer

How to deploy at least one pod per minion while configuring replication controller?

I think what you actually want to ...READ MORE

Nov 23, 2018 in Kubernetes by ajs3033
• 7,300 points
568 views
0 votes
1 answer

Docker for windows error: Internal server

Have you installed all the dependencies mentioned ...READ MORE

Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
1,042 views
0 votes
1 answer

Kubernetes HTTPS Ingress in Google Container Engine

n order to have HTTPs service exposed ...READ MORE

Nov 23, 2018 in Kubernetes by DareDev
• 6,890 points
551 views
0 votes
1 answer

Jenkins console output not in realtime

Make sure your script is flushing it ...READ MORE

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

How to access container from dev machine on Docker for windows?

What you can do is, allow access ...READ MORE

Nov 6, 2018 in Docker by Sophie may
• 10,610 points
1,278 views
+1 vote
3 answers

Rename jobs from jenkins file

Go to the Configure screen and edit the Project name field ...READ MORE

Oct 25, 2018 in Jenkins by Laila
4,125 views
0 votes
1 answer

meaning of check-in code in github

It simply means to upload code to ...READ MORE

Apr 29, 2018 in Git & GitHub by ajs3033
• 7,300 points
9,513 views
0 votes
1 answer

Docker for Windows error: can't reach the database in Windows 10 enterprise evaluation

I faced a similar issue, just open ...READ MORE

Nov 22, 2018 in DevOps & Agile by Sophie may
• 10,610 points
574 views
0 votes
1 answer

Kubernetes - update ConfigMap programmatically

If you know Python, you can do ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
3,998 views
0 votes
1 answer

ssh into the VM for Minikube?

Minikube uses boot2docker as its base image, ...READ MORE

Aug 29, 2018 in Kubernetes by Kalgi
• 52,360 points
4,213 views
+1 vote
1 answer

Error creating VPC when trying to create cluster on AWS

By default AWS only allows 5 vpcs ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,735 views
0 votes
1 answer

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,227 views
0 votes
1 answer

When I try to connect to the WebSocket through the gateway I get a 403 error

Try upgrading Contour to v0.6.0-beta.3 with IngressRoute You can ...READ MORE

Oct 1, 2018 in Kubernetes by Kalgi
• 52,360 points
2,727 views
0 votes
1 answer

Analyse a container's disk usage in Docker?

Here is a very simple command to ...READ MORE

Nov 13, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
868 views
–1 vote
1 answer

error saying "denied: requested access to the resource is denied" when trying to push an image to dockerhub

tag the image first and then push ...READ MORE

Sep 20, 2018 in Docker by Kalgi
• 52,360 points
3,197 views
0 votes
1 answer

How to edit file after I shell to a docker container?

Since docker images are trimmed to bare minimum ...READ MORE

Sep 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
3,513 views
0 votes
1 answer

How do I view localhost with Lando and Docker for windows?

There is a URL on your output ...READ MORE

Nov 13, 2018 in DevOps & Agile by Sophie may
• 10,610 points
780 views
0 votes
1 answer

"error: argument --region: expected one argument" in kubernetes on aws

I think its the region issue, the ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
2,291 views
0 votes
1 answer

How do I attach and detach from Docker's process?

Here is what you should use. Since ...READ MORE

Sep 11, 2018 in Docker by Damon Salvatore
• 5,980 points
3,523 views
0 votes
1 answer

Permission Error while GKE clusterrolebinding for cluster-admin

If your kubeconfig was created automatically by gcloud then ...READ MORE

Sep 3, 2018 in Kubernetes by ajs3033
• 7,300 points
3,838 views
0 votes
1 answer

Kubernetes on Docker for Windows Error

This issue is with docker for windows ...READ MORE

Nov 14, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
725 views
0 votes
1 answer

Docker for windows error: docker-machine on virtual machine in Windows can't connect to running host

I faced similar issues, all you have ...READ MORE

Oct 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,313 views
0 votes
1 answer

How to rewrite all non-www traffic to www subdomain?-kubernetes ingress

The ingress.kubernetes.io/rewrite-target is used for rewriting the request URI, ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
3,403 views
0 votes
1 answer

How do I install phantomjs with node in docker

Here is what you can try. Link for existing ...READ MORE

Aug 1, 2018 in Docker by Damon Salvatore
• 5,980 points
5,187 views
+1 vote
1 answer

Docker for Windows Error: Open cmd executing docker machine env

You can put the commands in: Shortcut Properties ...READ MORE

Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
661 views
0 votes
1 answer

Why does Docker for Windows make you pick either Windows or Linux containers?

Windows machine contains several components and one ...READ MORE

Nov 15, 2018 in DevOps & Agile by Sophie may
• 10,610 points
535 views
0 votes
1 answer

Remove old and unused Docker images

Here is what you can try. docker system ...READ MORE

Oct 27, 2018 in DevOps & Agile by shubham
• 7,340 points
1,360 views
0 votes
1 answer

Deserialize Kubernetes YAML file

You need to import _ "k8s.io/client-go/pkg/apis/extensions/install" otherwise the schema ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
3,614 views
0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,767 views
0 votes
1 answer

Now when I run "kubectl describe ing" the backend is listed as "UNHEALTHY" and all requests to the ingress IP give a 502

The application must return a 200 status ...READ MORE

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

Docker for Windows error: Server not starting in IBM API connect toolkit

If you’re running on the most recent ...READ MORE

Nov 9, 2018 in Docker by Sophie may
• 10,610 points
734 views
0 votes
1 answer

Docker for Windows Error: Can't call chown inside Docker container

I’ve come across a similar issue, try ...READ MORE

Oct 30, 2018 in Docker by Tyrion anex
• 8,700 points
1,166 views
0 votes
1 answer

Docker for Windows CE: installation error

You’re facing this problem because you’re running ...READ MORE

Nov 16, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
407 views
0 votes
1 answer

Ansible: setting profile source in ansible.config

Try and add path in .bashrc or ...READ MORE

Jul 10, 2018 in Ansible by ajs3033
• 7,300 points
5,966 views
+1 vote
1 answer

Unable to run Docker commands on Windows

This problem occurs because, docker daemon is ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
1,281 views
0 votes
1 answer

Creating a kubernetes loadbalancer on AWS

Just put the type field as LoadBalancer ...READ MORE

Nov 13, 2018 in Kubernetes by DareDev
• 6,890 points
497 views
0 votes
1 answer

Docker for Windows Server 2016 requires update

First of all, you don’t need to ...READ MORE

Nov 8, 2018 in DevOps & Agile by Sophie may
• 10,610 points
710 views
0 votes
1 answer

Traefik: Forward Authentication not working

Look at the 7th line of your ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,860 views