Adding documentation specific to migrate from sidecar to ambient mode using the Sail Operator#1275
Merged
istio-testing merged 11 commits intoistio-ecosystem:mainfrom Oct 21, 2025
Conversation
Closed
6 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1275 +/- ##
==========================================
+ Coverage 77.59% 77.91% +0.31%
==========================================
Files 44 44
Lines 2834 2834
==========================================
+ Hits 2199 2208 +9
+ Misses 526 520 -6
+ Partials 109 106 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pbajjuri20
requested changes
Oct 15, 2025
pbajjuri20
previously requested changes
Oct 15, 2025
| [source,console] | ||
| ---- | ||
| # Check for HBONE is enable in sidecar | ||
| $ kubectl get pod $(kubectl get pods -n bookinfo -l app=reviews -o jsonpath='{.items[0].metadata.name}') -n bookinfo -o yaml | yq '.spec.containers[] | select(.name=="istio-proxy") | .env[] | select(.name=="PROXY_CONFIG")' |
Collaborator
There was a problem hiding this comment.
I don't see any output :(
MaxBab
reviewed
Oct 15, 2025
Contributor
sridhargaddam
left a comment
There was a problem hiding this comment.
Thanks for the PR @fjglira
Initial pass, will continue to review...
Add specific documentation for migrate from sidecar to ambient mode Signed-off-by: Francisco Herrera <fjglira@gmail.com> Update documentation Signed-off-by: Francisco Herrera <fjglira@gmail.com> Improve and complete the Documentation about migrating from sidecar to ambient Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix some example code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Adding some validations steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix lint Signed-off-by: Francisco Herrera <fjglira@gmail.com>
… Operator Documentation update, adding the adoc document and be sure that all the comments meet the Sail Operator criteria Signed-off-by: Francisco Herrera <fjglira@gmail.com>
All code blocks where wrong, I fixe them to meet the ascii format Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Move to a different folder Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Move the migration doc to a hiw own folder Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Delete images Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Adding some modifications after running the steps Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Indent correctly table of contents Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Changes and improvements to the doc based on the review and in the meeting Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com>
70520f1 to
0994046
Compare
Contributor
Author
|
Hey @sridhargaddam I did all the changes from the review. Please take a look |
sridhargaddam
approved these changes
Oct 21, 2025
Contributor
sridhargaddam
left a comment
There was a problem hiding this comment.
Thanks @fjglira for addressing all the review comments.
This is blocking the merge after the approval. We can still still test again everything before moving this document
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
mkralik3
reviewed
Oct 21, 2025
rafaelvzago
pushed a commit
to rafaelvzago/sail-operator
that referenced
this pull request
Nov 21, 2025
… using the Sail Operator (istio-ecosystem#1275) * Adding Documentation for Migration from Sidecar to Ambient Add specific documentation for migrate from sidecar to ambient mode Signed-off-by: Francisco Herrera <fjglira@gmail.com> Update documentation Signed-off-by: Francisco Herrera <fjglira@gmail.com> Improve and complete the Documentation about migrating from sidecar to ambient Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix some example code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Adding some validations steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix lint Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Adding migration from sidecar to ambient documentation using the Sail Operator Documentation update, adding the adoc document and be sure that all the comments meet the Sail Operator criteria Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix code blocks in migration doc All code blocks where wrong, I fixe them to meet the ascii format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document to his own folder Move to a different folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document Move the migration doc to a hiw own folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Delete non needed images Delete images Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Adding some modifications after running the steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of contents Indent correctly table of contents Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes and improvements to the doc based on the review and in the meeting Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of content Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
rafaelvzago
pushed a commit
to rafaelvzago/sail-operator
that referenced
this pull request
Nov 24, 2025
… using the Sail Operator (istio-ecosystem#1275) * Adding Documentation for Migration from Sidecar to Ambient Add specific documentation for migrate from sidecar to ambient mode Signed-off-by: Francisco Herrera <fjglira@gmail.com> Update documentation Signed-off-by: Francisco Herrera <fjglira@gmail.com> Improve and complete the Documentation about migrating from sidecar to ambient Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix some example code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Adding some validations steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix lint Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Adding migration from sidecar to ambient documentation using the Sail Operator Documentation update, adding the adoc document and be sure that all the comments meet the Sail Operator criteria Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix code blocks in migration doc All code blocks where wrong, I fixe them to meet the ascii format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document to his own folder Move to a different folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document Move the migration doc to a hiw own folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Delete non needed images Delete images Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Adding some modifications after running the steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of contents Indent correctly table of contents Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes and improvements to the doc based on the review and in the meeting Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of content Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
dgn
pushed a commit
to dgn/sail-operator
that referenced
this pull request
Mar 17, 2026
… using the Sail Operator (istio-ecosystem#1275) * Adding Documentation for Migration from Sidecar to Ambient Add specific documentation for migrate from sidecar to ambient mode Signed-off-by: Francisco Herrera <fjglira@gmail.com> Update documentation Signed-off-by: Francisco Herrera <fjglira@gmail.com> Improve and complete the Documentation about migrating from sidecar to ambient Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix some example code Signed-off-by: Francisco Herrera <fjglira@gmail.com> Adding some validations steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> Fix lint Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Adding migration from sidecar to ambient documentation using the Sail Operator Documentation update, adding the adoc document and be sure that all the comments meet the Sail Operator criteria Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix code blocks in migration doc All code blocks where wrong, I fixe them to meet the ascii format Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document to his own folder Move to a different folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Move document Move the migration doc to a hiw own folder Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Delete non needed images Delete images Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Adding some modifications after running the steps Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of contents Indent correctly table of contents Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes and improvements to the doc based on the review and in the meeting Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix table of content Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Changes from review Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: