python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is "/usr/bin/nsenter -m/proc/1/ns/mnt" in Kubernetes Daemonset?
I have read some tutorials of how to mount a volume in container and run the script on host/node directly. These are the examples given.
DeamonSet pod spec
hostPID: true
nodeSelector:
...
Steve
Votes: 0
Answers: 1
Setup custom default backend for nginx ingress controller in Kubernetes
I am stuck with custom default backend for error page from Nginx Ingress Controller. By default, Nginx Ingress Controller pods return Nginx's default page with errors such as 404, 50x and I want to mo...
Viettel Solutions
Votes: 0
Answers: 0
GPU's not showing up on GKE Node even though they show up in GKE NodePool
I'm trying to setup a Google Kubernetes Engine cluster with GPU's in the nodes loosely following these instructions, because I'm programmatically deploying using the Python client.
For some reason I c...
Jed
Votes: 0
Answers: 1
Why spec.schedulerName does not work under daemonset?
Following this K8s page here on how to use multiple schedulers,and this, all I could see is that the schedulerName is taking place under the pod's spec , though I don't understand if this is explained...
shermakh
Votes: 0
Answers: 1