Skip to content

Commit 3b6d4dc

Browse files
committed
Update kubernetes docs
1 parent e21c06f commit 3b6d4dc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

quarkus-workshop-super-heroes/docs/src/docs/asciidoc/core-introduction/introduction-installing.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ifdef::use-native[]
1111
include::introduction-installing-graalvm.adoc[leveloffset=+1]
1212
endif::use-native[]
1313

14-
ifdef::use-local-kubernetes[]
14+
ifdef::use-kubernetes[]
1515
include::introduction-installing-rancher.adoc[leveloffset=+1]
16-
endif::use-local-kubernetes[]
16+
endif::use-kubernetes[]
1717

1818
ifdef::use-ai[]
1919
include::introduction-installing-ai.adoc[leveloffset=+1]
@@ -47,9 +47,9 @@ endif::use-native[]
4747
curl --version
4848
docker version
4949
docker compose version
50-
ifdef::use-local-kubernetes[]
50+
ifdef::use-kubernetes[]
5151
kubectl version # If you used Rancher Desktop and plan to use Kubernetes
52-
endif::use-local-kubernetes[]
52+
endif::use-kubernetes[]
5353
ifdef::use-azure[]
5454
az --version
5555
endif::use-azure[]

quarkus-workshop-super-heroes/docs/src/docs/asciidoc/optional-kubernetes/kubernetes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ Once everything is configured and deployed, your system is now running on Kubern
322322
[NOTE]
323323
====
324324
This section is optional and demonstrates how to ask Quarkus to create a container and deploy it to Kubernetes.
325-
We will need a running Kubernetes.
326-
We will use Rancher Desktop as indicated in the prerequisites.
325+
You will need `kubectl` configured to connect to your target Kubernetes cluster.
326+
For local development, we recommend using Rancher Desktop as described in the xref:introduction-installing-rancher[Rancher Desktop installation instructions].
327327
====
328328

329329
== Prerequisites

0 commit comments

Comments
 (0)