gardener / gardener-extension-provider-vsphere

Gardener extension controller for the vSphere cloud provider (https://www.vmware.com).
https://gardener.cloud
Other
8 stars 46 forks source link

Upgrade getNSXTVersion call to use Policy APIs #466

Closed briantopping closed 1 year ago

briantopping commented 1 year ago

How to categorize this issue?

/area control-plane /kind enhancement /platform vsphere

What would you like to be added: The provider was implemented with an initial call to the deprecated NSX-T manager API on startup. That call needs to be updated to work with policy APIs instead. All other calls should be using the policy calls.

Why is this needed: Compatibility with VCF 5+

cc: @christianhuening, @marwinski

briantopping commented 1 year ago

This seems to be a non-issue