gardener / gardener-extension-provider-azure

Gardener extension controller for the Azure cloud provider (https://azure.microsoft.com).
https://gardener.cloud
Apache License 2.0
9 stars 77 forks source link

Read new `.spec.pools[].userDataSecretRef` field for worker pool user data #868

Closed rfranzke closed 1 month ago

rfranzke commented 1 month ago

How to categorize this PR?

/area scalability /kind enhancement

What this PR does / why we need it: This extension now makes use of the new .spec.pools[].userDataSecretRef field (introduced with https://github.com/gardener/gardener/pull/9722 and available from gardener/gardener@v1.95+) to get to the worker pool user data. Similar to https://github.com/gardener/gardener/pull/9722/commits/6132277453085bb76402861e8d3cb41e896167b0

Which issue(s) this PR fixes: Part of https://github.com/gardener/gardener/issues/9545

Special notes for your reviewer: /cc @kon-angelo

Release note:

This extension now makes use of the new `.spec.pools[].userDataSecretRef` field to get to the worker pool user data.