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)
How to disable Spring Cloud Kubernetes in a Maven build
Running Spring Boot 2.6.6 and Spring Cloud 2021.0.1
I'm attempting to migrate an existing service to Kubernetes so I added a dependency on spring-cloud-starter-kubernetes-client-all. By default, I hav...
Faron
Votes: 0
Answers: 3
Openshift cluster autoscaler does not remove GPU nodes
We see that cluster autoscaler as described here: https://docs.openshift.com/container-platform/4.9/machine_management/applying-autoscaling.html scale up when it sees pending GPU pods but does not sca...
asm
Votes: 0
Answers: 1
How to add/remove replicas on a specific node in docker swarm?
In my cluster, my servers have different computing power and bandwidth, so sometimes I want to decide which service replicas running on which node. I know we can choose the replicas with the docker se...
CharlesC
Votes: 0
Answers: 1
Node not enough temp storage for ephemeral storage
I am deploying a Pod to a Standard_NC12s_v3 node on Azure Kubernetes. On the microsoft webpage this node is described to have 1474Gb temp storage (SSD).
In the pod spec, I set the ephemeral-storage to...
tenticon
Votes: 0
Answers: 1