Skip to content
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

Scale deployments using a dedicated CLI command #1

Open
david-castaneda opened this issue Feb 24, 2021 · 0 comments
Open

Scale deployments using a dedicated CLI command #1

david-castaneda opened this issue Feb 24, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@david-castaneda
Copy link
Member

Streamline the process for scaling a deployment by a given number of replicas using the scale command

krane scale my-app --replicas 3

shorthand:

krane scale my-app -r 3

Flags:

  • --replicas (-r)
    required: true
    type: number (should be a non-negative number)
@david-castaneda david-castaneda added the good first issue Good for newcomers label Feb 24, 2021
@david-castaneda david-castaneda changed the title Implement a command for scaling a deployment Scale deployments using a dedicated CLI command Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant