Skip to content

Commit

Permalink
kind: use podman and a up to date versions
Browse files Browse the repository at this point in the history
- Don't use docker anymore.
- Bump the kubectl and kind versions.
  • Loading branch information
goneri committed Sep 23, 2022
1 parent 5954c52 commit 579d3f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions playbooks/ansible-cloud/k8s/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
path: "{{ ansible_user_dir }}/zuul-output/logs/controller"
state: directory

- name: Run ensure-docker role
include_role:
name: ensure-docker
- name: Install podman
package:
name: podman
state: present
become: true

- name: Run ensure-virtualenv role
include_role:
Expand Down
4 changes: 2 additions & 2 deletions roles/setup-kind/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
executable_dir: "/usr/local/bin/"

kind_release: "v0.11.0"
kind_release: "v0.15.0"
kind_path: '{{ executable_dir + "kind" }}'

kubectl_release: "v1.18.0"
kubectl_release: "v1.25.2"
kubectl_path: '{{ executable_dir + "kubectl" }}'

0 comments on commit 579d3f5

Please sign in to comment.