Skip to content
Snippets Groups Projects
Commit 03bded2b authored by Dmitri Rubinstein's avatar Dmitri Rubinstein Committed by Kubernetes Prow Robot
Browse files

Fix adding output of kubeadm to the admin.conf downloaded to the artifacts directory (#4696)

parent d5c0829d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
--apiserver-advertise-address {{ external_apiserver_address }} --apiserver-advertise-address {{ external_apiserver_address }}
--apiserver-bind-port {{ external_apiserver_port }} --apiserver-bind-port {{ external_apiserver_port }}
{% if kubeadm_version is version('v1.14.0', '>=') %} {% if kubeadm_version is version('v1.14.0', '>=') %}
&& cat {{ kube_config_dir }}/external_kubeconfig/admin.conf && >/dev/null && cat {{ kube_config_dir }}/external_kubeconfig/admin.conf &&
rm -rf {{ kube_config_dir }}/external_kubeconfig rm -rf {{ kube_config_dir }}/external_kubeconfig
{% endif %} {% endif %}
environment: "{{ proxy_env }}" environment: "{{ proxy_env }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment