Are there any plans to add support for the k8s overlay? #848
JustAnotherITPerson
started this conversation in
General
Replies: 2 comments
-
Hi @JustAnotherITPerson, yes k8s overlay is something that we want to implement. But we are still looking for the best way to do it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great! Right now that's a bit of a blocker for us because of how we deploy |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I see in the documentation that the k8s overlay isn't currently supported:
https://github.com/istio-ecosystem/sail-operator/blob/main/docs/README.md
I'm in the midst of trying to migrate a Kustomize/ArgoCD deployment of Istio that uses the old Istio operator to use the new Sail Operator. Previously we applied a k8s overlay to enable hostNetwork true for istiod so it could make validation but this becomes difficult since Sail makes the deployment separate from Kustomize meaning it can't be patched through typical means and there is no k8s overlay available to impose this when its created.
Beta Was this translation helpful? Give feedback.
All reactions