datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 36 forks source link

`kubectl cp --retries … ` to prevent failed k8s push/pulls #62

Open michaelsembwever opened 2 years ago

michaelsembwever commented 2 years ago

“kubectl cp” command is sensitive both to file sizes and latency and can be flaky. In my case there were constant errors from some clusters which was remediated by using kubectl version 1.23.0-rc.0 with “retries” option.