Skip to content

v0.3.0

Choose a tag to compare

@Joeavaikath Joeavaikath released this 29 Oct 13:53
· 94 commits to oadp-dev since this release
b36cac9

OADP CLI v0.3.0

Cross-platform kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.

Installation

Via krew (recommended)

kubectl krew install oadp

Via krew manifest (for testing or custom indexes)

curl -LO https://github.com/migtools/oadp-cli/releases/download/v0.3.0/oadp.yaml
kubectl krew install --manifest=oadp.yaml

Manual installation

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Add the binary to your PATH
  4. Verify installation: kubectl oadp --help

Supported Platforms

  • Linux (amd64, arm64, ppc64le, s390x)
  • macOS (amd64, arm64)
  • Windows (amd64, arm64)

Files Included

  • Binary archives: Platform-specific kubectl-oadp binaries with LICENSE
  • checksums.txt: SHA256 checksums for all binaries
  • oadp.yaml: Final krew plugin manifest with populated SHA256 values (ready for krew index)

For Krew Index Maintainers

The oadp.yaml file contains the complete krew plugin manifest with all SHA256 checksums populated and can be used directly for krew index submissions.