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

feat: Default image type for gke sandbox #854

Merged
merged 3 commits into from
Mar 24, 2021

Conversation

diegolnasc
Copy link
Contributor

No description provided.

Copy link
Contributor

@morgante morgante left a comment

Choose a reason for hiding this comment

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

Please make sure that modules are generated from autogen templates:

diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/cluster.tf
236c236
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/modules/private-cluster/cluster.tf
249c249
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster-update-variant/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/modules/private-cluster-update-variant/cluster.tf
333c333
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
Error: submodule's files generation has not been run, please run the

@diegolnasc
Copy link
Contributor Author

Please make sure that modules are generated from autogen templates:

diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/cluster.tf
236c236
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/modules/private-cluster/cluster.tf
249c249
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' /workspace/modules/private-cluster-update-variant/cluster.tf /tmp/tmp.I6Ocwbpd7l/workspace/modules/private-cluster-update-variant/cluster.tf
333c333
<     image_type   = lookup(each.value, "image_type", "COS")
---
>     image_type   = lookup(each.value, "image_type", var.sandbox_enabled ? "COS_CONTAINERD" : "COS")
Error: submodule's files generation has not been run, please run the

Oh, that's right.
Can you check again?

@morgante
Copy link
Contributor

/gcbrun

@morgante morgante merged commit 1a2c26e into terraform-google-modules:master Mar 24, 2021
@morgante
Copy link
Contributor

@diegolnasc Thanks for the PR! 🚀

CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
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.

None yet

2 participants