diff --git a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc index a37059774487b2..2c9279777e6f51 100644 --- a/docs/src/main/asciidoc/deploying-to-kubernetes.adoc +++ b/docs/src/main/asciidoc/deploying-to-kubernetes.adoc @@ -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