Closed holandes22 closed 8 years ago
According to docs "A replicationController is only appropriate for pods with RestartPolicy = Always" so we might need to hide this if that is the case
Possible feature to add in a future // If the replication controller named foo's current size is 2, scale foo to 3. $ kubectl scale --current-replicas=2 --replicas=3 replicationcontrollers foo
We need an input component that allows to spin up or down the value,
Form