File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -314,3 +314,30 @@ features:
314314 enableMetrics: true
315315 enableProfiling: false
316316 enableTracing: false
317+
318+ # Overlay test configuration for CNI connectivity testing
319+ overlayTest:
320+ # Enable overlay test pods - required for accurate CNI connectivity testing
321+ enabled: true
322+
323+ # Image for overlay test pods (minimal image, just needs to exist and be pingable)
324+ image:
325+ repository: busybox
326+ tag: "1.36"
327+ pullPolicy: IfNotPresent
328+
329+ # Resource limits for overlay test pods (minimal - just needs to sleep)
330+ resources:
331+ requests:
332+ cpu: 1m
333+ memory: 4Mi
334+ limits:
335+ cpu: 10m
336+ memory: 16Mi
337+
338+ # Update strategy
339+ updateStrategy:
340+ maxUnavailable: "25%"
341+
342+ # Priority class (empty = no priority class)
343+ priorityClassName: ""
You can’t perform that action at this time.
0 commit comments