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

Add support for image streaming/GCFS #1174

Merged
merged 3 commits into from
Apr 12, 2022

Conversation

sasha-s
Copy link
Contributor

@sasha-s sasha-s commented Mar 11, 2022

Fixes #1149

@sasha-s sasha-s requested review from a team, Jberlinsky and bharathkkb as code owners March 11, 2022 20:14
@google-cla
Copy link

google-cla bot commented Mar 11, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@comment-bot-dev
Copy link

comment-bot-dev commented Mar 11, 2022

Thanks for the PR! 🚀
✅ Lint checks have passed.

Copy link
Member

@bharathkkb bharathkkb left a comment

Choose a reason for hiding this comment

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

@sasha-s
Copy link
Contributor Author

sasha-s commented Mar 24, 2022

@bharathkkb Anything I should add to the PR?

@lauraseidler
Copy link
Contributor

thanks for taking care of this (I opened the original issue) - if you have the time, maybe we can also add it to the safer cluster variants? or I can also do that in a follow up

@bharathkkb
Copy link
Member

@lauraseidler I will leave it upto @sasha-s, otherwise happy to accept a follow up too.

@sasha-s
Copy link
Contributor Author

sasha-s commented Mar 29, 2022

I do not have access to the CI build, what is going on there? @bharathkkb could you please have a look?
Also, it would be great if someone (@lauraseidler ?) with better knowledge of terraform than me could add streaming to safer cluster variants.

BTW, should it be

min_cpu_platform = lookup(each.value, "min_cpu_platform", "")

here
https://sourcegraph.com/github.com/terraform-google-modules/terraform-google-kubernetes-engine@bbd9b770987b6e8e502ce3747ccc6ce0a96e79c1/-/blob/cluster.tf?L268:5&subtree=true ?

(instead of var.node_pools[0])

@sasha-s
Copy link
Contributor Author

sasha-s commented Apr 7, 2022

Ping.

@bharathkkb
Copy link
Member

@sasha-s CI error looks like a flake- I have re triggered it.

BTW, should it be min_cpu_platform = lookup(each.value, "min_cpu_platform", "")
here https://sourcegraph.com/github.com/terraform-google-modules/terraform-google-kubernetes-engine@bbd9b770987b6e8e502ce3747ccc6ce0a96e79c1/-/blob/cluster.tf?L268:5&subtree=true ?
(instead of var.node_pools[0])

Yeah we should switch that to each.value. Otherwise it will set the value for the first nodepool for all nodepools.

@sasha-s
Copy link
Contributor Author

sasha-s commented Apr 8, 2022

Fixed the min_cpu_platform lookup in #1207

@bharathkkb bharathkkb merged commit 3a94528 into terraform-google-modules:master Apr 12, 2022
@lauraseidler
Copy link
Contributor

I just realised this is configuration on node pool level - so it will automatically also work for the safer clusters :) thanks for implementing!

CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
…1174)

* propagate enable_gcfs

* move changes to autogen

* add enable_gcfs to docs
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.

Support configuring GCFS / image streaming
4 participants