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

Changed order of resource creation/installation #73

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Changed order of resource creation/installation #73

merged 1 commit into from
Oct 13, 2023

Conversation

chiayi
Copy link
Collaborator

@chiayi chiayi commented Oct 13, 2023

The order of Jupyter installation was causing issues with Autopilot.

@chiayi chiayi requested a review from imreddy13 October 13, 2023 17:47
jupyter-on-gke/iap_module/output.tf Outdated Show resolved Hide resolved
@@ -31,6 +31,15 @@ provider "google-beta" {
region = var.location
}

data "google_compute_backend_service" "jupyter-ingress" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add comments to each resource we create explaining why we need it/how it's used by IAP?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added some comments

@chiayi chiayi merged commit aaaf32c into main Oct 13, 2023
4 checks passed
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.

2 participants