Feat: upgrade istio from 1.19.5 to 1.27.1 (#3066)

This commit is contained in:
EndlessSeeker
2025-11-20 14:43:30 +08:00
committed by GitHub
parent 7dfc42fd92
commit b2b4f72775
173 changed files with 25684 additions and 4741 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: gateway.networking.x-k8s.io/v1alpha1
kind: XBackendTrafficPolicy
metadata:
name: lb-policy
namespace: default
spec:
targetRefs:
- group: ""
kind: Service
name: echo
retryConstraint:
minRetryRate:
interval: "1s"
count: 5
budget:
percent: 30
interval: "10s"
sessionPersistence:
sessionName: foo
absoluteTimeout: 1h
type: Cookie
cookieConfig:
lifetimeType: Permanent