You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a multi-cloud multi-cluster environment. We want to do a multi-cloud istio test
Current approach is something like: chainsaw test --cluster aws=${HOME}/.kube/boxed-config.yaml:sbx-aws --cluster gcp=${HOME}/.kube/boxed-config.yaml:sbx-gcp --selector chainsaw.nwboxed.com/multi-cloud=enabled chainsaw
Problem Statement
We have a multi-cloud multi-cluster environment. We want to do a multi-cloud istio test
Current approach is something like:
chainsaw test --cluster aws=${HOME}/.kube/boxed-config.yaml:sbx-aws --cluster gcp=${HOME}/.kube/boxed-config.yaml:sbx-gcp --selector chainsaw.nwboxed.com/multi-cloud=enabled chainsaw
Our test looks like this:
But we get the following:
It's creating the ephemeral Namespace only on one cluster, not both
Solution Description
For the ephemeral Namespace to be created on all clusters
Alternatives
No response
Additional Context
No response
Slack discussion
No response
Research
The text was updated successfully, but these errors were encountered: