mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Updating instance images for Google Cloud Engine
Updating to newer images
This commit is contained in:

committed by
Kelsey Hightower

parent
d53aca31a5
commit
f6e72b50db
@@ -134,7 +134,7 @@ All the VMs in this lab will be provisioned using Ubuntu 16.04 mainly because it
|
||||
gcloud compute instances create controller0 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.10 \
|
||||
@@ -145,7 +145,7 @@ gcloud compute instances create controller0 \
|
||||
gcloud compute instances create controller1 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.11 \
|
||||
@@ -156,7 +156,7 @@ gcloud compute instances create controller1 \
|
||||
gcloud compute instances create controller2 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.12 \
|
||||
@@ -169,7 +169,7 @@ gcloud compute instances create controller2 \
|
||||
gcloud compute instances create worker0 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.20 \
|
||||
@@ -180,7 +180,7 @@ gcloud compute instances create worker0 \
|
||||
gcloud compute instances create worker1 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.21 \
|
||||
@@ -191,7 +191,7 @@ gcloud compute instances create worker1 \
|
||||
gcloud compute instances create worker2 \
|
||||
--boot-disk-size 200GB \
|
||||
--can-ip-forward \
|
||||
--image ubuntu-1604-xenial-v20160921 \
|
||||
--image ubuntu-1604-xenial-v20170307 \
|
||||
--image-project ubuntu-os-cloud \
|
||||
--machine-type n1-standard-1 \
|
||||
--private-network-ip 10.240.0.22 \
|
||||
|
Reference in New Issue
Block a user