Login
Remember
Register
Ask a Question
Your computer has no access to internet Which kubectl command can you use to find out syntax of making a pvyaml :
0
votes
asked
Aug 7, 2023
in
Kubernetes K8s
by
john ganales
Your computer has no access to internet Which kubectl command can you use to find out syntax of making a pvyaml :
kubectl
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2023
by
john ganales
kubectl explain pv --recursive # to find out syntax of making a pvyaml
...