Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wait for client cert to become ready before getting etcd client (#269)
The test of etcd cluster with TLS and auth config fails frequently, because the client certificate does not get created, before the etcd cluster is up and running. This PR adds a step to wait for the client cert to become ready, before executing the rest of the tests. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Reduced RSA private key sizes for various certificates to enhance security. - Added a new end-to-end test case to ensure readiness of TLS client certificates before proceeding with cluster operations. - **Bug Fixes** - Improved test reliability by ensuring TLS certificates are ready before stateful set readiness checks. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information