# Deploying CSI driver

The playbook playbooks/csi.yml deploys the vSphere CSI driver across user clusters and creates storage classes that can subsequently be used by applications running on the clusters.

# Prerequisites

  • Admin and user clusters deployed successfully
  • CSI Configuration completed as described in the section CSI configuration

# Command

cd ~/Anthos-on-SimpliVity

ansible-playbook playbooks/csi.yml  --ask-vault-pass

# Tasks performed

For each user cluster:

# Uninstall

kubectl delete -n kube-system deployment vsphere-csi-controller
kubectl delete -n kube-system ds vsphere-csi-node