This is an automated email from the ASF dual-hosted git repository.
marianmacik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 641c0fc66 [ #502 ] Fix URL given when uninstalling the operator and
giving more info (#510)
641c0fc66 is described below
commit 641c0fc66eff668ae83f93d8618eac833f3d762e
Author: gabriel-farache <[email protected]>
AuthorDate: Thu Oct 19 14:45:49 2023 +0200
[ #502 ] Fix URL given when uninstalling the operator and giving more info
(#510)
* Fix URL given when uninstalling the operator and giving more info
* Incorporate Marian's comments.
* Incorporate Marian's comments
* Update
serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
Fixes #502
Co-authored-by: Marián Macik <[email protected]>
---------
Co-authored-by: Marián Macik <[email protected]>
---
.../pages/cloud/operator/install-serverless-operator.adoc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
index bbfc03161..76c080340 100644
---
a/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/cloud/operator/install-serverless-operator.adoc
@@ -86,6 +86,11 @@ To install the {product_name} Operator, you can use the
following command:
----
kubectl create -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/operator.yaml
----
+You can also specify a version:
+----
+kubectl create -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml
+----
+`<version>` could be `1.43.0` for instance.
You can follow the deployment of the {product_name} Operator:
@@ -142,17 +147,17 @@ kubectl get deployment
sonataflow-operator-controller-manager -n sonataflow-oper
quay.io/kiegroup/kogito-serverless-operator-nightly:1.41.0
----
-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 `1.41.0` use `1.41` in the placeholder:
-
.Uninstalling the operator
[source,shell,subs="attributes+"]
----
-kubectl delete -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/<version>.x/operator.yaml
+kubectl delete -f
https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/v<version>/operator.yaml
----
[TIP]
====
If you're running a snapshot version, use this URL instead
`https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/main/operator.yaml`.
+
+The URL should be the same used when installing the operator.
====
== Additional resources
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]