mirror of
https://github.com/rancher/types.git
synced 2025-06-28 22:46:49 +00:00
Add configurable addon retries
This commit is contained in:
parent
9f5225fa37
commit
e387e13a5b
@ -35,6 +35,8 @@ type RancherKubernetesEngineConfig struct {
|
||||
CloudProvider CloudProvider `yaml:"cloud_provider" json:"cloudProvider,omitempty"`
|
||||
// kubernetes directory path
|
||||
PrefixPath string `yaml:"prefix_path" json:"prefixPath,omitempty"`
|
||||
// Number of status check retries for addon deployment jobs
|
||||
AddonJobRetries int `yaml:"addon_job_retries" json:"addonJobRetries,omitempty" norman:"default=5"`
|
||||
}
|
||||
|
||||
type PrivateRegistry struct {
|
||||
|
Loading…
Reference in New Issue
Block a user