Questions tagged [rancher-2]

16 questions
4
votes
1 answer

k8s nginx ingress returns randomly 502 error on load

we are using an nginx (1.15.8.1) as ingress controller on our k8s cluster (v.1.17), managed by rancher (2.5.7). This worked pretty fine so far, but now we set up a custom API pod that can be externally accessed via ingress. Now, doing some load…
michafn
  • 61
  • 1
  • 4
2
votes
1 answer

Kubernetes + Rancher: multiple VLANs

I intend to deploy a k8s + Rancher cluster on my local network, but my environment has several VLANs, with pfsense acting as a firewal and router between such VLANs. My cluster resides in XCP-NG as a hypervisor and I will inform the VLANs that it…
user562397
  • 21
  • 2
1
vote
1 answer

Pgadmin4 cannot start in Kubernetes

I have set up Postgres in Kubernetes (k3s administered with Rancher) which seems to be working fine but in order to take a look at the databases I tried to add a pgadmin4 pod. I first tried adding the image dpage/pgadmin4 without any additional…
Taxel
  • 111
  • 2
1
vote
1 answer

CreateContainerError: context deadline exceeded

For a project, I must use big containers (500Mb to 60Gb). I don't have a precise measurement but when I run containers larger than 3-5Gb with gitlab-runner, I get an error in rancher: CreateContainerError: context deadline exceeded Our kubernetes…
Oyabi
  • 133
  • 2
  • 13
0
votes
1 answer

Rancher 2.0.4 multipleIP on worker

I setup multiple IPs on host with working node for rancher 2 Host is pingable from outside world on each of this IP. But not doesn't see this IP and if I configure hostport to IP:port format, I get still connection to base IP of this node. If start…
0
votes
0 answers

rke2 ingress-nginx default ssl certificate

I asked this here yesterday. Can anyone advise how to apply the default ssl certificate to ingress-nginx on rke2? I followed the doc at https://docs.rke2.io/networking/#nginx-ingress-controller I imported the TLS certificate into a secret I created…
crowne
  • 103
  • 4
0
votes
0 answers

nodes failing to join node group

I have multipe EKS clusters in separate accounts. These are managed by Rancher 2.6.1. One is kubernetes 1.19 and the another is 1.20. In the last two weeks, I have experienced nodes not getting added to the node group when a scaling event happens.…
0
votes
2 answers

Outgoing http calls fail randomly - no route to host

A while ago a strange problem occurred in our kubernetes cluster. We have a network containing windows servers (webserver, mailserver, etc.) and a kubernetes cluster running Rancher v2.6.0. The cluster is communicating with the windows server via…
mboldt
  • 101
0
votes
0 answers

Worker roles missing on new RKE cluster on Ubuntu

I’ve installed my first RKE cluster on Ubuntu-20.04.3 I followed the quickstart guide, and configured 1 controller and 2 workers. root@tk8sc1:~# /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get nodes NAME STATUS …
crowne
  • 103
  • 4
0
votes
1 answer

Rancher on k8s gives 404 page not found

I installed a kubernetes cluster with k3sup on a VM on my local hypervisor and the pods are up and running. Now I wanted to add a deployment with rancher in its latest version (2.6) to manage another cluster according to this guide. But the DNS and…
RUFmord
  • 19
  • 4
0
votes
0 answers

Nginx reverse proxy behind loadbalancer stop working after few hours

In my environment in rancher I use built in ingress load balancer to route trafic to custom nginx, which acts like reverse proxy for 2 "apps". In condition i choose which server I want to proxy. Everything works fine, but after random time…
l2ysho
  • 101
  • 2
0
votes
1 answer

Rancher on K8s (not helm) permission issues

I'm trying to teach myself K8s and am running into some issues that I've been unsuccessfully googleing / stack searching. I'm trying to setup Rancher without using helm. Here's my deployment manifest: apiVersion: apps/v1 kind: Deployment metadata: …
Chris Satola
  • 332
  • 2
  • 6
0
votes
0 answers

Rancher server UI unavailable (newie needing help)

First off, as the title says, in regards to Rancher I am a total newbie w/ very little understanding of the product. Second, if my issue has already resolved and posted on here elsewhere, please accept my apologies. I spent 4 hours on Google trying…
0
votes
0 answers

CoreDNS request does timeout (kubernetes / rancher)

I am trying to install mongodb-replicaset helmchart available on Rancher2 (well it's mostly a k8s problem imho). The service is named mongodb-replicaset in the namespace mongodb-replicaset. On init, the bootstrap container is stuck waiting for…
Michaël
  • 1
  • 1
  • 2
0
votes
1 answer

Kubernetes Few worker nodes vs many worker nodes

We use RKE for setting up the cluster with 4 master node (VM, 8 core CPUcurrentlysourcesstagingahorriblea workers and 16G ram) and 5 worker node(bare-metal, HPE G10, 88 core CPU, 256G ram) -Kubernetes version:1.15 -Host OS: coreos and increase max…
alireza71
  • 101
  • 3
1
2