- Resource: VmwareAdminCluster
- State
- VmwareAdminVCenterConfig
- VmwareAdminNetworkConfig
- VmwareAdminHAControlPlaneConfig
- VmwareAdminLoadBalancerConfig
- VmwareAdminVipConfig
- VmwareAdminF5BigIpConfig
- VmwareAdminManualLbConfig
- VmwareAdminMetalLbConfig
- VmwareAdminSeesawConfig
- VmwareAdminControlPlaneNodeConfig
- VmwareAdminAddonNodeConfig
- VmwarePlatformConfig
- VmwareBundleConfig
- Methods
Resource: VmwareAdminCluster
Resource that represents a VMware admin cluster.
JSON representation |
---|
{ "name": string, "description": string, "uid": string, "etag": string, "createTime": string, "updateTime": string, "annotations": { string: string, ... }, "state": enum ( |
Fields | |
---|---|
name |
Immutable. The VMware admin cluster resource name. |
description |
A human readable description of this VMware admin cluster. |
uid |
Output only. The unique identifier of the VMware admin cluster. |
etag |
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control. |
createTime |
Output only. The time at which VMware admin cluster was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time at which VMware admin cluster was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
annotations |
Annotations on the VMware admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. An object containing a list of |
state |
Output only. The current state of VMware admin cluster. |
endpoint |
Output only. The DNS name of VMware admin cluster's API server. |
reconciling |
Output only. If set, there are currently changes in flight to the VMware admin cluster. |
localName |
Output only. The object name of the VMware OnPremAdminCluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs. |
bootstrapClusterMembership |
The bootstrap cluster this VMware admin cluster belongs to. |
onPremVersion |
The Anthos clusters on the VMware version for the admin cluster. |
fleet |
Output only. Fleet configuration for the cluster. |
imageType |
The OS image type for the VMware admin cluster. |
vcenter |
The VMware admin cluster VCenter configuration. |
networkConfig |
The VMware admin cluster network configuration. |
loadBalancer |
The VMware admin cluster load balancer configuration. |
controlPlaneNode |
The VMware admin cluster control plane node configuration. |
addonNode |
The VMware admin cluster addon node configuration. |
antiAffinityGroups |
The VMware admin cluster anti affinity group configuration. |
autoRepairConfig |
The VMware admin cluster auto repair configuration. |
status |
Output only. ResourceStatus representing detailed cluster state. |
platformConfig |
The VMware platform configuration. |
State
The lifecycle state of the VMware admin cluster.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
PROVISIONING |
The PROVISIONING state indicates the cluster is being created. |
RUNNING |
The RUNNING state indicates the cluster has been created and is fully usable. |
RECONCILING |
The RECONCILING state indicates that the cluster is being updated. It remains available, but potentially with degraded performance. |
STOPPING |
The STOPPING state indicates the cluster is being deleted. |
ERROR |
The ERROR state indicates the cluster is in a broken unrecoverable state. |
DEGRADED |
The DEGRADED state indicates the cluster requires user action to restore full functionality. |
VmwareAdminVCenterConfig
VmwareAdminVCenterConfig contains VCenter configuration for VMware admin cluster.
JSON representation |
---|
{ "resourcePool": string, "datastore": string, "datacenter": string, "cluster": string, "folder": string, "caCertData": string, "address": string, "dataDisk": string } |
Fields | |
---|---|
resourcePool |
The name of the vCenter resource pool for the admin cluster. |
datastore |
The name of the vCenter datastore for the admin cluster. |
datacenter |
The name of the vCenter datacenter for the admin cluster. |
cluster |
The name of the vCenter cluster for the admin cluster. |
folder |
The name of the vCenter folder for the admin cluster. |
caCertData |
Contains the vCenter CA certificate public key for SSL verification. |
address |
The vCenter IP address. |
dataDisk |
The name of the virtual machine disk (VMDK) for the admin cluster. |
VmwareAdminNetworkConfig
VmwareAdminNetworkConfig contains network configuration for VMware admin cluster.
JSON representation |
---|
{ "serviceAddressCidrBlocks": [ string ], "podAddressCidrBlocks": [ string ], "vcenterNetwork": string, "hostConfig": { object ( |
Fields | |
---|---|
serviceAddressCidrBlocks[] |
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. |
podAddressCidrBlocks[] |
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. |
vcenterNetwork |
vcenterNetwork specifies vCenter network name. |
hostConfig |
Represents common network settings irrespective of the host's IP address. |
haControlPlaneConfig |
Configuration for HA admin cluster control plane. |
Union field ip_configuration . The type of IP configuration used by the VMware admin cluster. ip_configuration can be only one of the following: |
|
staticIpConfig |
Configuration settings for a static IP configuration. |
dhcpIpConfig |
Configuration settings for a DHCP IP configuration. |
VmwareAdminHAControlPlaneConfig
Specifies HA admin control plane config.
JSON representation |
---|
{
"controlPlaneIpBlock": {
object ( |
Fields | |
---|---|
controlPlaneIpBlock |
Static IP addresses for the admin control plane nodes. |
VmwareAdminLoadBalancerConfig
VmwareAdminLoadBalancerConfig contains load balancer configuration for VMware admin cluster.
JSON representation |
---|
{ "vipConfig": { object ( |
Fields | |
---|---|
vipConfig |
The VIPs used by the load balancer. |
Union field load_balancer_configuration . The load balancer configuration to be user in the VMware admin cluster. load_balancer_configuration can be only one of the following: |
|
f5Config |
Configuration for F5 Big IP typed load balancers. |
manualLbConfig |
Manually configured load balancers. |
metalLbConfig |
MetalLB load balancers. |
seesawConfig |
Output only. Configuration for Seesaw typed load balancers. |
VmwareAdminVipConfig
VmwareAdminVipConfig for VMware load balancer configurations.
JSON representation |
---|
{ "controlPlaneVip": string, "addonsVip": string } |
Fields | |
---|---|
controlPlaneVip |
The VIP which you previously set aside for the Kubernetes API of the admin cluster. |
addonsVip |
The VIP to configure the load balancer for add-ons. |
VmwareAdminF5BigIpConfig
VmwareAdminF5BigIpConfig represents configuration parameters for an F5 BIG-IP load balancer.
JSON representation |
---|
{ "address": string, "partition": string, "snatPool": string } |
Fields | |
---|---|
address |
The load balancer's IP address. |
partition |
The preexisting partition to be used by the load balancer. This partition is usually created for the admin cluster for example: 'my-f5-admin-partition'. |
snatPool |
The pool name. Only necessary, if using SNAT. |
VmwareAdminManualLbConfig
JSON representation |
---|
{ "ingressHttpNodePort": integer, "ingressHttpsNodePort": integer, "controlPlaneNodePort": integer, "konnectivityServerNodePort": integer, "addonsNodePort": integer } |
Fields | |
---|---|
ingressHttpNodePort |
NodePort for ingress service's http. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527). |
ingressHttpsNodePort |
NodePort for ingress service's https. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 30139). |
controlPlaneNodePort |
NodePort for control plane service. The Kubernetes API server in the admin cluster is implemented as a Service of type NodePort (ex. 30968). |
konnectivityServerNodePort |
NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex. 30564). |
addonsNodePort |
NodePort for add-ons server in the admin cluster. |
VmwareAdminMetalLbConfig
This type has no fields.
VmwareAdminMetalLbConfig represents configuration parameters for a MetalLB load balancer. For admin clusters, currently no configurations is needed.
VmwareAdminSeesawConfig
VmwareSeesawConfig represents configuration parameters for an already existing Seesaw load balancer.
IMPORTANT: Please note that the Anthos On-Prem API will not generate or update Seesaw configurations it can only bind a pre-existing configuration to a new user cluster.
IMPORTANT: When attempting to create a user cluster with a pre-existing Seesaw load balancer you will need to follow some preparation steps before calling the 'vmwareClusters.create' API method. First you will need to create the user cluster's namespace via kubectl. The namespace will need to use the following naming convention :
JSON representation |
---|
{
"group": string,
"masterIp": string,
"ipBlocks": [
{
object ( |
Fields | |
---|---|
group |
In general the following format should be used for the Seesaw group name: seesaw-for-[clusterName]. |
masterIp |
MasterIP is the IP announced by the master of Seesaw group. |
ipBlocks[] |
The IP Blocks to be used by the Seesaw load balancer |
enableHa |
Enable two load balancer VMs to achieve a highly-available Seesaw load balancer. |
vms[] |
Names of the VMs created for this Seesaw group. |
stackdriverName |
Name to be used by Stackdriver. |
VmwareAdminControlPlaneNodeConfig
VmwareAdminControlPlaneNodeConfig contains control plane node configuration for VMware admin cluster.
JSON representation |
---|
{ "cpus": string, "memory": string, "replicas": string } |
Fields | |
---|---|
cpus |
The number of vCPUs for the control-plane node of the admin cluster. |
memory |
The number of mebibytes of memory for the control-plane node of the admin cluster. |
replicas |
The number of control plane nodes for this VMware admin cluster. (default: 1 replica). |
VmwareAdminAddonNodeConfig
VmwareAdminAddonNodeConfig contains add-on node configurations for VMware admin cluster.
JSON representation |
---|
{
"autoResizeConfig": {
object ( |
Fields | |
---|---|
autoResizeConfig |
VmwareAutoResizeConfig config specifies auto resize config. |
VmwarePlatformConfig
VmwarePlatformConfig represents configuration for the VMware platform.
JSON representation |
---|
{ "requiredPlatformVersion": string, "platformVersion": string, "bundles": [ { object ( |
Fields | |
---|---|
requiredPlatformVersion |
Input only. The required platform version e.g. 1.13.1. If the current platform version is lower than the target version, the platform version will be updated to the target version. If the target version is not installed in the platform (bundle versions), download the target version bundle. |
platformVersion |
Output only. The platform version e.g. 1.13.2. |
bundles[] |
Output only. The list of bundles installed in the admin cluster. |
status |
Output only. Resource status for the platform. |
VmwareBundleConfig
VmwareBundleConfig represents configuration for the bundle.
JSON representation |
---|
{
"version": string,
"status": {
object ( |
Fields | |
---|---|
version |
The version of the bundle. |
status |
Output only. Resource status for the bundle. |
Methods |
|
---|---|
|
Enrolls an existing VMware admin cluster to the Anthos On-Prem API within a given project and location. |
|
Gets details of a single VMware admin cluster. |
|
Lists VMware admin clusters in a given project and location. |
|
Updates the parameters of a single VMware admin cluster. |