From 2e05772f616e51240e1677f8e8794dc79f225490 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 20 Jul 2021 19:33:36 +0700 Subject: [PATCH] Rename cluster directory --- bootstrap/{clusters => cluster}/management-plane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bootstrap/{clusters => cluster}/management-plane.yaml (99%) diff --git a/bootstrap/clusters/management-plane.yaml b/bootstrap/cluster/management-plane.yaml similarity index 99% rename from bootstrap/clusters/management-plane.yaml rename to bootstrap/cluster/management-plane.yaml index 6bc72bdd..56b91aac 100644 --- a/bootstrap/clusters/management-plane.yaml +++ b/bootstrap/cluster/management-plane.yaml @@ -27,7 +27,7 @@ metadata: namespace: default spec: controlPlaneEndpoint: - host: 192.168.1.110 + host: 192.168.1.12 port: 6443 --- apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3