gardener / gardener-extension-provider-openstack

Gardener extension controller for the OpenStack cloud provider (https://openstack.org).
https://gardener.cloud
Apache License 2.0
25 stars 81 forks source link

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

Closed rfranzke closed 3 months ago

rfranzke commented 3 months 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.