PrivilegedAdmissionConfig stores the list of authorized
allowlist paths for the cluster.
Attribute
Name
Description
allowlist_paths
MutableSequence[str]
The customer allowlist Cloud Storage paths for the cluster.
These paths are used with the
--autopilot-privileged-admission flag to authorize
privileged workloads in Autopilot clusters.
Paths can be GKE-owned, in the format
gke://, or
customer-owned, in the format
gs://.
Wildcards (*) are supported to authorize all allowlists
under specific paths or directories. Example:
gs://my-bucket/* will authorize all allowlists under the
my-bucket bucket.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-03 UTC."],[],[]]