-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update local stack to work with kubernetes-sigs/kind (#206)
* Update gloo version to latest stable * Add kafka topic prefix to clinic-worker and update gateway validation settings to enable local deployment to work * Update 'tidepool start' command to work with latest Tilt version * Update Tiltfile to work with latest tilt version * Update 'tidepool verify-account-email' to use local mongo * Set CORS on internal http virtualservice to allow connecting from local blip on another port * Push tilt builds to local registry * remove tidepool 'server-x' commands * Small Tiltconfig updates * Update the server-start and server-stop tidepool commands * Add Kindconfig.yaml * Updated Kindconfig * Re-add tidepool server-destroy command * Update versions in tidepool doctor check * Add missing 'connect=direct' mongodb connection param to tilt config * Re-implement tidepool server-init command * Update tidepool command list to include up and down global commands * Tweak tidepool up and start commands * Specify port 5000 for Kindconfig registry * Add utility commands to tidepool script to allow restarting gloo or kafka services * Update Kindconfig to use 1pv4 networking * Add DEMO_CLINIC_USER_ID to clinic deployment env * Remove mongodb in-cluster provisioning * Tiltconfig: Enable clinics integration on shoreline and hydrophone, use development buildTarget for clinic * use MONGO_SHELL env variable to run mongo commands in tidepool script * Update documentation * Bump chart version to 0.13.15 * Remove extraPortMappings in Kindconfig * Set user's mongosh as default if MONGODB_SHELL not set * Update local mongo docs
- Loading branch information
1 parent
8f715a8
commit e1b7957
Showing
10 changed files
with
301 additions
and
239 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: ctlptl.dev/v1alpha1 | ||
kind: Cluster | ||
kubernetesVersion: v1.21.12 | ||
registry: ctlptl-registry | ||
product: kind | ||
kindV1Alpha4Cluster: | ||
name: tidepool-kind | ||
networking: | ||
ipFamily: ipv4 | ||
apiServerAddress: 127.0.0.1 | ||
nodes: | ||
- role: control-plane | ||
--- | ||
apiVersion: ctlptl.dev/v1alpha1 | ||
kind: Registry | ||
name: ctlptl-registry | ||
port: 5000 |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.