rebase: update kubernetes to 1.30

updating kubernetes to 1.30 release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2024-05-15 08:54:18 +02:00
committed by mergify[bot]
parent 62ddcf715b
commit e727bd351e
747 changed files with 73809 additions and 10436 deletions

View File

@ -7,6 +7,7 @@ approvers:
- andrewsykim
- cheftako
reviewers:
- aojea
- wojtek-t
- deads2k
- derekwaynecarr

View File

@ -327,4 +327,9 @@ type InstanceMetadata struct {
// * topology.kubernetes.io/region=<region>
// * failure-domain.beta.kubernetes.io/region=<region> (DEPRECATED)
Region string
// AdditionalLabels is a map of additional labels provided by the cloud provider.
// When provided, they will be applied to the node and enable cloud providers
// to labels nodes with information that may be valuable to that provider.
AdditionalLabels map[string]string
}

View File

@ -40,9 +40,7 @@ var (
external bool
detail string
}{
{"azure", false, "The Azure provider is deprecated and will be removed in a future release. Please use https://github.com/kubernetes-sigs/cloud-provider-azure"},
{"gce", false, "The GCE provider is deprecated and will be removed in a future release. Please use https://github.com/kubernetes/cloud-provider-gcp"},
{"vsphere", false, "The vSphere provider is deprecated and will be removed in a future release. Please use https://github.com/kubernetes/cloud-provider-vsphere"},
}
)