You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While performing upgrade test it is found that create secret test fails with error: failed to create secret Internal error occurred: rpc error: code = DeadlineExceeded desc = latest balancer error: connection error: desc = "transport: Error while dialing dial unix /opt/azurekms.socket: connect: no such file or directory"
One of the reason could be that code is not yet ready to receive traffic. Adding sleep after upgrade help pass the test consistently.
Investigate if we can deploy AKV KMS plugin with readiness probe.
Steps To Reproduce
It's a flake in e2e_upgrade_tests
Expected behavior e2e_upgrade_tests should always pass.
KMS Plugin for Key Vault version
v0.0.12
Kubernetes version
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
While performing upgrade test it is found that create secret test fails with
error: failed to create secret Internal error occurred: rpc error: code = DeadlineExceeded desc = latest balancer error: connection error: desc = "transport: Error while dialing dial unix /opt/azurekms.socket: connect: no such file or directory"
One of the reason could be that code is not yet ready to receive traffic. Adding sleep after upgrade help pass the test consistently.
Investigate if we can deploy AKV KMS plugin with readiness probe.
Steps To Reproduce
It's a flake in
e2e_upgrade_tests
Expected behavior
e2e_upgrade_tests
should always pass.KMS Plugin for Key Vault version
v0.0.12
Kubernetes version
Additional context
The text was updated successfully, but these errors were encountered: