Login
Remember
Register
Ask a Question
You want to know how to make yaml files for making PODs and you have no access to internet. What do you do?
0
votes
asked
Aug 3, 2023
in
Kubernetes K8s
by
SakshiSharma
You want to know how to make yaml files for making PODs and you have no access to internet. What do you do?
yaml
files
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 3, 2023
by
SakshiSharma
kubectl explain pod --recursive
It will show you all fields in a mapped kind of fromat so you exacly what field go where
Simillarly: kubectl explain pv --recursive (for PVs)
.
...