Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Traylor committed Jun 23, 2017
2 parents 229f0b2 + 5e81a76 commit dfccfdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To complete the tutorial manually, follow the steps below.

Start up the Kubernetes cluster with Minikube, giving it some extra resources.

`minikube start --memory 8000 --cpus 2`
`minikube start --memory 8000 --cpus 2 --kubernetes-version v1.6.0`

#### Step2

Expand Down
2 changes: 1 addition & 1 deletion part1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parts:
steps:

- cap: Start up the Kubernetes cluster with Minikube, giving it some extra resources.
com: minikube start --memory 8000 --cpus 2
com: minikube start --memory 8000 --cpus 2 --kubernetes-version v1.6.0

- cap: Enable the Minikube add-ons Heapster and Ingress.
com: minikube addons enable heapster; minikube addons enable ingress
Expand Down
2 changes: 1 addition & 1 deletion steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parts:
steps:

- cap: Start up the Kubernetes cluster with Minikube, giving it some extra resources.
com: minikube start --memory 8000 --cpus 2
com: minikube start --memory 8000 --cpus 2 --kubernetes-version v1.6.0

- cap: Enable the Minikube add-ons Heapster and Ingress.
com: minikube addons enable heapster; minikube addons enable ingress
Expand Down

0 comments on commit dfccfdf

Please sign in to comment.