Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

A little bug for Windows? //Scale:How to configure the replicas while pods are running? #98

Open
byy opened this issue Dec 2, 2016 · 1 comment

Comments

@byy
Copy link

byy commented Dec 2, 2016

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.

@byy 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
@byy
Copy link
Author

byy commented 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant