Skip to content

Commit 0e3aa94

Browse files
author
Scott Malkie
committed
Add continue buttons to 10x sections
1 parent d3d9c37 commit 0e3aa94

File tree

6 files changed

+31
-6
lines changed

6 files changed

+31
-6
lines changed

01-path-basics/101-start-here/readme.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,18 @@ One last step is required so that the Cloud9 IDE uses the assigned IAM Instance
8181

8282
image:cloud9-disable-temp-credentials.png[]
8383

84-
image:next-step-arrow.png[ , title="Continue!"]
84+
8585
You are now ready to continue on with the workshop!
86+
:frame: none
87+
:grid: none
88+
:valign: top
89+
90+
[align="center", cols="3", grid="none", frame="none"]
91+
|=====
92+
|image:button-continue-standard.png[link=../102-your-first-cluster/]
93+
|image:button-continue-developer.png[link=../102-your-first-cluster/]
94+
|image:button-continue-operations.png[link=../102-your-first-cluster/]
95+
|=====
8696

8797
The next step is link:../102-your-first-cluster[to create a Kubernetes cluster using kops].
8898

01-path-basics/102-your-first-cluster/readme.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,18 @@ If multiple clusters exist, then you can change the context:
154154

155155
$ kubectl config use-context <config-name>
156156

157-
image:next-step-arrow.png[ , title="Continue!"]
158157
You are now ready to continue on with the workshop!
159158

159+
:frame: none
160+
:grid: none
161+
:valign: top
162+
163+
[align="center", cols="3", grid="none", frame="none"]
164+
|=====
165+
|image:button-continue-standard.png[link=../103-kubernetes-concepts/]
166+
|image:button-continue-developer.png[link=../103-kubernetes-concepts/]
167+
|image:button-continue-operations.png[link=../103-kubernetes-concepts/]
168+
|=====
160169
The next step is link:../103-kubernetes-concepts[to learn about basic Kubernetes Concepts].
161170

162171
The sections below provide information on other capabilities of Kubernetes clusters.

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,13 +1637,19 @@ Note, how CPU and memory resources have incremented values.
16371637

16381638
https://github.com/kubernetes/kubernetes/issues/55433[kubernetes#55433] provide more details on how an explicit CPU resource is not needed to create a Pod with ResourceQuota.
16391639

1640-
image:next-step-arrow.png[ , title="Continue!"]
1640+
16411641
You are now ready to continue on with the workshop!
1642+
:frame: none
1643+
:grid: none
1644+
:valign: top
16421645

1646+
[align="center", cols="3", grid="none", frame="none"]
1647+
|=====
1648+
|image:button-continue-standard.png[link=../../02-path-working-with-clusters/201-cluster-monitoring]
1649+
|image:button-continue-developer.png[link=../../03-path-application-development/301-local-development]
1650+
|image:button-continue-operations.png[link=../../02-path-working-with-clusters/201-cluster-monitoring]
1651+
|=====
16431652

1644-
If you are on the link:../developer-path.adoc[development path], learn about link:../../03-path-application-development/301-local-development[setting up a Local Development Environment].
16451653

1646-
If you are on the link:../operations-path.adoc[operations path], learn about link:../../02-path-working-with-clusters/201-cluster-monitoring[monitoring a Kubernetes Cluster].
16471654

1648-
If you are on the link:../combined-path.adoc[combined path], learn about link:../../02-path-working-with-clusters/201-cluster-monitoring[monitoring a Kubernetes Cluster].
16491655

73.6 KB
Loading
93.2 KB
Loading
73.6 KB
Loading

0 commit comments

Comments
 (0)