Docker image to use velero with kubectl
- Create a file in
.kube/config
with kubernetes config file - Execute
docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl kubectl get namespaces
to check if kubectl file is correct and kubectl have connection to kubernetes cluster - Run velero install
docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl velero install ...