MCM integration tests failing due to missing label on Machine object #960
Labels
area/testing
Testing related
kind/bug
Bug
kind/enhancement
Enhancement, improvement, extension
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area testing
/kind enhancement
/priority 3
What happened:
The
node-agent-authorizer
authenticating webhook in gardener-resource-manager introduced by PR gardener/gardener#10535, specifically https://github.com/gardener/gardener/blob/3d9c6bbc9557f36ad346efae7073b7184745420f/pkg/resourcemanager/webhook/nodeagentauthorizer/authorizer.go#L204, requires labelworker.gardener.cloud/gardener-node-agent-secret-name
to be set correctly on themachine
object. However, themachine
objects created as a part of the integration tests for MCM providers, do not have this label, preventing the node from being created and causing tests to fail across all providers.PRs as a part of the fix:
The text was updated successfully, but these errors were encountered: