Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Cluster IstioMesh not working #694

Closed
dominicqi opened this issue Sep 12, 2020 · 1 comment · Fixed by #1183
Closed

Multi-Cluster IstioMesh not working #694

dominicqi opened this issue Sep 12, 2020 · 1 comment · Fixed by #1183
Labels
kind/bug Something isn't working

Comments

@dominicqi
Copy link

dominicqi commented Sep 12, 2020

Flagger create virtualService/destationRule in host cluster with OwnerReference ref to local cluster canary obj ,but Kubernetes Grabage Collection will think vritualSerivce/destationRule are orphaned then will delete them . Like this

kubectl get virtualservices -w
NAMESPACE NAME GATEWAYS HOSTS AGE
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 1s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 1s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 1s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s
prd sba [mesh] [sba] 0s

Kuernetes Version: 1.16
Istio Version: 1.7
Flagger Version: 1.1.0

@stefanprodan stefanprodan added the kind/bug Something isn't working label Sep 14, 2020
@542928492
Copy link

Is there any plan to fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants