Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
iocanel and gsmet committed Jun 22, 2023
1 parent 28860dc commit 745b62b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -927,20 +927,20 @@ quarkus.kubernetes.rbac.cluster-role-bindings.my-cluster-role-binding.role-name=

=== Deploying to local Kubernetes

When deploying to local Kubernetes environments users often perform minor changes to their manifests that simplify the development process.
When deploying to local Kubernetes environments, users often perform minor changes to their manifests that simplify the development process.
The most common changes are:

- Setting `imagePullPolicy` to `IfNotPresent`
- Using `NodePort` as `Service` type

Quakrus proivdes extensions that among others set these options by default.
Quarkus provides extensions that among others set these options by default.
Such extensions are:

- quarkus-minikube
- quarkus-kind

If the list of extensions does not match the tool you are using (e.g. docker desktop, microk8s etc) then its suggested to use the `quarkus-minikube` extension
as it's default should be reasonable for most environments.
If the list of extensions does not match the tool you are using (e.g. Docker Desktop, microk8s etc) then it is suggested to use the `quarkus-minikube` extension.
as its defaults should be reasonable for most environments.


==== Deploying to Minikube
Expand Down

0 comments on commit 745b62b

Please sign in to comment.