Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rsync not working #3

Open
tylernchls opened this issue Mar 1, 2019 · 6 comments
Open

Rsync not working #3

tylernchls opened this issue Mar 1, 2019 · 6 comments

Comments

@tylernchls
Copy link

CMD: npx nodeshift watch --strictSSL=false

Error Message: Connection refused. cannot use rsync-daemon: rsync not available in container

Any thoughts?

@lholmquist
Copy link
Owner

what is the environment you are running in?

@tylernchls
Copy link
Author

tylernchls commented Mar 1, 2019

Windows 10
cwrync installed

@lholmquist
Copy link
Owner

lholmquist commented Mar 4, 2019

We are actually thinking of removing the watch command from nodeshift. nodeshift/nodeshift#280

could you tell me if you still get an error using straight up oc rsync, which is what nodeshift is using under the covers anyway

something like oc rsync --progress --watch --no-perms=true ./src POD_NAME:/opt/app-root/src/src

@tylernchls
Copy link
Author

Ya still get same error
capture

@lholmquist
Copy link
Owner

I don't think it is a problem with the application, it seems it could be a problem with how the oc client does rysnc'ing on windows. you might want to do a search for "oc rsync + windows"

@tylernchls
Copy link
Author

tylernchls commented Mar 5, 2019

Ya not to sure only thing I could find was that cwRsync must be installed on windows. Ill keep searching, thanks for the help. Will update if i figure out solution for window users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants