From fe18959c8e7130cdb87909ffdc2cd466e8ce0c1f Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 8 Apr 2019 18:43:28 +0300 Subject: [PATCH] Fix kubernetes guide --- docs/src/main/asciidoc/ap4k.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/main/asciidoc/ap4k.adoc b/docs/src/main/asciidoc/ap4k.adoc index 8e83cdee90953..2be6617c71a28 100644 --- a/docs/src/main/asciidoc/ap4k.adoc +++ b/docs/src/main/asciidoc/ap4k.adoc @@ -1,20 +1,18 @@ -= {project-name} - Deploying an Application to Kubernetes and OpenShift += {project-name} - Generating Kubernetes resources This guide covers: -* The deployment of the application to Kubernetes -* The deployment of the application to OpenShift (TODO) +* Generating Kubernetes resources based on sane defaults and user supplied configuration. == Prerequisites To complete this guide, you need: -* roughly 15 minutes +* roughly 10 minutes * an IDE * JDK 1.8+ installed with `JAVA_HOME` configured appropriately * Apache Maven 3.5.3+ -* access to a Kubernetes or OpenShift cluster (Minikube and Minishift are both viable options) -* have the following binaries on your PATH: `docker` (for building and pushing images), `kubectl` (for deploying to Kubernetes) and `oc` (for deploying to OpenShift) +* access to a Kubernetes or cluster (Minikube is a viable options) == Creating the Maven project