-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add carbonplan cluster + hubs #391
Merged
Merged
Commits on May 11, 2021
-
- staging and prod clusters that are exactly the same, with just domain differences - Uses traditional autohttps + LoadBalancer to get traffic into the cluster. Could be nginx-ingress later on if necessary. - Manual DNS entries for staging.carbonplan.2i2c.cloud and carbonplan.2i2c.cloud. Initial manual deploy with `proxy.https.enabled` set to false to complete deployment, fetch externalIP of `proxy-public` service, setup DNS, then re-deploy with `proxy.https.enabled` set to true. Ref 2i2c-org#291
Configuration menu - View commit details
-
Copy full SHA for a97ab8b - Browse repository at this point
Copy the full SHA a97ab8bView commit details -
Standardize labels used for our various nodes
We have three sets of labels: 1. What components of a JupyterHub can run here? core / user 2. What components of a dask gateway can run here? core / scheduler / worker 3. What are the features of the node pool we care about? For example, if we want to be on an r5.xlarge node, we should target the existing node.kubernetes.io/instance-type label This gives us flexibility without adding too much overhead.
Configuration menu - View commit details
-
Copy full SHA for 3c344a4 - Browse repository at this point
Copy the full SHA 3c344a4View commit details -
dask-gateway requires that the image used for it contains the `dask-gateway` package. The scheduler image is the same image as the user notebook image, to make sure that versions match. The previously used image did not have dask-gateway installed
Configuration menu - View commit details
-
Copy full SHA for 6553ab5 - Browse repository at this point
Copy the full SHA 6553ab5View commit details -
Tell clusterautoscaler about node.kubernetes.io/machine-type
Otherwise it doesn't know which instance group to scale up when a pod wants a node with that label
Configuration menu - View commit details
-
Copy full SHA for 4593a11 - Browse repository at this point
Copy the full SHA 4593a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09302c9 - Browse repository at this point
Copy the full SHA 09302c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dd9e2 - Browse repository at this point
Copy the full SHA b3dd9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e898ae8 - Browse repository at this point
Copy the full SHA e898ae8View commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a13443a - Browse repository at this point
Copy the full SHA a13443aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2df6e - Browse repository at this point
Copy the full SHA ef2df6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c90a76 - Browse repository at this point
Copy the full SHA 5c90a76View commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b79055 - Browse repository at this point
Copy the full SHA 3b79055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302438f - Browse repository at this point
Copy the full SHA 302438fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.