cloud-bulldozer / ocm-api-load

A set of load tests for OCM's clusters-service, based on vegeta.
Apache License 2.0
0 stars 8 forks source link

Missing packages to rescue data #63

Open chentex opened 2 years ago

chentex commented 2 years ago

RH OpenShift uses rsync and tar(info) to copy data to and from a pod we need to add those packages in case of an emergency we can get access to the data inside.

https://github.com/cloud-bulldozer/ocm-api-load/blob/3b797f1e2a040f155667596cbfb48ca3f2da2cdb/Dockerfile#L5

dry923 commented 2 years ago

@chentex are there any other packages that may be useful in the case where you might need to get into the pod to debug?

chentex commented 2 years ago

I cannot think of others, do you have any suggestions @dry923 ?