cri-dockerd icon indicating copy to clipboard operation
cri-dockerd copied to clipboard

dockerd as a compliant Container Runtime Interface for Kubernetes

Results 42 cri-dockerd issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Prior to v0.3.12 we were able to successfully install calico cni provider using the tigera operator to a baremetal kubeadm managed kubernetes cluster. ## Actual Behavior When...

It will help find the docker configuration file and pull the pause image that requires auth. Fixes # https://github.com/Mirantis/cri-dockerd/issues/232 ## Proposed Changes debug info ``` (dlv) c > k8s.io/kubernetes/pkg/credentialprovider.ReadDockerConfigJSONFile() ./vendor/k8s.io/kubernetes/pkg/credentialprovider/config.go:138...

Bumps the minor-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.12.1` | `0.12.3` | | [github.com/containernetworking/cni](https://github.com/containernetworking/cni)...

dependabot

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.4+incompatible to 26.1.0+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.0 26.1.0 For a full list of pull requests and changes in this release, refer to the relevant...

dependabot

version info and cmdline ``` # cri-dockerd --version cri-dockerd 0.3.4 (e88b1605) # systemctl cat cri-dockerd ... ExecStart=/usr/local/bin/cri-dockerd \ --container-runtime-endpoint unix:///var/run/cri-dockerd.sock \ --network-plugin=cni \ --cni-bin-dir=/data/kube/bin/ \ --pod-infra-container-image=reg.xxx.lan:5000/xxx/pause:3.9 ``` cri-dockerd cannot pull...

### What happened? I already opened a ticket on [kube repo](https://github.com/kubernetes/kubernetes/issues/124096) which leaded me here. I was testing the support for swap and I came to an unexpected behavior. In...

`3月 29 14:36:50 k8s-master-01 kubelet[1543]: E0329 14:36:50.433169 1543 cri_stats_provider.go:675] "Unable to fetch container log stats" err="failed to get fsstats for \"/var/log/pods/kube-system_kube-scheduler-k8s-master-01_037a4aa188b45d4fc4b922147ff829c0/kube-scheduler/7.log\": no such file or directory" containerName="kube-scheduler" 3月 29 14:36:59...

## Expected Behavior ``` Mar 18 14:54:14 kubelet[35502]: E0318 14:54:14.509505 35502 container_log_manager.go:253] "Container log doesn't exist, reopen container log failed" err="rpc error: code = Unknown desc = docker does not...

https://github.com/Mirantis/cri-dockerd/blob/9a8a9fe300c829ed292d4bb97d8626c3077f6b25/core/service_alpha.go#L25 Kubernetes has dropped the support for CRI v1alpha2 in Kubernetes v1.26: - https://github.com/kubernetes/kubernetes/pull/110618 v1.25, the last release to support v1alpha2, has already reached the EOL: https://kubernetes.io/releases/patch-releases/#non-active-branch-history So I guess...

Adds more details to the installation docs. Removes duplicated information from the project's README.md and refers to the official documentation page instead.