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
# Cloud Console Permissions on the user or service account needed to run XPK:
63
60
64
61
* Artifact Registry Writer
65
62
* Compute Admin
@@ -164,8 +161,6 @@ cleanup with a `Cluster Delete`.
164
161
If you have failures with workloads not running, use `xpk inspector` to investigate
165
162
more.
166
163
167
-
If you need your Workloads to have persistent storage, use `xpk storage` to find out more.
168
-
169
164
## Cluster Create
170
165
171
166
First set the project and zone through gcloud config or xpk arguments.
@@ -440,58 +435,14 @@ Currently, the below flags/arguments are supported for A3-Mega and A3-Ultra mach
440
435
* --on-demand (only A3-Mega)
441
436
442
437
443
-
## Storage
444
-
Currently xpk supports Cloud Storage FUSE. A FUSE adapter that lets you mount and access Cloud Storage buckets as local file systems, so applications can read and write objects in your bucket using standard file system semantics.
445
-
446
-
To use the GCS FUSE with XPK user needs to:
447
-
- create a [Storage Bucket](https://pantheon.corp.google.com/storage/)
448
-
- create a manifest with PersistentVolume and PersistentVolumeClaim that mounts to the Bucket. To learn how to properly
449
-
set up PersistentVolume and PersistentVolumeClaim visit [GKE Cloud Storage documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/cloud-storage-fuse-csi-driver#provision-static)
450
-
451
-
Once it's ready user can define:
452
-
453
-
`--type` - defines a type of a storage, currently xpk supports `gcsfuse` only.
454
-
`--auto-mount` - if set to true means that all workloads should have a given storage mounted by default.
455
-
`--mount-point` - defines the path on which a given storage should be mounted for a workload.
456
-
`--manifest` - defines the path to manifest which contains PersistentVolume and PersistentVolumeClaim definitions
457
-
`--readonly` - if set to true, workload can only read from storage.
0 commit comments