Skip to content

[k8s] Allow sky local up to create multiple k8s #4794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Michaelvll opened this issue Feb 21, 2025 · 1 comment · May be fixed by #5321
Open

[k8s] Allow sky local up to create multiple k8s #4794

Michaelvll opened this issue Feb 21, 2025 · 1 comment · May be fixed by #5321
Assignees
Labels

Comments

@Michaelvll
Copy link
Collaborator

When a user have multiple instances that need to set multiple k8s. Currently, they have to run sky local up multiple times to setup k8s on each of them. We should allow specifying multiple ip list and keys to setup k8s on all of them, e.g.:

clusters:
  my-cluster-1:
    ips:
      - xxx
      - xxx
      - xxx
    key_file: xxx
  my-cluster-2:
    ips:
      - yy
      - yyy
      - yyyy
    key_file: yyy
@Michaelvll Michaelvll added the P2 label Feb 21, 2025
@Michaelvll
Copy link
Collaborator Author

The configuration file is more relevant and we should support against the current way of using --ips etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants