-
Notifications
You must be signed in to change notification settings - Fork 4
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 istioctl consoleclidownload #130
Add istioctl consoleclidownload #130
Conversation
Hi @bmangoen. Thanks for your PR. I'm waiting for a openshift-service-mesh member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I think once the Nicks PR with the creation of the ossm folder docs is merged this doc should be moved under that folder @bmangoen |
4031bb4
to
68c8089
Compare
68c8089
to
7f06639
Compare
7f06639
to
55e26da
Compare
55e26da
to
579305b
Compare
Signed-off-by: bmangoen <bmangoen@redhat.com>
Signed-off-by: bmangoen <bmangoen@redhat.com>
Signed-off-by: bmangoen <bmangoen@redhat.com>
Signed-off-by: bmangoen <bmangoen@redhat.com>
Signed-off-by: bmangoen <bmangoen@redhat.com>
579305b
to
d92543b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. A few comments:
- Can we have a small comment briefly explaining what this file is, I guess this comment could be within the YAML file itself. Bonus point if it has a link to a proper documentation so that others can refer to in the future.
- Although the tool name is
istioctl
, the description says it is the openshift service mesh tool, not the istio tool. Shouldn't we just stick with the name istio everywhere? - It seems there are no builds for ARM. Is this on the radar?
IIRC the bin was uploaded to https://mirror.openshift.com/pub/cgw/servicemesh/latest/ manually. I'm not sure which version was used but we have been building for all 4 arch for 6 months already. So I assume bin for all arch were available at that time and were not uploaded probably? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a follow up task to test the bins for all 4 arch when they are uploaded to https://mirror.openshift.com/pub/cgw/servicemesh/latest
/ok-to-test |
/hold |
Yes you're right this binary istioctl-1.23.0-linux-amd64.tar.gz was published manually because of a semantic version issue for TP1. |
Signed-off-by: bmangoen <bmangoen@redhat.com>
/retest |
/retest |
/override ci/prow/e2e-kind ci/prow/e2e-ocp-4-16-arm ci/prow/e2e-ocp-4-17 ci/prow/scorecard |
@FilipB: Overrode contexts on behalf of FilipB: ci/prow/e2e-kind, ci/prow/e2e-ocp-4-16-arm, ci/prow/e2e-ocp-4-17, ci/prow/scorecard In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
fe27337
into
openshift-service-mesh:main
Goal
Being able to download istioctl from the OpenShift Web Console
TODO