Questions tagged [rancher]

Rancher is an open source project that provides a complete platform for operating Docker in production.

Rancher is an open source project that provides a complete platform for operating Docker in production. It provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots. It integrates native Docker management capabilities such as Docker Machine and Docker Swarm. It offers a rich user experience that enables devops admins to operate Docker in production at large scale.

https://github.com/rancherio/rancher

962 questions
9
votes
1 answer

Which of the Elliptic Curves are supported for the Rancher Kubernetes certificates?

Problem I have generated keys and certificates by OpenSSL with the secp256k1, run rke version v1.2.8 from the Rancher Kubernetes Engine (RKE), and got the following error: FATA[0000] Failed to read certificates from dir [/home/max/cluster_certs]:…
Maxim Masiutin
  • 3,991
  • 4
  • 55
  • 72
9
votes
2 answers

Helm error : Error: the server has asked for the client to provide credentials

I have installed Rancher 2 and created a kubernetes cluster of internal vm's ( no AWS / gcloud). The cluster is up and running. I logged into one of the nodes. 1) Installed Kubectl and executed kubectl cluster-info . It listed my cluster…
VVP
  • 766
  • 4
  • 14
  • 39
9
votes
1 answer

What is a sidekick container?

When creating a new service, one can add "sidekick containers" to it. What is a sidekick container? And how does it differ from a "normal" service container?
helt
  • 4,925
  • 3
  • 35
  • 54
8
votes
5 answers

Kubectl command to return a list of all user accounts from Kubernetes

I am looking to output a comma separated list of all user accounts from Kubernetes. I understand that one can return a list of namespaces, pods, and so on from Kubernetes using the 'kubectl get namespace' and 'kubectl get pods' command. However, is…
Kerbol
  • 588
  • 2
  • 9
  • 24
8
votes
3 answers

How can I tell what causes a helm chart deployment to fail?

If a Helm deployment's status is failed, what can I do to determine what made it fail?
Nomnom
  • 4,193
  • 7
  • 27
  • 37
8
votes
3 answers

Namespace “stuck” as Terminating

I am getting issue while terminating the namesapce in the cluster, It's showing many parameters inside the namespace JSON. I followed this link…
rajendra sharma
  • 449
  • 1
  • 5
  • 7
8
votes
2 answers

"no space left on device" when building with Jenkins and Docker

we use Jenkins to build Docker images and everything was find until last week when every time I try to build an image in Jenkins it fails with "Error response from daemon: Error processing tar file(exit status 1): write…
Matt
  • 83
  • 1
  • 1
  • 4
8
votes
1 answer

How do I configure my DNS to work with Rancher 2.0 ingress?

I'm new to Kubernetes and Rancher, but have a cluster setup and a workload deployed. I'm looking at setting up an ingress, but am confused by what my DNS should look like. I'll keep it simple: I have a domain (example.com) and I want to be able to…
Steadman
  • 538
  • 4
  • 12
8
votes
1 answer

smtp timeout from python client in rancher container

I have a weird issue with no ideas what could be wrong, so maybe writing it here can help me come up with ideas. Or someone can help me :) I have a Django site running in rancher and for past few weeks I noticed emails are not working. Timeout error…
Lucas03
  • 2,267
  • 2
  • 32
  • 60
8
votes
3 answers

How to launch an app via Docker on every Pull Request?

I run Jenkins and my app is dockerized, i.e. when I run the container it exposes port 3000 and I can point my browser there. On every Github PR I would like to deploy that git commit to a running container somewhere and have Jenkins post back to the…
tesserakt
  • 3,231
  • 4
  • 27
  • 40
8
votes
1 answer

Rancher & Docker Failed to get ping from agent

I am facing another issue with Rancher & Docker. I've installed the Rancher Server and then, in another server, a Rancher Agent using the command provided from Rancher Server. I can see the node in the host section but every 5 minutes rancher…
devops85
  • 211
  • 1
  • 12
7
votes
1 answer

How to move PV from one kubernetes node to another

I have a k8s cluster which uses rancher.io/local-path. There is a PV there $ kubectl describe pv pvc-979af6ff-3617-4707-8a2c-b6c4ac00043f Name: pvc-979af6ff-3617-4707-8a2c-b6c4ac00043f Labels:
Alex_www
  • 71
  • 3
7
votes
2 answers

Is there any way to build and run Windows containers via Rancher Desktop?

I have installed Rancher Desktop application on Windows 10 and set it to use docker as container runtime. I was able to run simple commands on Windows with docker like, docker run -it --rm ubuntu sh However, I could not find an option to switch it…
Viji
  • 412
  • 4
  • 15
7
votes
1 answer

Secure way to mount CIFS/SMB share from container without privileged flag or SYS_ADMIN capability

I would like to access a Windows file share share (SMB3) from a docker container, but I do not want to compromise the security of the host machine. All the guides I have read state that I need to use either the --privileged flag or --cap-add…
ben
  • 321
  • 4
  • 12
7
votes
4 answers

Docker: How to start an existing container and forward the ports?

I am new to docker and I'm trying to get a permanent installation of Rancher started. To create the docker container I run the following command: docker run -d --name rancher-server -p 8080:8080 rancher/server Note that I want to forward the…
Lucas P.
  • 4,282
  • 4
  • 29
  • 50
1
2
3
64 65