OCI-based implementation of Kubernetes Container Runtime Interface

Edit Package cri-o

CRI-O is meant to provide an integration path between OCI conformant runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime Interface (CRI) using OCI conformant runtimes. The scope of CRI-O is tied to the scope of the CRI.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000483 483 Bytes
cri-o-1.11.2.tar.xz 0003096152 2.95 MB
cri-o-rpmlintrc 0000000437 437 Bytes
cri-o.changes 0000015137 14.8 KB
cri-o.spec 0000006456 6.3 KB
crio.conf 0000009482 9.26 KB
crio.service 0000000841 841 Bytes
go-1.11-compat-backport.patch 0000000906 906 Bytes
kubelet.env 0000000138 138 Bytes
sysconfig.crio 0000000186 186 Bytes
Revision 18 (latest revision is 67)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 640756 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 18)
- Add go-1.11-compat-backport.patch for go1.11 compatibility.
  * Tested with golang(API) == 1.10 and golang(API) == 1.11, OK
  * Upstream git master commit
    https://github.com/kubernetes-sigs/cri-o/commit/0bd30872028b5ed2d0eb7febb39f034b5f2da72a
    contains 1 hunk adding missing argument in format string of
    calls to:
    # github.com/kubernetes-incubator/cri-o/lib
    lib/container_server.go:309: Debugf call needs 1 arg but has 2 args
    lib/container_server.go:317: Debugf call needs 1 arg but has 2 args
    ...
    FAIL   github.com/kubernetes-incubator/cri-o/lib [build failed]
    Calls in question:
    logrus.Debugf("loaded new pod sandbox %s", sandboxID, err)
    logrus.Debugf("loaded new pod container %s", containerID, err)
    require another argument to the string format (": %v" per upstream):
    logrus.Debugf("loaded new pod sandbox %s: %v", sandboxID, err)
    logrus.Debugf("loaded new pod container %s: %v", containerID, err)
    Patch contents not available in upstream cri-o released versions:
    cri-o-1.11.3
    cri-o-1.11.4
    cri-o-1.11.5
    cri-o-1.11.6
    Filed upstream issue requesting patch contents in released version:
    https://github.com/kubernetes-sigs/cri-o/issues/1827
Comments 0
openSUSE Build Service is sponsored by