Skip to content

Commit fe27337

Browse files
authored
Add istioctl consoleclidownload (openshift-service-mesh#130)
* Add istioctl consoleclidownload and install instructions Signed-off-by: bmangoen <[email protected]> * Modify the download URL Signed-off-by: bmangoen <[email protected]> * Fill supported commands table Signed-off-by: bmangoen <[email protected]> * Fix install procedure Signed-off-by: bmangoen <[email protected]> * Remove istioctl install doc Signed-off-by: bmangoen <[email protected]> * Add explanation for consoleclidownload Signed-off-by: bmangoen <[email protected]> --------- Signed-off-by: bmangoen <[email protected]>
1 parent 9dd8806 commit fe27337

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: ConsoleCLIDownload
3+
metadata:
4+
name: istioctl
5+
spec:
6+
description: istioctl is the Istio client that allows you to manage Istio resources.
7+
displayName: istioctl - Istio Command Line Interface (CLI)
8+
links:
9+
- href: https://mirror.openshift.com/pub/cgw/servicemesh/latest
10+
text: Download istioctl
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This configures links for downloading istioctl to the OpenShift web console
2+
# See the documentation https://docs.openshift.com/container-platform/4.17/web_console/customizing-the-web-console.html#creating-custom-CLI-downloads_customizing-web-console
3+
apiVersion: console.openshift.io/v1
4+
kind: ConsoleCLIDownload
5+
metadata:
6+
name: istioctl
7+
spec:
8+
description: istioctl is the Istio client that allows you to
9+
manage Istio resources.
10+
displayName: istioctl - Istio Command Line Interface (CLI)
11+
links:
12+
- href: https://mirror.openshift.com/pub/cgw/servicemesh/latest
13+
text: Download istioctl

0 commit comments

Comments
 (0)