Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade podman and add libglib2.0-0 to kicbase image v0.0.8 #7182

Merged
merged 3 commits into from
Mar 24, 2020

Conversation

priyawadhwa
Copy link

@priyawadhwa priyawadhwa commented Mar 24, 2020

The TestOffline/group/crio integration test was failing with the error:

crio load image: sudo podman load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: exit status 125

I tried SSH'ing into minikube and running the command myself, and got the error:

Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version

I then tried updating conmon, but got the error:

conmon: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory

I added the libglib2.0-0 library to the kic base image and upgrading podman, which seems to have resolved the issue locally

Should fix #7172

The `TestOffline/group/crio` integration test was failing with the error:

```
crio load image: sudo podman load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: exit status 125
```

I tried SSH'ing into minikube and running the command myself, and got the error:

```
Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version
```

I then tried updating conmon, but got the error:

```
conmon: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
```

I then tried adding the libglib2.0-0 library to the kic base image and upgrading podman, which seems to have resolved the issue.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 24, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: priyawadhwa

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 24, 2020
@medyagh
Copy link
Member

medyagh commented Mar 24, 2020

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 24, 2020
needsTransfer requires a network connection as it tries to get the digest of the image it is verifying. When running `TestOffline/group/crio`, LoadImages takes 6m30s to complete because it's waiting for i/o timeout. With this timeout, LoadImages takes ~45 seconds when running that integratin test.
Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for this nice PR, just a nit, but could we make sure the Podman verison is exactly same as VM ?

@minikube-pr-bot
Copy link

All Times Minikube (PR 7182): [ 69.644920 70.206051 69.386242]
All Times minikube: [ 72.911599 72.049977 72.110088]

Average minikube: 72.357221
Average Minikube (PR 7182): 69.745738

Averages Time Per Log

+----------------------+-----------+--------------------+
|         LOG          | MINIKUBE  | MINIKUBE (PR 7182) |
+----------------------+-----------+--------------------+
| minikube v           |  0.236167 |           0.224428 |
| Creating kvm2        | 44.084562 |          43.737469 |
| Preparing Kubernetes | 25.587206 |          23.628590 |
| Pulling images       |           |                    |
| Launching Kubernetes |           |                    |
| Waiting for cluster  |           |                    |
+----------------------+-----------+--------------------+

@medyagh
Copy link
Member

medyagh commented Mar 24, 2020

/retest-this-please

@medyagh
Copy link
Member

medyagh commented Mar 24, 2020

none: TestVersionUpgrade 'exit 0' : driver does not support ssh command
is not related to this PR
#7190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
4 participants