@@ -375,6 +375,7 @@ ovsOvn:
375375 limits :
376376 cpu : " 2"
377377 memory : " 1000Mi"
378+ ephemeral-storage : 1Gi
378379
379380 # -- ovs-ovn DaemonSet update strategy.
380381 # ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy
@@ -427,6 +428,7 @@ ovsOvn:
427428 hugepages-2Mi : 1Gi
428429 cpu : " 2"
429430 memory : " 1000Mi"
431+ ephemeral-storage : 1Gi
430432
431433# -- Configuration for kube-ovn-speaker, the BGP speaker announcing routes to the external world.
432434# @section -- BGP speaker configuration
@@ -509,6 +511,7 @@ pinger:
509511 limits :
510512 cpu : " 200m"
511513 memory : " 400Mi"
514+ ephemeral-storage : 1Gi
512515
513516 # -- kube-ovn-pinger metrics configuration.
514517 # @section -- Ping daemon configuration
@@ -577,6 +580,7 @@ monitor:
577580 limits :
578581 cpu : " 200m"
579582 memory : " 200Mi"
583+ ephemeral-storage : 1Gi
580584
581585 # -- kube-ovn-monitor metrics configuration.
582586 # @section -- OVN monitoring daemon configuration
@@ -619,6 +623,7 @@ controller:
619623 limits :
620624 cpu : " 1000m"
621625 memory : " 1Gi"
626+ ephemeral-storage : 1Gi
622627
623628 # -- Controller metrics configuration.
624629 # @section -- Kube-OVN controller configuration
@@ -661,6 +666,7 @@ central:
661666 limits :
662667 cpu : " 3"
663668 memory : " 4Gi"
669+ ephemeral-storage : 1Gi
664670
665671 # -- ""
666672 # @section -- OVN-central daemon configuration.
@@ -738,6 +744,7 @@ agent:
738744 limits :
739745 cpu : " 1000m"
740746 memory : " 1Gi"
747+ ephemeral-storage : 1Gi
741748
742749 # -- Agent metrics configuration.
743750 # @section -- CNI agent configuration
0 commit comments