We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write a crew manifest file for subctl so that subctl can be installed via Krew. The file needs to be submitted to krew index after 0.16.0 release.
The manifest file would look like this:
apiVersion: krew.googlecontainertools.github.com/v1alpha2 kind: Plugin metadata: name: subm spec: version: "v0.16.0" homepage: https://github.com/submariner-io/subctl shortDescription: "Manages Submariner and its services" description: | CLI to install, uninstall and troubleshoot Submariner on a Kubernetes cluster. platforms: - selector: matchLabels: os: linux arch: amd64 uri: https://github.com/submariner-io/releases/releases/download/v0.15.0/subctl-v0.15.0-linux-amd64.tar.gz sha256: "e5a1ee20019a345a45cb3dcd4f653ea9eb0e34c04f6b6e598bf1294e37359095" files: - from: subctl*/subctl to: . bin: subctl
Changes to be made:
Depends on: submariner-io/releases#723
The text was updated successfully, but these errors were encountered:
Raised a PR: kubernetes-sigs/krew-index#3432
Sorry, something went wrong.
Closing as DONE. The above PR is merged. subctl is now available as a krew plugin named subm.
subctl
subm
$ kubectl subm version subctl version: v0.16.2
Jaanki
No branches or pull requests
write a crew manifest file for subctl so that subctl can be installed via Krew. The file needs to be submitted to krew index after 0.16.0 release.
The manifest file would look like this:
Changes to be made:
Depends on: submariner-io/releases#723
The text was updated successfully, but these errors were encountered: