Skip to main content

All Questions

Tagged with
-1 votes
0 answers
17 views

docker in docker error:- connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

We are getting this error, when trying to run docker daemon inside the docker container (on AKS v 1.27.3). By following the stakoverflow ansswers [https://stackoverflow.com/questions/52973546/docker-...
Vowneee's user avatar
  • 1,419
0 votes
0 answers
9 views

Expanded argument nor working on KubernetesPodOperator task inside expanded Task Group

all! I'm trying to create a task group for each list of params dynamically generated in my DAG. Everything goes fine until I try to use the expanded arguments as an input for a KubernetesPodOperator ...
rmontenegroo's user avatar
-1 votes
0 answers
13 views

pod terminating without running next step in jenkinsfile

I am trying to add ssh to my dockerfile and locally the container runs fine. but on jenkins k8s cluster it fails to come up and exits. any hint? error Defaulted container "main" out of: main,...
AhmFM's user avatar
  • 1,744
0 votes
0 answers
12 views

How to add labels to prometheus metrics from dotnet application sending opentelemetry to a collector

I have a dotnet container which I can't change the source code of running inside a kubernetes cluster as a deployment. The application is sending its metrics to an otel collector configured in ...
mattb's user avatar
  • 462
0 votes
0 answers
17 views

create ingress success but did not found with kubectl

I am trying to create ingress in kubernetes 1.29.x cluster, this is the yaml configuration: apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: ai-web-route namespace: reddwarf-pro ...
Dolphin's user avatar
  • 35.4k
0 votes
0 answers
15 views

Cannot run App on k8s after .NET 8.0 migration

After migrating my app to .NET 8.0 I cannot run it on k8s because of 'Error: UPGRADE FAILED: context deadline exceeded'. Message in pod logs indicate more specific issue which is: My dockerfile: FROM ...
Maltion's user avatar
  • 73
0 votes
1 answer
9 views

Zsh alias shows part of command

grep kga ~/.zsh alias kga='kubectl get all,ingress' When trying alias kga, it does not work. It shows only the all not the ingress. If i simply enter `kubernetes get all,ing' it does work. My other ...
trainin99's user avatar
  • 167
0 votes
1 answer
19 views

Running jenkins slaves on a few data centers

Jenkins setup: Jenkins: 2.452.1 OS: Linux - 6.5.0-26-generic Java: 17.0.11 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- ansicolor:1.0.4 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-...
Kacper Woźniak's user avatar
0 votes
0 answers
11 views

Kubernetes downgrade to 1.23 version from 1.24 version using kubeadm

I Working on upgrade kubernetes version, I am stuck at point where My client is asking to downgrade if the things does not go well in new version 1.24. Can some one please share there thoughts on this ...
Irfan Akbar's user avatar
0 votes
0 answers
9 views

While running server.js in kubernetes pods getting errors connect ETIMEDOUT

Error connecting to the database server: Error: connect ETIMEDOUT at Connection._handleTimeoutError (/usr/src/app/node_modules/mysql2/lib/connection.js:205:17) at listOnTimeout (internal/timers.js:557:...
Pranay Masurkar's user avatar
0 votes
0 answers
8 views

Why did my kubernetes node using RHEL as OS lost connection?

I have a kubernetes cluster with a few nodes using RHEL as os, unexpectedly I lost connection to one of them. Jan 23 10:11:40 node0 kubelet[1395]: E0623 10:11:40.928093 1395 controller.go:187] ...
William's user avatar
0 votes
0 answers
13 views

Etcd certificate error coming in kubernetes pod logs

I am getting the rpc error: code = DeadlineExceeded error in kubernetes pod I installed Docker images through helm install command, and after running kuberctl get pod -n namespace I got a few pods in ...
Sharvari Mittal's user avatar
0 votes
0 answers
16 views

Not able to externally connect to confluent kafka cluster's brokers with confluent for kubernetes

I am trying to set up External connection with Confluent for Kubernetes. I've followed the documentation : spec: listeners: external: externalAccess: type: loadBalancer ...
Volantis's user avatar
0 votes
0 answers
20 views

Issues with Cross-Namespace Service Discovery in Kubernetes with Spring cloud kubernetes

I'm running multiple Spring Boot applications in two different Kubernetes namespaces. Here’s my configuration for all services: SPRING_CLOUD_KUBERNETES_DISCOVERY_NAMESPACES_0: welcoming ...
Tarun Bharti's user avatar
0 votes
0 answers
10 views

How to manage temporary AWS credentials for on-premises Kubernetes clusters? [closed]

We have several on-premises Kubernetes clusters that need to utilize AWS services. Currently, we use traditional IAM Users with static credentials, but we recognize this is a bad practice. We want to ...
Catriel Goodman's user avatar

15 30 50 per page
1
2 3 4 5
3878