# debug pod with pvc ```yaml --- apiVersion: v1 kind: Pod metadata: namespace: ethereum name: debug-pod spec: restartPolicy: Never tolerations: - key: 'd8asv4' operator: 'Exists' effect: 'NoSchedule' containers: - name: debug-pod image: ubuntu stdin: true tty: true imagePullPolicy: Always command: [ '/bin/bash', ] volumeMounts: - name: premium-ssd mountPath: /root/.ethereum volumes: - name: premium-ssd persistentVolumeClaim: claimName: premium-ssd-gethman-node-0 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up