Skip to content

Commit

Permalink
Merge branch 'update-ports' of github.com:skypilot-org/skypilot into …
Browse files Browse the repository at this point in the history
…update-ports
  • Loading branch information
cblmemo committed Sep 15, 2023
2 parents f71294e + 9308722 commit f8efef9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/reference/yaml-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,12 @@ Available fields:
# ports are already open. It will bypass the already opened ports and only open those
# that are not. Once the cluster is terminated, SkyPilot will remove all firewall rules
# or security groups related to that cluster.
# If you only have one port or range to expose, you can use the following shorthand:
# `ports: 8081` or `ports: 10052-10100`
ports:
- 8080
- 10022-10040
# If you only have one port or range to expose, you can use the following shorthand:
ports: 8081
# or
ports: 10052-10100
# Additional accelerator metadata (optional); only used for TPU node
# and TPU VM.
# Example usage:
Expand Down

0 comments on commit f8efef9

Please sign in to comment.