forked from tektoncd/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of ingress in local dev cluster opt-in
Update the behaviour of the `prepare-kind-cluster create` command so it no longer installs and configures an ingress. This reduces the resources required for the default dev environment as we no longer need to install and configure the nginx ingress controller. It also avoids issues where ports 80 or 443 are already bound to other services on the host machine. Add a new command `prepare-kind-cluster create-with-ingress` which will behave in the same way as the previous `create` command, allowing devs to opt-in to this behaviour if they wish.
- Loading branch information
1 parent
21df24a
commit eed725c
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters