Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 617 Bytes

shed-kubectl-scale.md

File metadata and controls

28 lines (20 loc) · 617 Bytes

shed-kubectl-scale

Run kubectl scale with the given resource and replicas in the context and/or namespace from current KubeConfig.

SYNOPSIS

shed-kubectl-scale replicas resourceName
shed kubectl-scale replicas resourceName
k-scale replicas resourceName

EXAMPLES

$ shed-kubectl-scale 5 pod-abc
+ kubectl --context kube-test-1 scale --replicas=5 pod-abc
...

$ shed-kubectl-scale 5 sts/maria-database-abc
+ kubectl --context kube-test-1 scale --replicas=5 sts/maria-database-abc
...

SEE ALSO