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
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
as title, I'd like to know whether there is some api to do the action just like: kubectl scale --replicas=1 demo by kubectl
thanks a lot.
The text was updated successfully, but these errors were encountered:
byy
changed the title
Scale:How to configure the replicas while pods are running?
A little bug for Windows? //Scale:How to configure the replicas while pods are running?
Dec 2, 2016
I tried to fixed my problem on Windows, and I found there is a convertion: object.py line 54 kw["url"] = op.normpath(op.join(self.endpoint, self.name, operation))
the os.path.normpath use the seperator os.sep, which is '' on Windows.
but a url needs '/'.
so if it's a small bug here?
best regards. @ @brosner
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
as title, I'd like to know whether there is some api to do the action just like:
kubectl scale --replicas=1 demo
by kubectlthanks a lot.
The text was updated successfully, but these errors were encountered: