Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ramenctl config is fails from time to time when: - Waiting for policies to propagate to managed clusters - Failing to access ramen webhook when adding a drcluster The first issue may be a bug in ocm that we need to reproduce and investigate locally. The second issue may be a bug in the way we wait for ramen, but I think there is no good way to wait until a webhook is available, it can fail even if the container is running. This issue will be resolved soon by removing the ramen webhooks. This is a temporary error that should be resolved by retrying. Until we resolve both issues, lets retry the config step on errors. Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information