
Change target cluster name for capo provider from "ostgt" to "target-cluster" target cluster name was changed at below entrypoints: - manifests/function/k8scontrol-capo - manifests/function/workers-capo - manifests/site/openstack-test-site Change-Id: I36f115e4a5debfc9c0f7e47705c87de29cf14d80
10 lines
244 B
YAML
10 lines
244 B
YAML
apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
|
|
kind: KubeadmControlPlane
|
|
metadata:
|
|
name: target-cluster-control-plane
|
|
namespace: default
|
|
spec:
|
|
kubeadmConfigSpec:
|
|
clusterConfiguration:
|
|
controlPlaneEndpoint: 172.24.4.120:6443
|