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

Playbooks to install CRI-O from source

Results 13 cri-o-ansible issues
Sort by recently updated
recently updated
newest added

fatal: []: FAILED! => {"changed": true, "cmd": "cd /root/src/github.com/kubernetes-incubator/cri-o && make && make install && make install.systemd && make install.config\n", "delta": "0:01:04.153020", "end": "2020-06-07 16:33:29.004316", "msg": "non-zero return code", "rc":...

ansible-playbook -i ../hosts.yml cri-o.yml -u ubuntu PLAY [all] ********************************************************************************************************************************************************************************** TASK [Gathering Facts] ********************************************************************************************************************************************************************** ok: [10.20.100.31] TASK [Update all in Ubuntu] ***************************************************************************************************************************************************************** changed: [10.20.100.31] TASK [update all in RHEL/CentOS] ************************************************************************************************************************************************************ skipping:...

Multiple fixes for upgrading go and get the playbooks working in latest CentOS (7.7.1908) together with Kubernetes 1.16 Signed-off-by: Pedro Ibáñez Changelog: - Upgraded go from go1.8.3 to go1.13 -...

size/M
dco-signoff: yes

``` 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...

I have Problem while creating the Kubernetes cluster using `kubeadm init --pod-network-cidr=10.244.0.0/16 --ignore-preflight-errors=all --cri-socket=/var/run/crio/crio.sock`. The process stuck at the ```[init] This might take a minute or longer if the control...

- Change Kubernetes Branch - Updated CRI-O paths and Kubeadm parameters - Install `crictl` by default

The kube-1.6.x branch doesn't exists anymore

``` TASK [clone CRI-O] *************************************************************************************************************************************************************************** fatal: [centos-1.osas.lab]: FAILED! => {"changed": false, "cmd": "/usr/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...

https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md

We could probably move much of this into a playbook but I wasn't sure what our target user was.