IgGusev commented on code in PR #11097:
URL: https://github.com/apache/ignite/pull/11097#discussion_r1426662234
##########
docs/_docs/installation/kubernetes/generic-configuration.adoc:
##########
@@ -159,34 +163,35 @@ include::{script}[tags=create-configmap]
=== Creating Pod Configuration
-Now we will create a configuration for pods.
-In the case of stateless deployment, we will use a
link:https://kubernetes.io/docs/concepts/workloads/controllers/deployment/[Deployment,window=_blank].
-For a stateful deployment, we will use a
link:https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/[StatefulSet,window=_blank].
+Now we create a configuration for pods that use a
link:https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/[StatefulSet,window=_blank].
[tabs]
--
tab:Configuration without persistence[]
-Our Deployment configuration will deploy a ReplicaSet with two pods running
Ignite {version}.
+Our non-persistent configuration deploys a ReplicaSet with two pods running
GridGain Community Edition v. {version}.
+If you want to use Enterprise or Ultimate Edition, change the
`spec.template.spec.containers.image` property in the configuration file.
Review Comment:
This is AI doc, not GG doc. Only AI should be mentioned.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]