diff --git a/tofu/126a.tf b/tofu/127a.tf similarity index 51% rename from tofu/126a.tf rename to tofu/127a.tf index d55584d..6dd4819 100644 --- a/tofu/126a.tf +++ b/tofu/127a.tf @@ -1,17 +1,17 @@ -resource "openstack_containerinfra_cluster_v1" "k8s_126a" { - name = "quarry-126a" - cluster_template_id = resource.openstack_containerinfra_clustertemplate_v1.template_126a.id +resource "openstack_containerinfra_cluster_v1" "k8s_127a" { + name = "quarry-127a" + cluster_template_id = resource.openstack_containerinfra_clustertemplate_v1.template_127a.id master_count = 1 node_count = 2 } resource "local_file" "kube_config" { - content = resource.openstack_containerinfra_cluster_v1.k8s_126a.kubeconfig.raw_config + content = resource.openstack_containerinfra_cluster_v1.k8s_127a.kubeconfig.raw_config filename = "kube.config" } -resource "openstack_containerinfra_clustertemplate_v1" "template_126a" { - name = "quarry-126a" +resource "openstack_containerinfra_clustertemplate_v1" "template_127a" { + name = "quarry-127a" coe = "kubernetes" dns_nameserver = "8.8.8.8" docker_storage_driver = "overlay2" @@ -23,14 +23,18 @@ resource "openstack_containerinfra_clustertemplate_v1" "template_126a" { floating_ip_enabled = "false" image = "Fedora-CoreOS-38" master_flavor = "g4.cores2.ram4.disk20" - network_driver = "flannel" + network_driver = "calico" labels = { - kube_tag = "v1.26.8-rancher1" - container_runtime = "containerd" - containerd_version = "1.6.20" - containerd_tarball_sha256 = "1d86b534c7bba51b78a7eeb1b67dd2ac6c0edeb01c034cc5f590d5ccd824b416" - hyperkube_prefix = "docker.io/rancher/" - cloud_provider_enabled = "true" + kube_tag = "v1.27.8-rancher2" + container_runtime = "containerd" + containerd_version = "1.6.28" + containerd_tarball_sha256 = "f70736e52d61e5ad225f4fd21643b5ca1220013ab8b6c380434caeefb572da9b" + cloud_provider_tag = "v1.27.3" + cinder_csi_plugin_tag = "v1.27.3" + k8s_keystone_auth_tag = "v1.27.3" + magnum_auto_healer_tag = "v1.27.3" + octavia_ingress_controller_tag = "v1.27.3" + calico_tag = "v3.26.4" } }