Skip to content

Commit 884f206

Browse files
Merge branch 'main' into DOCSS-1857-remove-h5-6
2 parents ce2176c + ca78f5f commit 884f206

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ This configuration would yield a value with the following format `12345`.
7878

7979
=== 1.2. Update the deploy status to running
8080

81+
WARNING: The `circleci run release update` command is only for use with deploy markers. If you are using the CircleCI xref:release-agent-overview.adoc[release agent] for Kubernetes deployments, do NOT use the `update` commands. The release agent automatically handles status updates for you.
82+
8183
After deploying your application, you can update the status of the deployment to `RUNNING` by running the `circleci run release update` command in a new step.
8284

8385
[,yml]

docs/guides/modules/deploy/pages/configure-your-kubernetes-components.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ Substitute the placeholders above based on your application's details:
126126
+
127127
CAUTION: If you are using Argo Rollouts for a given component, be sure to set the `release-strategy` parameter to `progressive`.
128128

129+
WARNING: The `circleci run release update` command is only for use with deploy markers. If you are using the CircleCI xref:release-agent-overview.adoc[release agent] for Kubernetes deployments, do NOT use the `update` commands. The release agent automatically handles status updates for you.
130+
129131
. Define a new job to monitor the release, referencing the `release plan` created above as part of the _deployment_ job:
130132
+
131133
[,yaml]

docs/guides/modules/toolkit/pages/environment-cli-usage-guide.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ For more information on using the `circleci run release plan` command, see the x
156156

157157
==== Update
158158

159+
WARNING: The `circleci run release update` command is only for use with deploy markers. If you are using the CircleCI xref:deploy:release-agent-overview.adoc[release agent] for Kubernetes deployments, do NOT use the `update` commands. The release agent automatically handles status updates for you.
160+
159161
A subcommand of `release`. Use the `circleci run release update` command to update the status of the deployment.
160162

161163
*Flags*

0 commit comments

Comments
 (0)