You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ oc edit clusterrole edit # add the above and save
98
98
- have the [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command line tool or the [oc command line tool](https://docs.openshift.org/latest/cli_reference/get_started_cli.html#installing-the-cli) already installed
99
99
- it should be version k8s version 1.8 or OpenShift 3.7 or later
100
100
- create a new dir ```mkdir -p ~/.kube/plugins/mobile```
101
-
- copy the plugin.yaml to the dir ```cp ./artifacts/cli_plugin.yaml ~/.kube/plugins/mobile```
101
+
- copy the cli_plugin.yaml file to the dir ```cp ./artifacts/cli_plugin.yaml ~/.kube/plugins/mobile```
102
+
- rename the ```cli_plugin.yaml``` file to ```plugin.yaml```
0 commit comments