Skip to content

Commit

Permalink
Merge pull request #338 from kubenow/image/new_stable_image_050
Browse files Browse the repository at this point in the history
Using new stable image v050
  • Loading branch information
Marco Capuccini authored Mar 9, 2018
2 parents 38681c1 + d6f3b43 commit 054a5bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/terraform.tfvars.aws-template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion templates/terraform.tfvars.azure-template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion templates/terraform.tfvars.gce-template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/terraform.tfvars.openstack-template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 054a5bd

Please sign in to comment.