Skip to content

Commit 09070c4

Browse files
committed
fixed typos, cleaner flow
1 parent e99ec88 commit 09070c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
. Get RC: `kubectl.sh get rc`
4242
. Get pods: `kubectl.sh get pods`
4343
.. Show pod names
44+
.. Show image id downloaded on the second host
4445
. Get pods created by RC: `kubectl.sh describe pods wildfly-rc`
4546
. Get pods with a specified label: `kubectl.sh get pods -l name=wildfly`
47+
. Delete RC: `kubectl.sh delete rc wildfly-rc`
4648

4749
=== Service
4850

@@ -60,10 +62,13 @@ All the code is in `maven` directory:
6062
. Check status: `kubectl.sh get -w pods`
6163
. Run application: `kubectl.sh create -f bootiful-couchbase.yml`
6264
. Check status: `kubectl.sh get -w pods`
65+
.. Show `ContainerCreating`
6366
. Check logs: `kubectl.sh logs -f bootiful-couchbase` to show the output `Book{isbn=978-1-4919-1889-0, name=Minecraft Modding with Forge, cost=29.99}`
6467

6568
== Rolling Updates
6669

70+
All code in `rolling-update` directory:
71+
6772
https://github.com/arun-gupta/kubernetes-java-sample/tree/master/rolling-update
6873

6974
== Namespaces
@@ -88,7 +93,7 @@ https://github.com/arun-gupta/kubernetes-java-sample/tree/master/rolling-update
8893
. Create a job: `kubectl.sh create -f runonce-job.yaml`
8994
. Check jobs: `kubectl.sh get jobs`
9095
. More details about job: `kubectl.sh describe jobs wait`
91-
. Check pods: `kubectl.get pods`
96+
. Check pods: `kubectl.sh get pods`
9297
. Show all completed pods: `kubectl.sh get pods --show-all`
9398

9499
== Couchbase Cluster

0 commit comments

Comments
 (0)