OADP CLI v0.3.2
Cross-platform kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.
Installation
Via krew (recommended)
kubectl krew install oadpVia krew manifest (for testing or custom indexes)
curl -LO https://github.com/migtools/oadp-cli/releases/download/v0.3.2/oadp.yaml
kubectl krew install --manifest=oadp.yamlManual installation
- Download the appropriate binary for your platform
- Extract the archive
- Add the binary to your PATH
- 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
For Krew Index Maintainers
- On creating new releases, krew-release-bot will automatically open a PR to the krew index with the new release
- Must be non-prerelease semver tag