You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running 'oc scale' or 'oc autoscale', tab completion only suggests the 'deploymentconfig' resource and not the rest of the relevant controllers. In addition, the completion does not find the relevant deploymentconfigs for scaling.
Impact
Completion is less helpful for scaling commands.
Expected Behavior
The initial completion should suggest deploymentconfig, deployment, replicaset, statefulset, or replicationcontroller. After completing the resource type, tab completion should suggest the relevant resources in the current or selected namespace.
In my opinion machinesets should be an option as well since they can be scaled with that command too when BMO is installed, but that's probably open to debate.
Steps to Reproduce
Verify oc bash completion.
Run 'oc scale' or 'oc autoscale' and press tab.
The text was updated successfully, but these errors were encountered:
When running 'oc scale' or 'oc autoscale', tab completion only suggests the 'deploymentconfig' resource and not the rest of the relevant controllers. In addition, the completion does not find the relevant deploymentconfigs for scaling.
Impact
Completion is less helpful for scaling commands.
Expected Behavior
The initial completion should suggest deploymentconfig, deployment, replicaset, statefulset, or replicationcontroller. After completing the resource type, tab completion should suggest the relevant resources in the current or selected namespace.
In my opinion machinesets should be an option as well since they can be scaled with that command too when BMO is installed, but that's probably open to debate.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: