python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SCC apply to all services and not only to specific service
when I apply my custom-scc on my Openshift cluster my service which has the right serviceAccount : My-service-name will retrieve it correctly.
However if a pod in another service comes to restart with...
brunoli
Votes: 0
Answers: 1
How to inject Kubernetes Volume secrets also as Env variable to the Pod?
My goal is to create an environment variable for the pod out of a mounted secret volume. I want to skip the intermediate step with creating Kubernetes secret (and refer the k8s secret for the env) so ...

Michael Kemmerzell
Votes: 0
Answers: 1
K8S Namespace tolerations whitelist conflict
I have been trying to make use of Azure Spot instances on Azure Kubernetes Service (AKS) - version 1.19.11 and to enable scheduling of pods onto those nodes, I am trying to use the PodTolerationRestr...
Chethan S.
Votes: 0
Answers: 0
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