Skip to content

Commit

Permalink
Do not pre-create a kind cluster to fetch the latest node image
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Feb 28, 2024
1 parent 0a47a9b commit 0f78b9d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions customizations/linux-runner/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,17 +301,6 @@
mode: a+x
when: ansible_architecture == "x86_64"

- name: pre-create a kind cluster to fetch the latest node image
command: kind create cluster --kubeconfig /tmp/kubeconfig

- name: shut down the kind cluster
command: kind delete cluster --kubeconfig /tmp/kubeconfig

- name: remove /tmp/kubeconfig
file:
path: /tmp/kubeconfig
state: absent

- name: install kubectl
snap:
name: kubectl
Expand Down

0 comments on commit 0f78b9d

Please sign in to comment.