Skip to content
Snippets Groups Projects
Unverified Commit 9c49e071 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3260 from riverzhang/discoverytimeout

Add discovery_timeout to join configuration
parents b79dd602 0f63924e
Branches
Tags
No related merge requests found
---
# discovery_timeout modifies the discovery timeout
discovery_timeout: 5m0s
......@@ -3,6 +3,7 @@ kind: NodeConfiguration
clusterName: {{ cluster_name }}
discoveryFile: ""
caCertPath: {{ kube_config_dir }}/ssl/ca.crt
discoveryTimeout: {{ discovery_timeout }}
discoveryToken: {{ kubeadm_token }}
tlsBootstrapToken: {{ kubeadm_token }}
token: {{ kubeadm_token }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment