Replies: 4 comments 3 replies
-
To add some more context, Kiali, in CI, currently installs Sail via the latest stable helm release. Stable Sail releases strip out the RC versions of Istio. So to test RC versions of Istio with Sail, either Kiali can install Sail from the |
Beta Was this translation helpful? Give feedback.
-
I think installing from master will be the easiest option to ensure that you are using the RC version. The only downside of this is that we are not constantly updating the alpha version in the
And this commit is from 15 days ago. So, to be able to ensure that Kiali installs the latest commit from master, we need to ensure that we update the master version daily in the The second alternative from @nrfox (creating RC releases of Sail) is also a good option, but we will need the daily update of the |
Beta Was this translation helpful? Give feedback.
-
I think if you all agree, we can move this to an issue and start checking if it is possible to only update daily the master branch commit for the master version in the |
Beta Was this translation helpful? Give feedback.
-
More comments on the issue. Hi @jshaughn it's possible to now install the master latest commit using the sail operator from master, but we need to discuss the best way to do this for RC builds. Closing this discussion and moving it to the issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Kiali project had been using
istioctl
to install Istio in our nightly CI. The CI runs against the most recent Istio release, N, N-1 and N-2. So, for example, if 1.26 RC0 is released, the CI picks it up automatically and we proceed to run Kiali head against 1.26 RC0, and the latest release of 1.25 and 1.24.We recently migrated from
istioctl
toSail
(we love Sail), but now face the issue of not having a Sail release that installs the latest Istio release (1.26 RC0 in the example above). I think Sail CI tests against Istio head, is there a nightly release that we should be using? Is there an imminent Sail release after each Istio release? What do you advise?Beta Was this translation helpful? Give feedback.
All reactions