You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After modifying the Istio settings, you can push the change to git and Flux will apply it on the cluster.
137
156
The Istio operator will reconfigure the Istio control plane according to your changes.
138
157
158
+
When a new Istio version is available, the [`update-istio` GitHub Action workflow](https://github.com/stefanprodan/gitops-istio/blob/main/.github/workflows/update-istio.yaml)
159
+
will open a pull request with the manifest updates needed for upgrading Istio Operator.
160
+
The new Istio version is tested on Kubernetes Kind by the [`e2e` GitHub Action workflow](https://github.com/stefanprodan/gitops-istio/blob/main/.github/workflows/e2e.yaml)
161
+
and when the PR is merged into the main branch, Flux will upgrade Istio in-cluster.
162
+
139
163
## Application bootstrap
140
164
141
165
When Flux syncs the Git repository with your cluster, it creates the frontend/backend deployment, HPA and a canary object.
0 commit comments