Setiing up persistant storage using OpenEBS
Install iSCSI on all nodes
Refer: https://docs.openebs.io/docs/next/prerequisites.html
Install iSCSI tools is not installed
sudo apt-get update
sudo apt-get install open-iscsi
sudo systemctl enable --now iscsid
Check if iSCSI is running
sudo systemctl status iscsid
SetMake sure you have admin context
kubectl config set-use-context NAME [--cluster=cluster_nickname] [--user=user_nickname] [--namespace=namespace]kubernetes-admin@kubernetes
Install using kubectl
kubectl config set-context admin-ctxapply --cluster=kubernetesf --user=techiterian-cluster-adminhttps://openebs.github.io/charts/openebs-operator.yaml
