You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎯 Perfect for krew index submission:
- Generate oadp.yaml directly (not oadp-final.yaml)
- Release artifact is ready to drop into krew index
- No renaming needed - matches krew convention exactly
- Clean workflow: template → envsubst → oadp.yaml
- **Binary archives**: Platform-specific kubectl-oadp binaries with LICENSE
166
168
- **checksums.txt**: SHA256 checksums for all binaries
167
-
- **kubectl-oadp.yaml**: Final krew plugin manifest with populated SHA256 values
169
+
- **oadp.yaml**: Final krew plugin manifest with populated SHA256 values (ready for krew index)
168
170
169
171
### For Krew Index Maintainers
170
-
The `kubectl-oadp.yaml` file contains the complete krew plugin manifest with all SHA256 checksums populated and can be used directly for krew index submissions.
172
+
The `oadp.yaml` file contains the complete krew plugin manifest with all SHA256 checksums populated and can be used directly for krew index submissions.
0 commit comments