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
$ deis ps:scale web=3
Scaling processes... but first, coffee!
Error: Unknown Error (503): {"detail":"(scale): ('failed to scale Deployment \"sredash-web\" in Namespace \"sredash\": 400 Bad Request Scale in version \"v1\" cannot be handled as a Scale: no kind \"Scale\" is registered for version \"apps/v1\"', 'Deployment', 'sredash-web', 'sredash')"}
I'm at hephy/controller v2.20.1, and I have this new app, successfully deployed, but can't scale it. This is the error I get.
My cluster is an AKS agentpool on Standard_D2s_v3 instances, on this version:
$ deis ps:scale web=2
Scaling processes... but first, coffee!
done in 33s
=== sredash Processes
--- web:
sredash-web-85ccdc9559-7jvw8 up (v5)
sredash-web-85ccdc9559-qb6xw up (v5)
It worked... so also, related note, I wonder if we can get something to show up in these "Change Cause" columns of rollout history?
$ kubectl -n deis rollout history deployments deis-controller
deployment.extensions/deis-controller
REVISION CHANGE-CAUSE
3 <none>
7 <none>
8 <none>
The text was updated successfully, but these errors were encountered:
I'm at hephy/controller v2.20.1, and I have this new app, successfully deployed, but can't scale it. This is the error I get.
My cluster is an AKS agentpool on Standard_D2s_v3 instances, on this version:
I rolled back my controller deployment to get it going again:
It worked... so also, related note, I wonder if we can get something to show up in these "Change Cause" columns of
rollout history
?The text was updated successfully, but these errors were encountered: