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

bastion host machine size #26

Open
rosera opened this issue Jan 6, 2020 · 0 comments
Open

bastion host machine size #26

rosera opened this issue Jan 6, 2020 · 0 comments

Comments

@rosera
Copy link
Collaborator

rosera commented Jan 6, 2020

Using this demo via the Qwiklabs environment (GSP482 - Securing Applications on Kubernetes Engine - Three Examples) and the bastion host is timing out when provisioned from Terraform.

The issue appears to be the following definition (variables.tf):
variable "bastion_machine_type" {
description = "The instance size to use for your bastion instance."
type = string
default = "f1-micro"
}

Amending the default instance type to a more powerful instance ensure the host is provisioned correctly.

I have patched the lab to change the bastion machine to n1-standard-1 to fix the timeout. Not sure if I should raise a PR to amend this in the repo as well?

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

1 participant