Skip to content

Commit

Permalink
Update command for Readme (oap-project#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong authored Mar 27, 2022
1 parent dbf6824 commit 6e6deda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ cloudtik submit ./example/cluster/aws/example-minimal.yaml experiment.py # Up
cloudtik rsync-up ./example/cluster/aws/example-minimal.yaml [source] [target] # Upload file to head node.
cloudtik rsync-down ./example/cluster/aws/example-minimal.yaml [source] [target] # Download file from head node.
cloudtik enable-local-access ./example/cluster/aws/example-minimal.yaml # Enable local SOCKS5 proxy to the cluster through SSH
cloudtik disable-local-access ./example/cluster/aws/example-minimal.yaml # Disable local SOCKS5 proxy to the cluster through SSH
cloudtik enable-proxy ./example/cluster/aws/example-minimal.yaml # Enable local SOCKS5 proxy to the cluster through SSH
cloudtik disable-proxy ./example/cluster/aws/example-minimal.yaml # Disable local SOCKS5 proxy to the cluster through SSH
# commands running on working node for information and status
cloudtik get-head-ip ./example/cluster/aws/example-minimal.yaml # Get the ip of head node.
cloudtik get-worker-ips ./example/cluster/aws/example-minimal.yaml # Get the ips of worker nodes.
cloudtik head-ip ./example/cluster/aws/example-minimal.yaml # Get the ip of head node.
cloudtik worker-ips ./example/cluster/aws/example-minimal.yaml # Get the ips of worker nodes.
cloudtik info ./example/cluster/aws/example-minimal.yaml # Show cluster summary information and useful links to use the cluster.
cloudtik status ./example/cluster/aws/example-minimal.yaml # Show cluster summary status.
cloudtik process-status ./example/cluster/aws/example-minimal.yaml # Show process status of cluster nodes.
Expand All @@ -85,7 +85,7 @@ cloudtik monitor ./example/cluster/aws/example-minimal.yaml # Tails the monitor
cloudtik health-check ./example/cluster/aws/example-minimal.yaml # Do cluster health check.
cloudtik debug-status ./example/cluster/aws/example-minimal.yaml # Show debug status of cluster scaling.
cloudtik cluster-dump ./example/cluster/aws/example-minimal.yaml # Get log data from one or more nodes.
cloudtik kill-random-node ./example/cluster/aws/example-minimal.yaml # Kills a random node. For testing purposes only.
cloudtik kill-node ./example/cluster/aws/example-minimal.yaml # Kills a random node. For testing purposes only.
# workspace commands
Expand Down

0 comments on commit 6e6deda

Please sign in to comment.