Closed chavafg closed 6 years ago
@sboeuf @amshinde @mcastelino @sameo
Seems like something changed in CRI-O 1.9.8, that breaks our networking.
Now we need to add manage_network_ns_lifecycle = true
to the [crio.runtime]
section in the /etc/crio/crio.conf
file. By adding this config option everything works correctly.
Closing this issue.
Description of problem
When trying to update the CRI-O version that we use for testing to v1.9.9, openshift and k8s tests failed.
Seems like the pod gets an IP address, but it is not passed to the container.
But when getting inside the container, it does not have an assigned IP.
This failures are reproducible using CRI-O 1.9.8, 1.9.9 and 1.9.10
Expected result
Using CRI-O 1.9.7, you get an IP inside the container.
Running
cc-collect-data.sh
version3.0.21 (commit b2b6837e16b793c604923e999b825ac18a9002e4-dirty)
at2018-03-13.15:11:58.328449322+0000
.Runtime is
/usr/local/bin/cc-runtime
.cc-env
Output of "
/usr/local/bin/cc-runtime cc-env
":Runtime config files
Runtime default config files
Runtime config file contents
Config file
/etc/clear-containers/configuration.toml
not found Output of "cat "/usr/share/defaults/clear-containers/configuration.toml"
":Logfiles
Runtime logs
Recent runtime problems found in system journal:
Proxy logs
Recent proxy problems found in system journal:
Shim logs
Recent shim problems found in system journal:
Container manager details
Have
docker
Docker
Output of "
docker version
":Output of "
docker info
":Output of "
systemctl show docker
":Have
kubectl
Kubernetes
Output of "
kubectl version
":Output of "
kubectl config view
":Output of "
systemctl show kubelet
":Have
crio
Output of "crio --version
":Output of "
systemctl show crio
":Packages
Have
dpkg
Output of "dpkg -l|egrep "(cc-oci-runtime|cc-proxy|cc-runtime|cc-shim|kata-proxy|kata-runtime|kata-shim|clear-containers-image|linux-container|qemu-lite|qemu-system-x86)"
":Have
rpm
Output of "rpm -qa|egrep "(cc-oci-runtime|cc-proxy|cc-runtime|cc-shim|kata-proxy|kata-runtime|kata-shim|clear-containers-image|linux-container|qemu-lite|qemu-system-x86)"
":