NIAEFEUP / niployments

8 stars 0 forks source link

Fix kind cluster setup script on Mac #56

Closed thePeras closed 1 month ago

thePeras commented 1 month ago

This pull request fixes the kind cluster setup script on Mac by updating the CILIUM_EXECUTABLE variable to use the correct executable name for macOS. Previously, the script was using the wrong executable name, causing the script to fail on macOS. This update ensures that the script works correctly on both Linux and macOS systems.