Skip to main content

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

FlagInput typeDescriptionDefaultRequired
--mgmt-endpoint, -mstringManagement endpoint for the storage backend-Yes
--namespace, -nstring(optional) Kubernetes namespace where PX-CSI pods are running-Optional
--nfs-endpointstringNFS Endpoint (required for FlashBlade and FA file Services)-Optional