Skip to content

Commit

Permalink
574 - fix typos and links
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Mar 12, 2024
1 parent 981932c commit d48aac3
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ start the development on your local machine using our guides.
[[proc-starting-cluster-fo-local-development]]
== Starting the cluster for local development

If you used where you used https://knative.dev/docs/install/quickstart-install/[Knative using quickstart] guide, your selected cluster should be running and properly configured to work with our guides.
If you have used https://knative.dev/docs/install/quickstart-install/[Knative using quickstart] guide, your selected cluster should be running and properly configured to work with our guides.

Please note, that if the knative quickstart procedure is not used, you need to install Knative Serving and Eventing manually. See <<proc-additional-options-for-local-environment>>.

Please note, that if quickstart is not used, you might need to install Knative Serving and Eventing manually. See <<proc-additional-options-for-local-environment>>
To startup the selected cluster without quickstart, use the following command:
+
.To startup the selected cluster without quickstart, use the following command:
[tabs]
====
Minikube::
+
--
Configure and startup minikube
.Configure and startup minikube
[source,shell]
----
# Set a driver and container runtime
Expand All @@ -52,7 +53,7 @@ minikube profile minikube
Kind::
+
--
Start a kind cluster
.Start a kind cluster
[source,shell]
----
kind create cluster
Expand Down Expand Up @@ -82,6 +83,6 @@ If you are interested in our Java and Quarkus development path, consider complet
== Additional resources

* xref:getting-started/preparing-environment.adoc[]
* xref:getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode[]
* xref:getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode.adoc[]

include::../../pages/_common-content/report-issue.adoc[]

0 comments on commit d48aac3

Please sign in to comment.