Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add retry logic to receptor logstream on kube
resume kube job log using kube log timestamp require fix for kubernetes/kubernetes#77603 in kubernetes/kubernetes#113481 fix is backported to the following kubernetes version - 1.23.14 - 1.24.8 - 1.25.4 required fix for ansible/ansible-runner#1161 fix is backported to the following ansible-runner version - 2.2.2 - 2.3.1 added `RECEPTOR_KUBE_SUPPORT_RECONNECT` with following options: - “enabled”: this option will use timestamp with the log and enable our new code path - “disabled”: this option will not use timestamp and use the original code path - “auto”: auto detect if it's appropriate to enable timestamp base on kube version Co-Authored-By: Shane McDonald <me@shanemcd.com> Co-Authored-By: Seth Foster <fosterseth@users.noreply.github.com> Signed-off-by: Hao Liu <haoli@redhat.com>
- Loading branch information