mirror of
https://github.com/rancher/rke.git
synced 2025-09-05 17:00:20 +00:00
added enable_br_netfilter env var
This commit is contained in:
@@ -409,6 +409,8 @@ type NetworkConfig struct {
|
||||
UpdateStrategy *DaemonSetUpdateStrategy `yaml:"update_strategy" json:"updateStrategy,omitempty"`
|
||||
// Tolerations for Deployments
|
||||
Tolerations []v1.Toleration `yaml:"tolerations" json:"tolerations,omitempty"`
|
||||
// Enable/Disable br_netfilter on nodes
|
||||
EnableBrNetfilter *bool `yaml:"enable_br_netfilter" json:"enableBrNetfilter" norman:"default=true"`
|
||||
}
|
||||
|
||||
type AuthWebhookConfig struct {
|
||||
|
Reference in New Issue
Block a user