1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 17:30:20 +00:00

added enable_br_netfilter env var

This commit is contained in:
vardhaman22
2025-02-28 19:25:26 +05:30
parent a274d25252
commit 1add22bc39
3 changed files with 23 additions and 0 deletions

View File

@@ -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 {