Skip to content

Commit

Permalink
Merge pull request #117 from kubenow/defatults/img
Browse files Browse the repository at this point in the history
Prepare for release, change defaults
  • Loading branch information
mcapuccini authored Mar 18, 2017
2 parents f4e3a69 + 0cc1e57 commit 8c3db2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packer-conf.json.os-template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image_name": "KubeNow",
"image_name": "kubenow-image",
"source_image_name": "Your Ubuntu Xenial",
"network": "your-private-network-id",
"flavor": "your-packer-flavor-name",
Expand Down
2 changes: 1 addition & 1 deletion terraform.tfvars.gce-template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cluster configuration
cluster_prefix = "kubenow" # Your cluster prefix
KuberNow_image = "kubenow-v020a1" # Name of the image created with Packer
KuberNow_image = "kubenow-v020" # Name of the image created with Packer
kubeadm_token = "your-kubeadm-token" # You can run generate_kubetoken.sh to create a valid token
ssh_key = "~/.ssh/id_rsa.pub" # Path to your public SSH key (for ssh node access)

Expand Down
2 changes: 1 addition & 1 deletion terraform.tfvars.os-template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cluster configuration
cluster_prefix = "KubeNow" # Your cluster prefix
KuberNow_image = "kubenow-v020a1" # Name of the image created with Packer
KuberNow_image = "kubenow-v020" # Name of the image created with Packer
ssh_key = "~/.ssh/id_rsa.pub" # Path to your public SSH key to be used for ssh node access
kubeadm_token = "your-kubeadm-token" # You can run generate_kubetoken.sh to create a valid token
floating_ip_pool = "your-pool-name"
Expand Down

0 comments on commit 8c3db2c

Please sign in to comment.