Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
-needed to create a custom image of GCP dataproc but have a constraint to use resources by CMEK policy.
-found the GCP official documentation[1][2] about creating a dataproc custom image, but failed because it does not support the CMEK environment.
-wanted to create a dataproc custom image in the CMEK environment
How this might work:
-#1. Needed parameter to use a cmek option in the code [2]
-#2. Or needed a new cli command or api to create a dataproc custom image under CMEK environment
If applicable, reasons why alternative solutions are not sufficient:
-no alternative solutions in this case
Other information (workarounds you have tried, documentation consulted, etc):
-found a code commit[3] to update/upgrade the original [2] supporting the CMEK last November. It was not merged until now.