Skip to content

Commit 547a14b

Browse files
author
Adrian Kosmaczewski
committed
Simplify
1 parent 333b21c commit 547a14b

2 files changed

Lines changed: 2 additions & 105 deletions

File tree

docs/modules/ROOT/examples/1_lieutenant_on_minikube.sh

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,9 @@ $ export COMMODORE_SSH_PRIVATE_KEY=~/.ssh/id_rsa
8484
$ export GITHUB_USERNAME=your_github_username
8585
----
8686

87-
To install Lieutenant Operator and API on Minikube, we are going to execute the `./1_lieutenant_on_minikube.sh` script. This script mimicks the steps explained in the https://docs.syn.tools/syn/tutorials/getting-started.html["Getting Started"] tutorial, so we will not explain it here. The script is quite self-explanatory, though:
87+
To install Lieutenant Operator and API on Minikube, we are going to execute the `./1_lieutenant_on_minikube.sh` script. This script mimicks the steps explained in the https://docs.syn.tools/syn/tutorials/getting-started.html["Getting Started"] tutorial, so we will not explain it here.
8888

89-
[source,bash]
90-
----
91-
# ...
92-
include::{examplesdir}1_lieutenant_on_minikube.sh[tag=demo]
93-
# ...
94-
----
95-
96-
This script will launch a new Minikube instance, will apply all the required `kubectl` commands, and wait for the cluster to be in the expected state before continuing.
89+
The script is quite self-explanatory. It will launch a new Minikube instance, will apply all the required `kubectl` commands, and wait for the cluster to be in the expected state before continuing.
9790

9891
It will also expose the Lieutenant API using the https://ngrok.com/[ngrok] reverse proxy tool. You do not need a commercial (paying) ngrok account to use it; just https://ngrok.com/download[download] the version corresponding to your system and install it somewhere in your `PATH`.
9992

0 commit comments

Comments
 (0)