Questions tagged [rancher-2]

16 questions
5
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
  • 71
  • 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
  • 1
  • 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
  • 3
1
vote
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
  • 113
  • 5
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
1
vote
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
  • 382
  • 2
  • 7
1
vote
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
  • 11
  • 1
  • 3
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

Rancher 2 RKE cluster component kube-api-auth is throwing an error with v1Authenticate request

I’m facing a strange error in my RKE1 k8s cluster. Running 1.24.13 on vsphere. kube-api-auth is constantly throwing these errors in the logs: time="2023-06-08T09:21:09Z" level=info msg="Starting Rancher Kube-API-Auth service on…
0
votes
0 answers

Cannot add cluster configuration for ArgoCD for Rancher kubernetes cluster

I have tried to add a Rancher kubernetes cluster in ArgoCD, but I get the following error from the ArgoCD CLI: ./argocd-linux-amd64 cluster add test01 --server=localhost:8080 --insecure WARNING: This will create a service account `argocd-manager` on…
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
  • 2
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
  • 1
  • 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
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
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