Skip to content
Snippets Groups Projects
Commit ce8ba1f1 authored by Sergey's avatar Sergey Committed by Kubernetes Prow Robot
Browse files

create artifacts_dir (#4079)

parent 595d6427
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,16 @@
mode: "0600"
backup: yes
- name: Create kube artifacts dir
file:
path: "{{ artifacts_dir }}"
mode: "0750"
state: directory
delegate_to: localhost
become: no
run_once: yes
when: kubeconfig_localhost|default(false)
- name: Generate admin kubeconfig with external api endpoint
shell: >-
{{ bin_dir }}/kubeadm alpha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment