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

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Conversation

dektech
Copy link
Contributor

@dektech dektech commented Jul 6, 2022

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

@dektech dektech self-assigned this Jul 6, 2022
@@ -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"
Copy link
Contributor

@laurentsenta laurentsenta Jul 7, 2022

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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 ?

k8s/02_efs.sh Show resolved Hide resolved
@dektech dektech merged commit 737c878 into master Jul 20, 2022
@dektech dektech deleted the updating-infra-install-scripts branch July 20, 2022 15:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants