You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer requirement: need to be able to pass configurable network/subnet when running the compute instance and run with limited permissions.
NOTE: To get this working myself, I needed to update the daisy dependency (I only did this locally - did not push changes). Daisy was assuming I was either creating the network or had the permissions to list subnets. In this environment, I only have permissions to: gcloud compute networks subnets list-usable --project SOME_OTHER_PROJECT (not a full list operation on subnets).
The text was updated successfully, but these errors were encountered:
nstogner
changed the title
gke-disk-image-builder: Configurable instance network settings
gke-disk-image-builder: Configurable instance network settings with limited permissions
Jan 11, 2024
I am faced with the same issue. Could you please share the portions of the code that you modified in compute-daisy package for this to work? I would be extremely grateful, as I don't have experience with golang myself. Thank you.
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '
Customer requirement: need to be able to pass configurable network/subnet when running the compute instance and run with limited permissions.
NOTE: To get this working myself, I needed to update the daisy dependency (I only did this locally - did not push changes). Daisy was assuming I was either creating the network or had the permissions to list subnets. In this environment, I only have permissions to:
gcloud compute networks subnets list-usable --project SOME_OTHER_PROJECT
(not a full list operation on subnets).The text was updated successfully, but these errors were encountered: