This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new c7908da0b deploy: 641c0fc66eff668ae83f93d8618eac833f3d762e
c7908da0b is described below
commit c7908da0beb432fc9febe8e62884da681d8803e7
Author: MarianMacik <[email protected]>
AuthorDate: Thu Oct 19 12:49:56 2023 +0000
deploy: 641c0fc66eff668ae83f93d8618eac833f3d762e
---
.../cloud/operator/install-serverless-operator.html | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git
a/serverlessworkflow/main/cloud/operator/install-serverless-operator.html
b/serverlessworkflow/main/cloud/operator/install-serverless-operator.html
index ee72c0bee..3cf6077ce 100644
--- a/serverlessworkflow/main/cloud/operator/install-serverless-operator.html
+++ b/serverlessworkflow/main/cloud/operator/install-serverless-operator.html
@@ -678,6 +678,17 @@
</div>
</div>
<div class="paragraph">
+<p>You can also specify a version:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>kubectl create -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml</pre>
+</div>
+</div>
+<div class="paragraph">
+<p><code><version></code> could be <code>1.43.0</code> for instance.</p>
+</div>
+<div class="paragraph">
<p>You can follow the deployment of the SonataFlow Operator:</p>
</div>
<div class="listingblock">
@@ -741,13 +752,10 @@ kubectl delete --all sonataflowplatform
--all-namespaces</code></pre>
quay.io/kiegroup/kogito-serverless-operator-nightly:1.41.0</code></pre>
</div>
</div>
-<div class="paragraph">
-<p>The operator manager image reflects the current operator’s version.
Replace the major and minor version names in the command below. For example, if
the image version is <code>1.41.0</code> use <code>1.41</code> in the
placeholder:</p>
-</div>
<div class="listingblock">
<div class="title">Uninstalling the operator</div>
<div class="content">
-<pre class="highlightjs highlight"><code class="language-shell hljs"
data-lang="shell">kubectl delete -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/<version>.x/operator.yaml</code></pre>
+<pre class="highlightjs highlight"><code class="language-shell hljs"
data-lang="shell">kubectl delete -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml</code></pre>
</div>
</div>
<div class="admonitionblock tip">
@@ -760,6 +768,9 @@
quay.io/kiegroup/kogito-serverless-operator-nightly:1.41.0</code></pre>
<div class="paragraph">
<p>If you’re running a snapshot version, use this URL instead <code><a
href="https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/main/operator.yaml"
class="bare">https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/main/operator.yaml</a></code>.</p>
</div>
+<div class="paragraph">
+<p>The URL should be the same used when installing the operator.</p>
+</div>
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]