-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updating the infra .sh scripts #71
Conversation
@@ -3,7 +3,8 @@ variable "aws_region" {} | |||
variable "aws_availability_zone" {} | |||
|
|||
variable "default_tags" { | |||
type = "map" | |||
type = map | |||
description = "change KubernetesCluster to fit your cluster name" | |||
|
|||
default = { | |||
Name = "taas-daemon-datadir-volume" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(commenting here to get a discussion thread)
Do we need other fixes from https://github.com/testground/infra/pull/70/files ?
the ZONE
requirements and fixing the GitHub URLs were mandatory if I recall correctly.
Are there any follow-up tasks and documentation to complete the setup? testground/testground#1342 doesn't tell much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these are all the changes needed to successfully boot up a cluster. At least this is how i got it working.
Never changed any ZONE
variable, but I know that it needs to be set as an env var before you can create a cluster.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, let's merge as is then and revisit if someone else raises the issue.
In the spirit of leaving things a little better than we found them, can we at least fix the URLs in k8s/testground-infra/Chart.yaml and k8s/testground-infra/charts/testground-dashboards/Chart.yaml ?
Including all changes from the Google document into the codebase; these are all the changes we had to make in order to successfully boot up a cluster.
Effort described here testground/testground#1342