Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [containerd]

An industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows.

0 votes
0 answers
4 views

Monitoring containerd with cAdvisor, outside of Kubernetes

I'm running a number of containers using containerd directly, spun up with the assistance of nerdctl. For various reasons, docker and podman does not suit our current usecase. Also, this is NOT a ...
Johan Karlberg's user avatar
0 votes
0 answers
15 views

To run nginx as a non root user in GKE - nginxinc/nginx-unprivileged:alpine-slim - on privileged port 80

https://hub.docker.com/r/nginxinc/nginx-unprivileged States that The default NGINX listen port is now 8080 instead of 80 (this is no longer necessary as of Docker 20.03 but it's still required in ...
so-random-dude's user avatar
0 votes
0 answers
22 views

Is there any programmatic way to detect that a process running under containerd has its stdin and stdout closed?

I am currently exploring workarounds for the problem of processes started by kubectl exec not dying on disconnect described in my other question. Here are a couple of observations. If I run the ...
merlin2011's user avatar
0 votes
0 answers
53 views

Ingress is not working on my Kubernetes clusters

I have built Kubernetes clusters that consists of four nodes. But ingress is not reachable from control plane or deployed host. I tried to deploy services by NodePort then the service is reachable ...
elda's user avatar
  • 21
1 vote
1 answer
72 views

containerd client + soci snapshotter: http: server gave HTTP response to HTTPS client

I'm trying to setup and insecure containerd client to pull images from an insecure private registry using the following code: package main import ( "context" "crypto/tls" ...
Amal Thundiyil's user avatar
0 votes
0 answers
44 views

When changing containerd root directory to nfsshare mount point I am getting an error

After changing containerd root directory to nfsshare mount point I am getting this error: unpacking registry.k8s.io/kube-apiserver:v1.28.11 (sha256:...
Vivek Bagde's user avatar
2 votes
1 answer
80 views

How to show pull progress when using Go code to pull containerd image

I am using the following Golang code to pull containerd image. package main import ( "context" "log" "github.com/containerd/containerd" "github.com/...
haojie zhang's user avatar
0 votes
0 answers
241 views

Containerd error loading seccomp filter into kernel in kubernetes

Recently i get this error on one of the Kubernetes worker and on bitnami pods (redis, rabbitmq, mongodb) where the seccomp profile is defined. (combined from similar events): Liveness probe errored: ...
arminbiklari's user avatar
0 votes
1 answer
44 views

How to use grpcurl with containerd.sock pull image?

I found the image.proto file of containerd, https://github.com/containerd/containerd/blob/main/api/services/images/v1/images.proto#L90 I can use the proto file to get a local image, [root@master-18-...
xing wu's user avatar
  • 11
0 votes
1 answer
73 views

podman can not connect to container port

I run postgresql with podman : > podman run \ -d \ --name=postgresql \ -v /opt/Docker/volumes/postgresql:/var/lib/postgresql/data -e POSTGRES_DB=admin \ -e POSTGRES_USER=admin \ ...
mah454's user avatar
  • 1,801
0 votes
1 answer
257 views

Using Colima how can I expose a containerd socket to the host?

I'm developing an application using containerd as the container runtime. I want to use Colima for development on my Mac. The problem is that Colima doesn't seem to expose the containerd socket on the ...
Reximus's user avatar
  • 91
0 votes
0 answers
112 views

Trouble Running NVIDIA GPU Containers on Custom Yocto-Based Distro on HPE Server with NVIDIA A40 GPU

I'm experiencing difficulties running NVIDIA GPU containers on a custom Yocto-based distribution tailored for an HPE server equipped with an NVIDIA A40 GPU. Despite having set up a custom meta-nvidia ...
Nauman Shakir's user avatar
-1 votes
1 answer
514 views

change container image registry in containerd to nexus proxy repository [closed]

I setup docker hub proxy on nexus http mode and I want to change the default image registry in containerd .I have kubernetes cluster version 1.27 up and running.how can I achieve this?
Ali farahzadi's user avatar
-1 votes
1 answer
199 views

How to check the pause image download address [closed]

I have changed the Kubernetes default pause image download address to registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.6 in /etc/containerd/config.toml like this: [root@k8sslave01 kubelet]# ...
Dolphin's user avatar
  • 35.9k
0 votes
0 answers
120 views

How can I change the docker storage driver of a Kubernetes POD that is running on EKS Anywhere running containerd

Does anyone know how to run docker build from inside of a Kubernetes POD running on EKS Anywhere / Kubernetes 1.28 / Ubuntu 22.04 / Jenkins + Kubernetes Plugin and have the docker storage driver be ...
derek_fj40's user avatar

15 30 50 per page
1
2 3 4 5
19