mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 19:25:44 +00:00
Merge pull request #2141 from rancher/wg-10699
Change Default Addon Job Timeout to 45s
This commit is contained in:
commit
082f284929
@ -14,7 +14,7 @@ import (
|
||||
const (
|
||||
DefaultRetries = 5
|
||||
DefaultSleepSeconds = 5
|
||||
DefaultTimeout = 30
|
||||
DefaultTimeout = 45
|
||||
K8sWrapTransportTimeout = 30
|
||||
)
|
||||
|
||||
|
@ -48,7 +48,7 @@ type RancherKubernetesEngineConfig struct {
|
||||
// kubernetes directory path for windows
|
||||
WindowsPrefixPath string `yaml:"win_prefix_path" json:"winPrefixPath,omitempty"`
|
||||
// Timeout in seconds for status check on addon deployment jobs
|
||||
AddonJobTimeout int `yaml:"addon_job_timeout" json:"addonJobTimeout,omitempty" norman:"default=30"`
|
||||
AddonJobTimeout int `yaml:"addon_job_timeout" json:"addonJobTimeout,omitempty" norman:"default=45"`
|
||||
// Bastion/Jump Host configuration
|
||||
BastionHost BastionHost `yaml:"bastion_host" json:"bastionHost,omitempty"`
|
||||
// Monitoring Config
|
||||
|
Loading…
Reference in New Issue
Block a user