This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Kubernetes Persistent Volume Claim And Deployments Posted on 10 Jun 2020 - filed under: kubernetes , server , ops TL;DR If you are using a Persistent Volume Claim (PVC) and have the following issue: Multi-Attach error for volume "pvc-X" Volume is already used by pod(s) Y Changing your deployment from: apiVersion: apps/v1 kind: Deployment spec: replicas: 1 template: ... to apiVersion: apps/v1 kind:…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.