Closed avisiedo closed 4 years ago
Add a set of proof of concepts using initContainers to set up the environment before running the main container.
The details can be seen in the InitContainers.md document.
Some of them are not finished. The current in progress and pending paths will be handled in different branches to shrink the scope.
Any comment are welcomed.
export APP=poc-05-a.yaml; make app-deploy get-info
oc logs pod/pod-id -c container-id
Thanks @avisiedo! Merging.
Add a set of proof of concepts using initContainers to set up the environment before running the main container.
The details can be seen in the InitContainers.md document.
Some of them are not finished. The current in progress and pending paths will be handled in different branches to shrink the scope.
Any comment are welcomed.
export APP=poc-05-a.yaml; make app-deploy get-info
.oc logs pod/pod-id -c container-id
.