pw cluster attach-storage
Attach storage to a cluster
Synopsis
The attach-storage command attaches storage to a cluster at the specified mount point.
pw cluster attach-storage [flags]
Examples
# Attach storage to a cluster
pw cluster attach-storage --cluster-uri pw://namespace/cluster-name --storage-uri pw://namespace/storage-name --mount-point=/mnt-point
Options
--cluster-uri string URI of the cluster (required)
-h, --help help for attach-storage
--mount-point string Mount point for the storage (required)
--storage-uri string URI of the storage to attach (required)
Options inherited from parent commands
-v, --verbose Enable verbose logging
SEE ALSO
- pw cluster - Manage clusters