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

JupyterHub on GKE tfvars issues: brand is not accepted and domain is unclear #925

Open
juanpabloguerra16 opened this issue Jan 10, 2025 · 2 comments

Comments

@juanpabloguerra16
Copy link

Im trying to deploy the sample Jypterhub. There are two problematic aspects:

  1. tfvar brand specified here is not accepted when running terraform apply
  2. use of domain is unclear. Seems like it's mandatory. What should be used? A user-owned domain? Is it possible to deploy the sample with only an public IP generated by the load balancer?
@juanpabloguerra16
Copy link
Author

@andrewsykim tagging you as I've worked with you in the past (long time no see 😆 ) and you contributed "recently"

@AlexTzk
Copy link

AlexTzk commented Jan 15, 2025

@juanpabloguerra16
Go in GCP WEBUI and consent to the OAuth screen and create your branding there.
comment the brand line and apply the configuration
#brand = ""

for the domain, use whatever domain you own, for example:
jupyter.mydomain.com

You will need to create an A record to point the IP of the Global HTTPS balancer to the domain.

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

No branches or pull requests

2 participants