Updates the cluster configuration information
PUT/v1/cloudconfigs/edge-native/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
Cluster's cloud config uid
Header Parameters
Scope the request to the specified project uid
- application/json
Body
clusterConfig
object
EdgeNativeClusterConfig definnes Edge Native Cluster specific Spec
controlPlaneEndpoint
object
ControlPlaneEndpoint is the control plane endpoint, which can be an IP or FQDN
DDNSSearchDomain is the search domain used for resolving IP addresses when the EndpointType is DDNS. This search domain is appended to the generated Hostname to obtain the complete DNS name for the endpoint. If Host is already a DDNS FQDN, DDNSSearchDomain is not required
Host is FQDN(DDNS) or IP
Type indicates DDNS or VIP
NTPServers is a list of NTP servers to use instead of the machine image's default NTP server list
overlayNetworkConfiguration
object
OverlayNetworkConfiguration is the configuration for the overlay network
CIDR is the CIDR of the overlay network
Enable is a flag to enable overlay network
SSHKeys specifies a list of ssh authorized keys to access the vms as a 'spectro' user
StaticIP indicates if IP allocation type is static IP. DHCP is the default allocation type
Responses
- 204
The resource was updated successfully