Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 407 Bytes

Velero with kubectl

Docker image to use velero with kubectl

  1. Create a file in .kube/config with kubernetes config file
  2. 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
  3. Run velero install docker run --rm -it -v $PWD:/root/ d0whc3r/velero-kubectl velero install ...