Skip to content
Snippets Groups Projects
Commit 8167e5b6 authored by Rong Zhang's avatar Rong Zhang Committed by Kubernetes Prow Robot
Browse files

Fix kubeadm images templates (#3936)

download v1.12.3 kubernetes images failed
parent de014422
No related branches found
No related tags found
No related merge requests found
{% if kube_version is version('v1.12.0', '>=') %} {% if kube_version is version('v1.12.0', '>=') %}
{% if kube_version is version('v1.12.0', '>=') and kube_version is version('v1.13.0', '<') %}
apiVersion: kubeadm.k8s.io/v1alpha3
{% else %}
apiVersion: kubeadm.k8s.io/v1beta1 apiVersion: kubeadm.k8s.io/v1beta1
{% endif %}
kind: InitConfiguration kind: InitConfiguration
nodeRegistration: nodeRegistration:
{% if container_manager == 'crio' %} {% if container_manager == 'crio' %}
......
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