mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
removed xref
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
10e43d728a
commit
58d33d7af2
@@ -5,9 +5,9 @@
|
||||
[id="ossm-update-app-sidecar_{context}"]
|
||||
= Updating your application pods
|
||||
|
||||
If you selected the xref:../../operators/olm-adding-operators-to-cluster.adoc#olm-installing-operators-from-operatorhub_olm-adding-operators-to-a-cluster[Automatic Approval Strategy] when you were installing your Operators, then the Operators update the control plane automatically, but not your applications. Existing applications continue to be part of the mesh and function accordingly. The application administrator must restart applications to upgrade the sidecar.
|
||||
If you selected the Automatic Approval Strategy when you were installing your Operators, then the Operators update the control plane automatically, but not your applications. Existing applications continue to be part of the mesh and function accordingly. The application administrator must restart applications to upgrade the sidecar.
|
||||
|
||||
If your deployment uses xref:../service_mesh_day_two/prepare-to-deploy-applications-ossm.adoc#ossm-automatic-sidecar-injection_deploying-applications-ossm[Automatic sidecar injection], you can update the pod template in the deployment by adding or modifying an annotation. Run the following command to redeploy the pods:
|
||||
If your deployment uses Automatic sidecar injection, you can update the pod template in the deployment by adding or modifying an annotation. Run the following command to redeploy the pods:
|
||||
|
||||
----
|
||||
$ oc patch deployment/<deployment> -p '{"spec":{"template":{"metadata":{"annotations":{"kubectl.kubernetes.io/restartedAt": "'`date -Iseconds`'"}}}}}'
|
||||
|
||||
Reference in New Issue
Block a user