-
Notifications
You must be signed in to change notification settings - Fork 674
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
Register kubectl-flyte in Krew #121
Comments
@kumare3 I have idea about krew. can this assigned to me ? |
@evalsocket absolutely. Also check my previous comment, we can use the slack channel to get faster comms if interested |
@evalsocket kubectl-flyte is part of flytepropeller. I think the entire cmdline for flytepropeller needs a little more TLC, let me know if you want to improve it. |
@kumare3 I am interested? Can we also add goreleaser for kubectl-flyte to build and publish binary with release. |
@evalsocket yes we already have an issue for that. We have done it for flytestdlib. The aim is to do it for most of the repos - https://github.com/lyft/flytestdlib (where we have binaries) Goreleaser issue. |
…eorg#121) * [Bug Fix] Node timeout should use default value if set to zero. * . * feedback * cr feedback
* signed GCS URL Impersonate the signingPrincipal to get object attributes and sign the GCS URL This will make sure only the `signingPrincipal` needs readonly permission on the object instead of the service account associated with flyteadmin.
* Move db section to flytestdlib Signed-off-by: Kevin Su <[email protected]> * Added log level Signed-off-by: Kevin Su <[email protected]> * Bump gorm version Signed-off-by: Kevin Su <[email protected]> * Updated tests Signed-off-by: Kevin Su <[email protected]> * Fixed lint Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * More tests Signed-off-by: Kevin Su <[email protected]> * comments Signed-off-by: Kevin Su <[email protected]> * rerun tests Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * More tests Signed-off-by: Kevin Su <[email protected]> * address comment Signed-off-by: Kevin Su <[email protected]>
…eorg#121) * [Bug Fix] Node timeout should use default value if set to zero. * . * feedback * cr feedback
* signed GCS URL Impersonate the signingPrincipal to get object attributes and sign the GCS URL This will make sure only the `signingPrincipal` needs readonly permission on the object instead of the service account associated with flyteadmin.
* Move db section to flytestdlib Signed-off-by: Kevin Su <[email protected]> * Added log level Signed-off-by: Kevin Su <[email protected]> * Bump gorm version Signed-off-by: Kevin Su <[email protected]> * Updated tests Signed-off-by: Kevin Su <[email protected]> * Fixed lint Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * More tests Signed-off-by: Kevin Su <[email protected]> * comments Signed-off-by: Kevin Su <[email protected]> * rerun tests Signed-off-by: Kevin Su <[email protected]> * Addressed comment Signed-off-by: Kevin Su <[email protected]> * More tests Signed-off-by: Kevin Su <[email protected]> * address comment Signed-off-by: Kevin Su <[email protected]>
Krew is Kubectl plugin management system
https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md
We should deliver kubectl-flyte through Krew
The text was updated successfully, but these errors were encountered: