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

ISO: Upgrade podman to 3.1.2 #11704

Merged
merged 2 commits into from
Jun 21, 2021
Merged

Conversation

afbjorklund
Copy link
Collaborator

@afbjorklund afbjorklund commented Jun 19, 2021

There is a new podman 3.2.1 too, but it hasn't been packaged or tested.

KIC is currently using v3.1.2 from OBS (Kubic project).

podman/now 100:3.1.2-1 amd64 [installed,local]

podman | 100:3.1.2-1 | http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04 Packages

So use Podman 3.1.2, until Podman 3.2.1 is properly released upstream...

NOTE: Clients must use older versions, either 2.2.1 or 3.1.2 (recommended)

Error: cannot connect to the Podman socket, please verify that Podman REST API service is running: server API version is too old. Client "3.2.0" server "3.1.2"

Or use minikube image, instead of bothering with minikube podman-env

NOTE: We use whatever version of Buildah that is bundled with Podman.

$ /usr/bin/podman --version
podman version 3.1.2
$ sudo podman info | grep buildah
  buildahVersion: 1.21.0

We could use buildah bud instead of podman build, if there was demand.


Stop using /etc/cni/net.d: #11194

Closes #11706

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 19, 2021
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 19, 2021
@afbjorklund afbjorklund changed the title Upgrade podman to 3.1.2 ISO: Upgrade podman to 3.1.2 Jun 19, 2021
Kubernetes can't handle anything else using the same config
directory, and doesn't have a method of choosing which cni.
@medyagh medyagh merged commit 47f6f9e into kubernetes:master Jun 21, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund, medyagh

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:
  • OWNERS [afbjorklund,medyagh]

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

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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop using podman2 for loading and building images for cri-o
3 participants