cli-playground / kodo

MIT License
0 stars 6 forks source link

Add kodo deploy command #9

Closed jaideepr97 closed 4 years ago

jaideepr97 commented 4 years ago

Fixes #11

Summary

Allow a kodo user to deploy an image to an OpenShift cluster, with namespace awareness

./bin/kodo deploy --image=openshift/hello-openshift:latest --replicas=10 --port=80 --token=TOKEN --server=CLUSTER --namespace=jaideep-test-june-18

Technical changes

List of changes in this PR


deployment-console-1 deployment-console-2

sbose78 commented 4 years ago

Could you provide a full sample command which has worked ?

jaideepr97 commented 4 years ago

./bin/kodo deploy --image=openshift/hello-openshift:latest --replicas=10 --port=80 --token=mpBBtlY8vQgCJWD1TOdCRU6LNfIQJDUPcEoXjkFrfyg --server=https://api.dev-svc-4.4-061813.devcluster.openshift.com:6443 --namespace=jaideep-test-june-18

sbose78 commented 4 years ago

^ should be in the description.

jaideepr97 commented 4 years ago

updated description