24837/specifying-pvs-while-defining-replication-controller-gcp
I know how to do this for pods(docs) But I am deploying my pods using replication controller to manage the pods.So How do I define a Replication Controller where a pod has a persistent volume attached to it?
You'll have to define a Persistent Volume and a Persistent Volume Claim. Then use the persistent volume claim inside your pod definition in your replication controller. If you want separate PVs for each of your pod You'll have to create separate Replication Controllers for each of your pod.
I think what you actually want to ...READ MORE
Try building your own customized image based on ...READ MORE
Nginx ingress tries to redirect to an ...READ MORE
The ingress resource must be in the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
The pods which are managed by ReplicationController ...READ MORE
Try something like this: containers: - name: ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.