python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to attach or mount volumes on pods
We noticed that these errors started after the node-pool was autoscaled and the existing Nodes were replaced with new compute instances. This also happened during a maintenance window. We're using an ...
westcoastdev
Votes: 0
Answers: 1
cannot mount NFS share on my Mac PC to minikube cluster
Problem
To make k8s multinodes dev env, I was trying to use NFS persistent volume in minikube with multi-nodes and cannot run pods properly. It seems there's something wrong with NFS setting. So I run...
Steve
Votes: 0
Answers: 1
Migrate Kubernetes storage from vSphere to NFS with StatefulSets
I'm trying to move all my persistent volumes from vSphere to NFS, I managed to do it for many applications that use Deployment kind. All I have to do is:
Mount the NFS volume to a different path (/tm...
abdelhalimresu
Votes: 0
Answers: 0
Kubernetes pod volume [gcePersistentDisk] zone specification
I have set up a nfs-server in our cluster which references a compute disk that's being created by terraform. Here is the script to create the deployment:
apiVersion: apps/v1
kind: Deployment
metadata:...
dank
Votes: 0
Answers: 1