cri-o-ansible icon indicating copy to clipboard operation
cri-o-ansible copied to clipboard

"clone CRI-O" task failing

Open krisdock opened this issue 6 years ago • 2 comments

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 avatar Jul 02 '18 16:07 krisdock

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.

krisdock avatar Jul 02 '18 16:07 krisdock

Can you please merge this change to the master?

kijekk avatar Sep 03 '18 19:09 kijekk