Skip to content

Commit 4aafc84

Browse files
UbuntuUbuntu
Ubuntu
authored and
Ubuntu
committed
Added message to index.html
1 parent 963555b commit 4aafc84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: applications/hello-kenzan/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<p><h2 style="font-family:sans-serif">Hello from Kenzan! You've successfully built and run the Hello-Kenzan app.</h2> </p>
1+
<p><h2 style="font-family:sans-serif">Hello from Tao Liu! You've successfully built and run the Hello-Kenzan app.</h2> </p>
22
<p style="font-family:sans-serif">The Hello-Kenzan app is a modified version of the <a href="https://hub.docker.com/_/nginx/">nginx web server image</a>. If you open up the <b>kubernetes-ci-cd/part1/hello-kenzan/DockerFile</b>, you will note several things:</p>
3-
<img src="DockerFileEx.jpg">
3+
<img src="DockerFileEx.jpg"><p style="font-family:sans-serif">For more from Kenzan, check out our <a href="http://techblog.kenzan.com/">blog</a>.</p>

Diff for: part1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parts:
55
steps:
66

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

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

0 commit comments

Comments
 (0)