RSSAmplifier

25.wf · Jun 10, 2020

Kubernetes Persistent Volume Claim And Deployments

0
Sign in to vote or save

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:…

Read on 25.wf

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.