solo-io / workshops

Apache License 2.0
127 stars 72 forks source link

Add note about Airplay Receiver port conflict #232

Open wkrause13 opened 6 months ago

wkrause13 commented 6 months ago

Airplay Receiver runs on port 5000 and is on by default for most users. This results in a port conflict when setting up the kind cluster with the default settings.

We could look to change the default port to something like 5001, but seeing port 5000 was referenced in a few places, I didn't want to break anything.

This PR adds a note for Mac users to save them some time figuring out where the port conflict is coming from.