Skip to content

[KFS] Fix autoscale CPU option #69

@rascasoft

Description

@rascasoft

The actual option of:

$ kubectl --namespace scale-test autoscale deployment nginx \
    --min 1 --max 3 --cpu-percent=50

Should become:

$ kubectl --namespace scale-test autoscale deployment nginx \
    --min 1 --max 3 --cpu=50

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions