From d6f3b43438a417be4fe28aa733dc32e795bf804a Mon Sep 17 00:00:00 2001 From: carmat88 Date: Thu, 8 Mar 2018 10:45:33 +0100 Subject: [PATCH] Using new stable image v050 --- templates/terraform.tfvars.aws-template | 2 +- templates/terraform.tfvars.azure-template | 2 +- templates/terraform.tfvars.gce-template | 2 +- templates/terraform.tfvars.openstack-template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/terraform.tfvars.aws-template b/templates/terraform.tfvars.aws-template index e543f13b..7a53f0fa 100644 --- a/templates/terraform.tfvars.aws-template +++ b/templates/terraform.tfvars.aws-template @@ -4,7 +4,7 @@ cluster_prefix = "your-cluster-prefix" # Your cluster prefix kubeadm_token = "your-kubeadm-token" # Autogenerated kubeadm token (don't change it) aws_region = "eu-west-1" # Some region availability_zone = "eu-west-1a" # Some availability zone -boot_image = "kubenow-v050b1" +boot_image = "kubenow-v050" # Credentials aws_access_key_id = "your-acces-key-id" diff --git a/templates/terraform.tfvars.azure-template b/templates/terraform.tfvars.azure-template index efb78dcb..a9dbcc99 100644 --- a/templates/terraform.tfvars.azure-template +++ b/templates/terraform.tfvars.azure-template @@ -3,7 +3,7 @@ provider = "azure" # cloud provider for this config(don't change it) cluster_prefix = "your-cluster-prefix" # Your cluster prefix kubeadm_token = "your-kubeadm-token" # Autogenerated kubeadm token (don't change it) location = "West Europe" # Some location -boot_image = "kubenow-v050b1" +boot_image = "kubenow-v050" # Credentials subscription_id = "your-subscription_id" diff --git a/templates/terraform.tfvars.gce-template b/templates/terraform.tfvars.gce-template index 543b89ff..bb6e02bc 100644 --- a/templates/terraform.tfvars.gce-template +++ b/templates/terraform.tfvars.gce-template @@ -2,7 +2,7 @@ provider = "gce" # cloud provider for this config(don't change it) cluster_prefix = "your-cluster-prefix" # Your cluster prefix kubeadm_token = "your-kubeadm-token" # Autogenerated kubeadm token (don't change it) -boot_image = "kubenow-v050b1" +boot_image = "kubenow-v050" # Google credetials gce_project = "your_project_id" # Google project id diff --git a/templates/terraform.tfvars.openstack-template b/templates/terraform.tfvars.openstack-template index f540572b..33d8744d 100644 --- a/templates/terraform.tfvars.openstack-template +++ b/templates/terraform.tfvars.openstack-template @@ -4,7 +4,7 @@ cluster_prefix = "your-cluster-prefix" # Your cluster prefix kubeadm_token = "your-kubeadm-token" # Autogenerated kubeadm token (don't change it) floating_ip_pool = "your-pool-name" external_network_uuid = "external-net-uuid" # The uuid of the external network in the OpenStack tenancy -boot_image = "kubenow-v050b1" +boot_image = "kubenow-v050" # Master configuration # obs: too small flavors might cause diffuse errors on your installation