-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- make the setup script rely on local config files instead of remote ones from github - keep gitea deployment kpt package in .build directory (as opposed to a temp dir) in order to keep the local inventory for future updates - vscode: remove kpt-related folders from workspace - vscode: adopt porch-server launch paremeters to the porch components running in the test kind cluster
- Loading branch information
Showing
4 changed files
with
55 additions
and
38 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
15 changes: 15 additions & 0 deletions
15
docs/tutorials/porch-development-environment/bin/kind_porch_test_cluster.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
kind: Cluster | ||
apiVersion: kind.x-k8s.io/v1alpha4 | ||
name: management | ||
networking: | ||
apiServerAddress: 127.0.0.1 | ||
apiServerPort: 31000 | ||
podSubnet: 10.97.0.0/16 | ||
serviceSubnet: 10.197.0.0/16 | ||
nodes: | ||
- role: control-plane | ||
extraPortMappings: | ||
- containerPort: 30000 # Gitea NodePort | ||
hostPort: 3000 | ||
- containerPort: 30001 # function-runner NodePort | ||
hostPort: 30001 |
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