-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
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
Add subm
plugin
#3432
Add subm
plugin
#3432
Conversation
|
🤖 Beep beep! I’m a robot speaking on behalf of @ahmetb. 🤖 Thanks for submitting your kubectl plugin to Krew! In the meanwhile, here are a few tips to make your plugin manifest better:
Thanks for your patience! |
Welcome @Jaanki! |
/assign Jaanki |
/lgtm Also, please consider setting up Krew release automation which helps you skip manually making updates to your Krew manifests on each new version and send a pull request. It’s a GitHub workflow bot that can run every time you push a new tag. Those PRs are automatically approved. |
@ahmetb the job is failing due to missing Any chance the test could be over-written to pass? |
Why not wait for a release? |
Ping, in case you now have a LICENSE file. |
`subm` is a CLI tool that simplifies the deployment and maintenance of Submariner by automating interactions with the Submariner Operator and providing diagnostic features. Submariner enables direct networking between Pods and Services in different Kubernetes clusters, either on-premises or in the cloud. Signed-off-by: Janki Chhatbar <[email protected]>
@ahmetb updated the PR to include LICENSE file. |
/unhold |
Also, please consider setting up Krew release automation which helps you skip manually making updates to your Krew manifests on each new version and send a pull request. It’s a GitHub workflow bot that can run every time you push a new tag. Those PRs are automatically approved. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, Jaanki The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The krew release automation PR to automatically send version updates to |
subm
is a CLI tool that simplifies the deployment and maintenance of Submariner by automating interactions with the Submariner Operator and providing diagnostic features.Submariner enables direct networking between Pods and Services in different Kubernetes clusters, either on-premises or in the cloud.