From ece5ebccfc5c2c20ce328907b5e6b1abad294552 Mon Sep 17 00:00:00 2001 From: Komal Sukhani Date: Wed, 9 Aug 2023 23:56:52 +0530 Subject: [PATCH] [TT-9562] Added a note about MacOS port error in development document. (#649) * Add a note about MacOS error in development doc * Fix typo Co-authored-by: Burak Sekili --------- Co-authored-by: Burak Sekili --- docs/development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development.md b/docs/development.md index 612104b54..a6fc323da 100644 --- a/docs/development.md +++ b/docs/development.md @@ -54,6 +54,12 @@ make create-kind-cluster This will create a 3 node cluster; 1 control-plane and 2 worker nodes by using `kind`. +> **Note**: Kind cluster we create needs host port 7000 and 7200. Above command will fail if any of those ports is used by other service. + +> **Note**: On some versions of MacOS, the airdrop receiver may be running on port 7000. To turn it off you can toggle the switch in + System Settings -> General -> Airdrop & Handoff -> Airplay receiver + + ## Bootstrap the dev environment This section will describe how you can set up local development environment for Tyk Operator.