-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[beta-private-cluster-update-variant] Enable image streaming at cluster level #1360
Comments
Thanks for the report! Does |
We're having the same "issue" - but I don't think it's a bug. Image streaming can be enabled on clusters and/or on node pools, with the cluster setting being inherited to its node pools, unless the setting is overridden on node pool level. AFAICS, this module so far only supports enabling image streaming on node pool level, so it would make sense to me that image streaming on cluster level is shown as disabled. I would expect that if the option is added to also enable it on cluster level, this would show also in the UI. I don't see image streaming in the UI for node pools, but it shows up correctly as enabled when getting it via |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This shouldn't be closed, it's not fixed yet. |
Yes, image streaming on the cluster level is a necessary feature. So, if possible this could be an enhancement to the module |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I believe this is still an open issue |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I believe this is still an open issue |
Could previously be set manually via console/`gcloud` - if this was enabled, `enable_gcfs` must be set to `true` with this update, otherwise image streaming will be disabled. Fixes terraform-google-modules#1360
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I think this issue is still valid, not stale. Thanks to @lauraseidler for opening #1696! |
TL;DR
The documentation describes the
enable_gcfs
flag for node pools, but this does not seem to enable the cluster-level image streaming optionTerraform Resources
No response
Detailed design
No response
Additional information
We are defining our node pools like this, according to the documentation, with the
enable_gcfs = true
flag:However, after the cluster is created, the Image Streaming option is not enabled in the UI:
The text was updated successfully, but these errors were encountered: