Skip to content
Snippets Groups Projects
Unverified Commit 151b142d authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Ignore pause from kubeadm config images list (#6689)

parent b7c41367
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
state: file state: file
- name: prep_kubeadm_images | Generate list of required images - name: prep_kubeadm_images | Generate list of required images
shell: "set -o pipefail && {{ bin_dir }}/kubeadm config images list --config={{ kube_config_dir }}/kubeadm-images.yaml | grep -v coredns" shell: "set -o pipefail && {{ bin_dir }}/kubeadm config images list --config={{ kube_config_dir }}/kubeadm-images.yaml | grep -Ev 'coredns|pause'"
args: args:
executable: /bin/bash executable: /bin/bash
register: kubeadm_images_raw register: kubeadm_images_raw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment