Skip to content

Commit

Permalink
Update example for scaleworkload
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Dec 20, 2023
1 parent db7fa31 commit 11c7417
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/tasks/scaleworkload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
Using ScaleWorkload function with output artifact
-------------------------------------------------

Traditionally, when ``ScaleWorkload`` functions were used to scale down the
workload, it was required to get the original replica count of the workload and
set it as output artifact. So that it can later be used to scale up the
workload to same number of replicas.

After the new changes, the ``ScaleWorkload`` function automatically sets the
original replica count of the workload as output artifact, which makes using
``ScaleWorkload`` function in blueprints a lot easier.
``ScaleWorkload`` function can be used to scale a workload to specified
replicas. It automatically sets the original replica count of the workload
as output artifact, which makes using ``ScaleWorkload`` function in blueprints
a lot easier.

Below is an example of how this function can be used

Expand Down

0 comments on commit 11c7417

Please sign in to comment.