Skip to content

Commit 0ae8bbb

Browse files
Syncing with KKP main (88f8cfc6f)
1 parent 53ef8a0 commit 0ae8bbb

File tree

5 files changed

+14
-38
lines changed

5 files changed

+14
-38
lines changed

content/kubermatic/main/data/addondata.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type ClusterData struct {
3838

3939
// CloudProviderName is the name of the cloud provider used, one of
4040
// "alibaba", "aws", "azure", "bringyourown", "digitalocean", "gcp",
41-
// "hetzner", "kubevirt", "openstack", "packet", "vsphere" depending on
41+
// "hetzner", "kubevirt", "openstack", "vsphere" depending on
4242
// the configured datacenters.
4343
CloudProviderName string
4444
// Version is the exact current cluster version.
@@ -151,7 +151,6 @@ type Credentials struct {
151151
GCP GCPCredentials
152152
Hetzner HetznerCredentials
153153
Openstack OpenstackCredentials
154-
Packet PacketCredentials
155154
Kubevirt KubevirtCredentials
156155
VSphere VSphereCredentials
157156
Alibaba AlibabaCredentials
@@ -206,11 +205,6 @@ type OpenstackCredentials struct {
206205
Token string
207206
}
208207

209-
type PacketCredentials struct {
210-
APIKey string
211-
ProjectID string
212-
}
213-
214208
type KubevirtCredentials struct {
215209
// Admin kubeconfig for KubeVirt cluster
216210
KubeConfig string

content/kubermatic/main/data/seed.ce.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,8 @@ spec:
358358
# Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
359359
# This provider is no longer supported. Migrate your configurations away from "packet" immediately.
360360
# Packet configures an Equinix Metal datacenter.
361-
packet:
362-
# The list of enabled facilities, for example "ams1", for a full list of available
363-
# facilities see https://metal.equinix.com/developers/docs/locations/facilities/
364-
facilities: []
365-
# Metros are facilities that are grouped together geographically and share capacity
366-
# and networking features, see https://metal.equinix.com/developers/docs/locations/metros/
367-
metro: ""
361+
# NOOP.
362+
packet: null
368363
# Optional: ProviderReconciliationInterval is the time that must have passed since a
369364
# Cluster's status.lastProviderReconciliation to make the cluster controller
370365
# perform an in-depth provider reconciliation, where for example missing security

content/kubermatic/main/data/seed.ee.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,8 @@ spec:
407407
# Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
408408
# This provider is no longer supported. Migrate your configurations away from "packet" immediately.
409409
# Packet configures an Equinix Metal datacenter.
410-
packet:
411-
# The list of enabled facilities, for example "ams1", for a full list of available
412-
# facilities see https://metal.equinix.com/developers/docs/locations/facilities/
413-
facilities: []
414-
# Metros are facilities that are grouped together geographically and share capacity
415-
# and networking features, see https://metal.equinix.com/developers/docs/locations/metros/
416-
metro: ""
410+
# NOOP.
411+
packet: null
417412
# Optional: ProviderReconciliationInterval is the time that must have passed since a
418413
# Cluster's status.lastProviderReconciliation to make the cluster controller
419414
# perform an in-depth provider reconciliation, where for example missing security

content/kubermatic/main/data/seed.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,8 @@ spec:
358358
# Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
359359
# This provider is no longer supported. Migrate your configurations away from "packet" immediately.
360360
# Packet configures an Equinix Metal datacenter.
361-
packet:
362-
# The list of enabled facilities, for example "ams1", for a full list of available
363-
# facilities see https://metal.equinix.com/developers/docs/locations/facilities/
364-
facilities: []
365-
# Metros are facilities that are grouped together geographically and share capacity
366-
# and networking features, see https://metal.equinix.com/developers/docs/locations/metros/
367-
metro: ""
361+
# NOOP.
362+
packet: null
368363
# Optional: ProviderReconciliationInterval is the time that must have passed since a
369364
# Cluster's status.lastProviderReconciliation to make the cluster controller
370365
# perform an in-depth provider reconciliation, where for example missing security

content/kubermatic/main/references/crds/_index.en.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ _Appears in:_
18001800
| `aws` _[AWSCloudSpec](#awscloudspec)_ | {{< unsafe >}}AWS defines the configuration data of the Amazon Web Services(AWS) cloud provider.{{< /unsafe >}} |
18011801
| `azure` _[AzureCloudSpec](#azurecloudspec)_ | {{< unsafe >}}Azure defines the configuration data of the Microsoft Azure cloud.{{< /unsafe >}} |
18021802
| `openstack` _[OpenstackCloudSpec](#openstackcloudspec)_ | {{< unsafe >}}Openstack defines the configuration data of an OpenStack cloud.{{< /unsafe >}} |
1803-
| `packet` _[PacketCloudSpec](#packetcloudspec)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Packet defines the configuration data of a Packet / Equinix Metal cloud.{{< /unsafe >}} |
1803+
| `packet` _[PacketCloudSpec](#packetcloudspec)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Packet defines the configuration data of a Packet / Equinix Metal cloud.<br />NOOP.{{< /unsafe >}} |
18041804
| `hetzner` _[HetznerCloudSpec](#hetznercloudspec)_ | {{< unsafe >}}Hetzner defines the configuration data of the Hetzner cloud.{{< /unsafe >}} |
18051805
| `vsphere` _[VSphereCloudSpec](#vspherecloudspec)_ | {{< unsafe >}}VSphere defines the configuration data of the vSphere.{{< /unsafe >}} |
18061806
| `gcp` _[GCPCloudSpec](#gcpcloudspec)_ | {{< unsafe >}}GCP defines the configuration data of the Google Cloud Platform(GCP).{{< /unsafe >}} |
@@ -2677,7 +2677,7 @@ _Appears in:_
26772677
| `aws` _[DatacenterSpecAWS](#datacenterspecaws)_ | {{< unsafe >}}AWS configures an Amazon Web Services (AWS) datacenter.{{< /unsafe >}} |
26782678
| `azure` _[DatacenterSpecAzure](#datacenterspecazure)_ | {{< unsafe >}}Azure configures an Azure datacenter.{{< /unsafe >}} |
26792679
| `openstack` _[DatacenterSpecOpenstack](#datacenterspecopenstack)_ | {{< unsafe >}}Openstack configures an Openstack datacenter.{{< /unsafe >}} |
2680-
| `packet` _[DatacenterSpecPacket](#datacenterspecpacket)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Packet configures an Equinix Metal datacenter.{{< /unsafe >}} |
2680+
| `packet` _[DatacenterSpecPacket](#datacenterspecpacket)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Packet configures an Equinix Metal datacenter.<br />NOOP.{{< /unsafe >}} |
26812681
| `hetzner` _[DatacenterSpecHetzner](#datacenterspechetzner)_ | {{< unsafe >}}Hetzner configures a Hetzner datacenter.{{< /unsafe >}} |
26822682
| `vsphere` _[DatacenterSpecVSphere](#datacenterspecvsphere)_ | {{< unsafe >}}VSphere configures a VMware vSphere datacenter.{{< /unsafe >}} |
26832683
| `vmwareclouddirector` _[DatacenterSpecVMwareCloudDirector](#datacenterspecvmwareclouddirector)_ | {{< unsafe >}}VMwareCloudDirector configures a VMware Cloud Director datacenter.{{< /unsafe >}} |
@@ -2969,9 +2969,7 @@ _Appears in:_
29692969

29702970

29712971

2972-
Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
2973-
This provider is no longer supported. Migrate your configurations away from "packet" immediately.
2974-
DatacenterSpecPacket describes a Packet datacenter.
2972+
NOOP.
29752973

29762974
_Appears in:_
29772975
- [DatacenterSpec](#datacenterspec)
@@ -3739,7 +3737,7 @@ _Appears in:_
37393737

37403738
| Field | Description |
37413739
| --- | --- |
3742-
| `providerName` _string_ | {{< unsafe >}}The name of the cloud provider used, one of<br />"aws", "azure", "digitalocean", "gcp",<br />"hetzner", "nutanix", "openstack", "packet", "vsphere" KubeOne natively-supported providers{{< /unsafe >}} |
3740+
| `providerName` _string_ | {{< unsafe >}}The name of the cloud provider used, one of<br />"aws", "azure", "digitalocean", "gcp",<br />"hetzner", "nutanix", "openstack", "vsphere" KubeOne natively-supported providers{{< /unsafe >}} |
37433741
| `region` _string_ | {{< unsafe >}}The cloud provider region in which the cluster resides.<br />This field is used only to display information.{{< /unsafe >}} |
37443742
| `credentialsReference` _[GlobalSecretKeySelector](#globalsecretkeyselector)_ | {{< unsafe >}}{{< /unsafe >}} |
37453743
| `sshReference` _[GlobalSecretKeySelector](#globalsecretkeyselector)_ | {{< unsafe >}}{{< /unsafe >}} |
@@ -6036,6 +6034,7 @@ _Appears in:_
60366034

60376035
Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
60386036
This provider is no longer supported. Migrate your configurations away from "packet" immediately.
6037+
NOOP.
60396038

60406039
_Appears in:_
60416040
- [PresetSpec](#presetspec)
@@ -6058,9 +6057,7 @@ _Appears in:_
60586057

60596058

60606059

6061-
Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.
6062-
This provider is no longer supported. Migrate your configurations away from "packet" immediately.
6063-
PacketCloudSpec specifies access data to a Packet cloud.
6060+
NOOP.
60646061

60656062
_Appears in:_
60666063
- [CloudSpec](#cloudspec)
@@ -6348,7 +6345,7 @@ _Appears in:_
63486345
| `baremetal` _[Baremetal](#baremetal)_ | {{< unsafe >}}Access data for Baremetal (Tinkerbell only for now).{{< /unsafe >}} |
63496346
| `aws` _[AWS](#aws)_ | {{< unsafe >}}Access data for Amazon Web Services(AWS) Cloud.{{< /unsafe >}} |
63506347
| `openstack` _[Openstack](#openstack)_ | {{< unsafe >}}Access data for OpenStack.{{< /unsafe >}} |
6351-
| `packet` _[Packet](#packet)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Access data for Packet Cloud.{{< /unsafe >}} |
6348+
| `packet` _[Packet](#packet)_ | {{< unsafe >}}Deprecated: The Packet / Equinix Metal provider is deprecated and will be REMOVED IN VERSION 2.29.<br />This provider is no longer supported. Migrate your configurations away from "packet" immediately.<br />Access data for Packet Cloud.<br />NOOP.{{< /unsafe >}} |
63526349
| `gcp` _[GCP](#gcp)_ | {{< unsafe >}}Access data for Google Cloud Platform(GCP).{{< /unsafe >}} |
63536350
| `kubevirt` _[Kubevirt](#kubevirt)_ | {{< unsafe >}}Access data for KuberVirt.{{< /unsafe >}} |
63546351
| `alibaba` _[Alibaba](#alibaba)_ | {{< unsafe >}}Access data for Alibaba Cloud.{{< /unsafe >}} |

0 commit comments

Comments
 (0)