From ba9b3fa3f69696a6a011c6916a9b60d1b5c96913 Mon Sep 17 00:00:00 2001 From: Marcin Jasion <5058132+mjasion@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:21:49 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jesper Svendsen <99078145+jesper7@users.noreply.github.com> --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bee45bf9..9f92a4dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,8 @@ Install a local Kubernetes cluster: ### Kind cluster -Kind cluster does not expose ports by default. To enable ingress, you need to create cluster with -following command: +Kind does not expose ports by default. To enable this, you need to create the cluster with +the following command: ```cli $ kind create cluster --config kind-config.yaml @@ -46,6 +46,7 @@ To use the profile, run skaffold with following command: $ skaffold dev -p local ``` -Skaffold configuration contains also configuration to install `ingress-nginx` for kind cluster or -docker-desktop. Both profiles will be used automatically when you run skaffold with `dev` profile, -and the current `kubeContext` name will match `kind-*` or `docker-desktop`. +> [!NOTE] +> Skaffold contains a configuration to install `ingress-nginx` for kind and +> docker-desktop. The profile will be used automatically when you run skaffold with the `dev` profile +> and the name of the current `kubeContext` matches `kind-*` or `docker-desktop`.