Istio/operator and istio/installer are now merged to istio/istio

This should simplify the development process a great deal as it will no longer be necessary to sync these three repos.
Please continue any chart/operator work in istio/istio, with the exception of bug fixes for 1.4.

1 Like

I have a draft PR in progress to integrate the kiali operator into the new monorepo stuff.

Is there a README or some document that tells contributors how to work with the new operator/istioctl stuff to build/test it? I’m thinking of things like… what make targets should be executed to generate and build things? Or just in general, what are the basic make targets/scripts that should be used to work with this new istioctl stuff?

README is in progress: https://github.com/istio/istio/pull/20181
But basically just work with the charts now in https://github.com/istio/istio/tree/master/manifests and build istioctl to test them out.