Skip to content

Commit 1dc3305

Browse files
committed
Merge pull request arun-gupta#120 from w4tson/master
Reorganise flow for kubernetes unified config
2 parents a10cbac + fcefb55 commit 1dc3305

2 files changed

Lines changed: 489 additions & 382 deletions

File tree

chapters/docker-kubernetes.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,14 @@ Kubernetes allow multiple resources to be specified in a single configuration fi
402402

403403
<<Deploy_JavaEE_Kubernetes_Multiple_Config>> showed how to deploy the Java EE application using multiple configuration files. This application can be delpoyed using a single configuration file as well.
404404

405+
406+
. First delete the the existing pods and replication controller using the context label:
407+
+
408+
[source, text]
409+
----
410+
./cluster/kubectl.sh delete se,po,replicationController -l context="docker-k8s-lab"
411+
----
412+
+
405413
. Start the application using the configuration file:
406414
+
407415
[source, yaml]

0 commit comments

Comments
 (0)