Questions tagged [openshift]
4 questions
4
votes
1 answer
How can I preserve the logs a docker/podman container even after the container dies?
I have pods running in OpenShift that I would like to view the logs for. In particular, I want to see the logs when the pod is terminated.
However, when the pod is terminated the logs are deleted as far as I can tell. I've tried tailing 'oc logs '…
user21113865
- 43
- 2
3
votes
1 answer
RHAOS packages on RHEL
I am downloading some RPM packages from the Red Hat Customer site and came across some rhaos packages. I'm not sure what they are exactly.
For example: podman-4.4.1-3.rhaos4.13.el8.x86_64.rpm
I couldn't find much information about them, except that…
Alexandre Soares
- 33
- 4
0
votes
0 answers
Transferring large files from Openshift to different server
I have a scenario, where we are transferring multiple files from openshift to a different server. It's in Terabytes.
Right now using oc client. Tried few options.
oc cp podname:source_path target_path
oc rsync --exclude="*.txt",".log"…
Raja
- 101
0
votes
0 answers
OpenShift pod tolerations
I have a question related to openshift pod tolerations.
According to the document, tolerations are defined in pod. Spec not in deployment/deploymentconfigs
Here is the scenario, 3 master nodes with following taints, no other nodes
oc adm taint node…
Ask and Learn
- 1,865
- 4
- 25
- 34