Trending questions in DevOps & Agile

0 votes
1 answer

Jenkins on AWS - unable to launch jenkins URL

Looks like you are able to login ...READ MORE

Dec 16, 2018 in Puppet by Kiyara
706 views
0 votes
1 answer

Could I delete any of my commit which I had already push to central repository?

You can't delete, but you can always ...READ MORE

Dec 21, 2018 in Git & GitHub by Eric
456 views
0 votes
1 answer

Cannot connect unix:///var/run/docker.sock in kubernetes using GitLab CI runner

Do not use this: DOCKER_DRIVER: overlay because OVERLAY is ...READ MORE

Oct 16, 2018 in Kubernetes by DareDev
• 6,890 points
3,260 views
0 votes
1 answer

Connect to existing pod, execute script, disconnect - Kubernetes cron job

As far as i know there's no ...READ MORE

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

Error saying "the program 'curl' is currently not installed"

Install curl using this command: apt-get update && ...READ MORE

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

How to get the files from the local desktop to the local repository?

Hey @Ali, Follow these steps to transfer ...READ MORE

Dec 17, 2018 in Git & GitHub by Arohi
564 views
0 votes
1 answer

Error while installing puppet on ubuntu

Seems like you've done something wrong with ...READ MORE

Dec 19, 2018 in Jenkins by Alan
450 views
0 votes
1 answer

Using kubernetes API on GKE

When you create a cluster using GKE, ...READ MORE

Dec 6, 2018 in Kubernetes by ajs3033
• 7,300 points
1,020 views
0 votes
2 answers

DNS does not resolve with NGINX in Kubernetes

adding to @kalgi's answer Using just the hostname ...READ MORE

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

Docker for Windows error - Connecting a SQL Server database to a Docker container

The latest express sqlserver images with setting ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,085 views
0 votes
0 answers

Do we have to make a pull request from every single puppet node when we have to deal with 100 puppet node?

I have a small doubt regarding puppet, ...READ MORE

Dec 21, 2018 in Puppet by Ali
• 11,360 points
419 views
0 votes
1 answer

Will hypervisor work in containerization?

Hypervisor is a function that creates and ...READ MORE

Dec 20, 2018 in Docker by anonymous
369 views
0 votes
1 answer

Dockerfile entrypoint script arguments in docker run

RUN instructions happen at build time. ENTRYPOINT and ...READ MORE

Jul 11, 2018 in Docker by Kalgi
• 2,680 points

edited Jul 11, 2018 by Kalgi 7,338 views
0 votes
1 answer

How to see the different versions of the files that we have amended after we do the commit on git.

I'm not very sure if looking all ...READ MORE

Dec 16, 2018 in Git & GitHub by Kiyara
549 views
0 votes
1 answer

Docker for Windows: Containers IP accessible in local network

Add more IP to the windows DockerNAT ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
952 views
0 votes
1 answer

Get the Ip of a docker container

Here is what you need to do.  Firstly, ...READ MORE

Dec 10, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
674 views
0 votes
2 answers

Configure Subdomains, Nginx-proxy and Docker-compose

If you are already using docker-compose I ...READ MORE

Aug 3, 2018 in DevOps on Cloud by Nilesh
• 7,050 points
8,203 views
0 votes
1 answer

Pod Status containerCreating

I’m not very sure of this error. ...READ MORE

Sep 25, 2018 in Kubernetes by Kalgi
• 52,360 points
3,910 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,885 views
0 votes
2 answers

Error saying “Error from server (NotFound): the server could not find the requested resource”

official Documentation says: A client should be skewed ...READ MORE

Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
4,083 views
+1 vote
1 answer

How to add a node as a manager in swarm cluster?

Here is what you can try and ...READ MORE

Dec 10, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
519 views
0 votes
2 answers

Recover kops Kubernetes cluster

Adding to @hannah's answer, you need to do one ...READ MORE

Oct 23, 2018 in Kubernetes by Kalgi
• 52,360 points
2,579 views
0 votes
2 answers

Error while installing curl on ubuntu

This might help https://www.edureka.co/community/18638/resource-tempo ...READ MORE

Nov 23, 2018 in Kubernetes by Harsha
1,211 views
0 votes
1 answer

docker installation command not found

Here is a simple command which you ...READ MORE

Nov 16, 2018 in DevOps & Agile by anonymous
1,544 views
0 votes
1 answer

Docker - Cannot remove dead container

Try to unmount these blocked filesystems to ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
6,401 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,706 views
0 votes
1 answer

Which one to choose? Minikube vs Kubernetes in Docker for Windows

Docker Toolbox and minikube always use a ...READ MORE

Oct 9, 2018 in Docker by Sophie may
• 10,610 points
3,122 views
0 votes
1 answer

Can Docker for Windows using Linux containers operate on a VMware vSphere Windows 10 VM?

In order to run linux containers, Docker ...READ MORE

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

How do I add clusterrole to allow access to kubernetes dashboard

This completely depends on what roles you ...READ MORE

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

"error marking master: timed out waiting for the condition" while creating a kubernetes cluster

There could be many reasons that generates ...READ MORE

Oct 30, 2018 in Kubernetes by Kalgi
• 52,360 points
2,145 views
0 votes
4 answers

minikube start is giving OS Type not recognized

I had the same issue. i had ...READ MORE

Apr 30, 2019 in Kubernetes by Lisa
2,467 views
0 votes
1 answer

What are the different ways to access kubernetes dashboard?

There are three main ways to access ...READ MORE

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

How to configure load balancer in kubernetes ?

In the deployment file keep the type ...READ MORE

Dec 4, 2018 in Kubernetes by Haseeb
601 views
+6 votes
4 answers

Error: Docker saying "bad file descriptor"

The solution was easy enough. Add these ...READ MORE

Mar 27, 2018 in Docker by DragonLord999
• 8,450 points
6,720 views
0 votes
1 answer

Accessing client IP of HTTP request from GKE

i assume you set up your service ...READ MORE

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

Interactive shell using Docker Compose

You need to include the following lines ...READ MORE

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

How do I run “ant update” in Hybris with only “Update Running System”?

Here is what you can try. You can ...READ MORE

Jul 10, 2018 in DevOps Tools by Atul
• 10,240 points
6,854 views
0 votes
1 answer

How to give a name to an image in Dockerfile ?

This needs to be done in your ...READ MORE

Nov 17, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,264 views
+1 vote
1 answer

set up kubernetes NGINX ingress in AWS with SSL termination

Try using ingress itself in this manner except ...READ MORE

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

WordPress write-access when using Docker for Windows

Try these steps: Start the container as administrator ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
456 views
0 votes
1 answer

Error: Shell script fails on Docker for windows

I got a similar error, just try ...READ MORE

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

Do not wantthe cron job to restart with failure

you have to set a backoffLimit: 0 in combination ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
3,702 views
0 votes
2 answers

How to create ssh public key that is required to create kubernetes cluster in AWS

Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE

Oct 24, 2018 in Kubernetes by krishti
2,101 views
0 votes
1 answer

How to create “PersistentVolumeClaim” in Kubernetes on “Docker for windows”?

Try this: kubectl get storageclass gives output as ...READ MORE

Oct 4, 2018 in Docker by Tyrion anex
• 8,700 points
3,001 views
0 votes
1 answer

Enter in a Docker container already running with a new TTY?

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

Oct 27, 2018 in Docker by shubham
• 7,340 points
2,032 views
0 votes
1 answer

Docker for Windows error: Host Network Stack Use

I solved this by creating a separate ...READ MORE

Nov 30, 2018 in DevOps & Agile by Sophie may
• 10,610 points
513 views
+5 votes
3 answers

Steps to Call Python method in BuildBot

To run python code, you must write ...READ MORE

Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 12, 2018 by Kalgi 1,395 views
0 votes
1 answer

Error "server misbehaving"

There's no dns setup on kubernetes, try ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
4,530 views
0 votes
1 answer

Environment Variables inside a Cronjob in Kubernetes

Ofcourse you can. Cron job specification is ...READ MORE

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

Docker for Windows error: Spinning up multiple docker containers locally with same port numbers

Alright, to publish a port, docker uses ...READ MORE

Nov 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
758 views