px csi update
Update PX-CSI resources
note
The following commands support a set of global flags that apply to all px csi commands.
For details, see the Global Flags section.
px csi update backend
Update a storage backend in pure.json
Examples:
# Update API Token for storage backend in pure.json (API Token will be taken from stdin)
kubectl px csi update backend --mgmt-endpoint <management-endpoint>
# Update NFS Endpoint for storage backend in pure.json
kubectl px csi update backend --mgmt-endpoint <management-endpoint> --nfs-endpoint <nfs-endpoint>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--mgmt-endpoint, -m | string | Management endpoint for the storage backend | - | Yes |
--namespace, -n | string | (optional) Kubernetes namespace where PX-CSI pods are running | - | Optional |
--nfs-endpoint | string | NFS Endpoint (required for FlashBlade and FA file Services) | - | Optional |