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)
opensearch blocked by: [SERVICE_UNAVAILABLE/1/state not recovered / initialized]
I'm trying to setup an opensearch cluster on kubernetes.
when settings my nodes nothing fails but I get an error at a certain point and
this is my stateful set:
apiVersion: apps/v1
kind: StatefulSet
m...
yovel cohen
Votes: 0
Answers: 1
Azure Kubernetes Service: What about PV and PVC in Stateful workload migration to new nodepool of different machine size
Context:
[Regarding cost reduction for compute]. In AKS cluster, recently observed that compute resources are under-utilised and so my plan is:
To create a new node pool(with lower cpu and memory, an...
Nin
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
Restore a single StatefulSet pod's PersistentVolume using a VolumeSnapshot
Hi we're looking for a way to restore a VolumeSnapshot to a single pod of a StatefulSet without scaling down the StatefulSet.
I think it might be doable by deleting the PersistentVolumeClaim, Persiste...
corsair
Votes: 0
Answers: 1