Attach storage to a cluster
The attach-storage command attaches storage to a cluster at the specified mount point.
pw cluster attach-storage [flags]
# 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
--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)
--platform-host string The Parallel Works platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging