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

"clone CRI-O" task failing #24

Open
krisdock opened this issue Jul 2, 2018 · 2 comments
Open

"clone CRI-O" task failing #24

krisdock opened this issue Jul 2, 2018 · 2 comments

Comments

@krisdock
Copy link

krisdock commented Jul 2, 2018

TASK [clone CRI-O] ******************************************************************************************************************************************************
fatal: [34.213.5.110]: FAILED! => {"changed": false, "cmd": "/bin/git checkout --force kube-1.6.x", "failed": true, "msg": "Failed to checkout kube-1.6.x", "rc": 1, "stderr": "error: pathspec 'kube-1.6.x' did not match any file(s) known to git.\n", "stderr_lines": ["error: pathspec 'kube-1.6.x' did not match any file(s) known to git."], "stdout": "", "stdout_lines": []}
fatal: [54.185.125.151]: FAILED! => {"changed": false, "cmd": "/bin/git checkout --force kube-1.6.x", "failed": true, "msg": "Failed to checkout kube-1.6.x", "rc": 1, "stderr": "error: pathspec 'kube-1.6.x' did not match any file(s) known to git.\n", "stderr_lines": ["error: pathspec 'kube-1.6.x' did not match any file(s) known to git."], "stdout": "", "stdout_lines": []}

Is there a particular version I need to set this to?

@krisdock
Copy link
Author

krisdock commented Jul 2, 2018

I changed this to the latest release of CRI-O in cri-o.yml:

    - name: clone CRI-O
      git:
        repo: https://github.com/kubernetes-incubator/cri-o
        dest: /root/src/github.com/kubernetes-incubator/cri-o
        version: v1.10.5
        #version: kube-1.6.x

Seems to be moving along now.

@kijekk
Copy link

kijekk commented Sep 3, 2018

Can you please merge this change to the master?

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