Skip to content
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

Set the default GKE cluster type for jupyterhub to GKE Autopilot. #599

Merged

Conversation

roberthbailey
Copy link
Collaborator

Also add instructions to use a standard cluster if preferred.

Copy link
Member

@jsoohoo-google jsoohoo-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments on referencing AP and variable ordering.

applications/jupyter/workloads.tfvars Outdated Show resolved Hide resolved
cluster_name = "ml-cluster"
cluster_location = "us-central1"
cluster_membership_id = "" # required for private cluster, defaults to `cluster_name`
autopilot_cluster = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move this up to be with create_cluster so the variables are together since they are related.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of the flags in this section are related to the create cluster (cluster name, location, type, fleet membership). I've moved the flag up one line, but since I expect that it's more likely to change the cluster name or location than the type, I'd prefer to leave it below those two variables.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restructured a bit more so that the terraform lint check would pass.

@roberthbailey roberthbailey force-pushed the jupyter-autopilot branch 5 times, most recently from 0c118b1 to ba46585 Compare April 24, 2024 09:15
Also add instructions to use a standard cluster if preferred.
@roberthbailey
Copy link
Collaborator Author

/gcbrun

@jsoohoo-google jsoohoo-google merged commit 7992749 into GoogleCloudPlatform:main Apr 26, 2024
4 checks passed
gongmax pushed a commit that referenced this pull request Apr 26, 2024
Also add instructions to use a standard cluster if preferred.
roberthbailey added a commit to roberthbailey/ai-on-gke that referenced this pull request Apr 29, 2024
…ogleCloudPlatform#599)

Also add instructions to use a standard cluster if preferred.
roberthbailey added a commit that referenced this pull request Apr 29, 2024
Also add instructions to use a standard cluster if preferred.
alpha-amundson pushed a commit that referenced this pull request May 3, 2024
Also add instructions to use a standard cluster if preferred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants