Skip to content

Commit

Permalink
Update sample/machineset.yaml to use os field and match docker versio…
Browse files Browse the repository at this point in the history
…n in machines.yaml.template (#126)
  • Loading branch information
k4leung4 authored and k8s-ci-robot committed May 3, 2018
1 parent 3ff99ac commit ed96709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
project: "$GCLOUD_PROJECT"
zone: "us-central1-f"
machineType: "n1-standard-1"
image: "projects/ubuntu-os-cloud/global/images/family/ubuntu-1604-lts"
os: "ubuntu-1604-lts"
versions:
kubelet: 1.8.3
kubelet: 1.9.4
containerRuntime:
name: docker
version: 1.12.0
Expand Down

0 comments on commit ed96709

Please sign in to comment.