Skip to content

Commit

Permalink
Add Install/Upgrade Survey for 1.16 (#41867)
Browse files Browse the repository at this point in the history
* Add 1.16 Upgrade Survey

* Add upgrade survey to install command

* Maybe fix lint errors

* actual fmt
  • Loading branch information
therealmitchconnors committed Nov 8, 2022
1 parent e3e6278 commit c7fa278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -17,3 +17,5 @@ Next steps:
* https://istio.io/latest/docs/ops/best-practices/security/

For further documentation see https://istio.io website

Tell us how your install/upgrade experience went at https://forms.gle/99uiMML96AmsXY5d6
5 changes: 5 additions & 0 deletions operator/cmd/mesh/install.go
Expand Up @@ -246,6 +246,11 @@ func Install(rootArgs *RootArgs, iArgs *InstallArgs, logOpts *log.Options, stdOu
}
}

if !rootArgs.DryRun {
_, _ = fmt.Fprintln(stdOut, "\nThank you for installing Istio 1.16. Please take a few minutes to "+
"tell us about your install/upgrade experience! https://forms.gle/99uiMML96AmsXY5d6")
}

return nil
}

Expand Down

0 comments on commit c7fa278

Please sign in to comment.