Login
Remember
Register
Ask a Question
Scenario Question: You have a container that keeps crashing because its "command" section has a misspelling How do you fix this?
0
votes
asked
Aug 7, 2023
in
Kubernetes K8s
by
john ganales
Scenario Question: You have a container that keeps crashing because its "command" section has a misspelling How do you fix this?
container-crash
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2023
by
john ganales
1 generate the yaml file,
2 fix it,
3 kill the pod,
4 re-run with the correct yaml file (kubectl apply -f)
...