Warning: Private GKE clusters are potentially impacted by a change included in this release of the node port the API server uses to communicate with the Config Connector webhooks from 443 (allowed by default) to 9443 (not allowed by default). Please ensure that 9443 is allowed by configuring your firewall rules according to the Adding firewall rules for specific use cases GKE private cluster documentation. This port will be reverted to 443 in future releases.
- Added a column 'Ready' showing the value of the
.status.conditions[0]
(the ready condition), and associated Status to the default output ofkubectl get
for all Config Connector resources. - Added support for referencing an organization to
IAMCustomRole
. - Added a new sub-command to the CLI,
config-connector print-resources
which shows all config connector resources and their associated level ofexport
andbulk-export
support. - Reduce the memory usage of
deletiondefender
andcontroller-manager
in high-scale scenarios (1000+ resources under management). - Added
resourceID
support to theCompute
resources.