After istio multiple clusters are configured, VirtualService, DestinationRule, and Gateway cannot be imported to the primary istio cluster #3302
Unanswered
xiaoaiseeing
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the cluster of my deployed services (clusterA) and the istio host cluster (clusterB) are not in the same cluster, So I reference document Settings (https://argo-rollouts.readthedocs.io/en/stable/features/traffic-management/istio/), after the set, I use argorollout to deploy services to clusterA. At this time, I find that VirtualService, DestinationRule and Gateway configurations are generated in clusterA, but not in ClusterB. In addition, errors are reported in the rollout:
InvalidSpec: The Rollout "approval-automation" is invalid: spec.strategy.canary.trafficRouting.istio.virtualService.name: Invalid value: "approval-automation-aps1-vs": virtualservices.networking.istio.io "approval-automation-aps1-vs" not found
Beta Was this translation helpful? Give feedback.
All reactions