Skip to content

Commit

Permalink
Switch example back to kvm2
Browse files Browse the repository at this point in the history
The podman driver causes too many trouble and the only environment that
needs it is the test env used in the drenv tests. Using kvm2 makes it
easy to debug and test change to drenv itself.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 7, 2023
1 parent 5ce99cc commit 41ca3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/envs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name: example
templates:
- name: "example-cluster"
driver: podman
container_runtime: cri-o
driver: kvm2
container_runtime: containerd
workers:
- addons:
- name: example
Expand Down

0 comments on commit 41ca3d6

Please sign in to comment.