834ef79509
The content was moved over from the Keycloak Benchmark subproject. Closes #24844 Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Pedro Ruivo <pruivo@redhat.com> Co-authored-by: Michal Hajas <mhajas@redhat.com> Co-authored-by: Kamesh Akella <kakella@redhat.com> Co-authored-by: Ryan Emerson <remerson@redhat.com> Co-authored-by: Anna Manukyan <amanukya@redhat.com> Co-authored-by: Thomas Darimont <thomas.darimont@googlemail.com> Co-authored-by: Stian Thorgersen <stian@redhat.com> Co-authored-by: Thomas Darimont <thomas.darimont@googlemail.com> Co-authored-by: AndyMunro <amunro@redhat.com>
21 lines
753 B
Text
21 lines
753 B
Text
. Connect into {jdgserver_name} Cluster using the {jdgserver_name} CLI tool:
|
|
+
|
|
.Command:
|
|
[source,bash,subs="+attributes"]
|
|
----
|
|
kubectl -n {ns} exec -it pods/{cluster-name}-0 -- ./bin/cli.sh --trustall --connect https://127.0.0.1:11222
|
|
----
|
|
+
|
|
It asks for the username and password for the {jdgserver_name} cluster.
|
|
Those credentials are the one set in the <@links.ha id="deploy-infinispan-kubernetes-crossdc"/> {section} in the configuring credentials section.
|
|
+
|
|
.Output:
|
|
[source,bash,subs="+attributes"]
|
|
----
|
|
Username: developer
|
|
Password:
|
|
[{cluster-name}-0-29897@ISPN//containers/default]>
|
|
----
|
|
+
|
|
NOTE: The pod name depends on the cluster name defined in the {jdgserver_name} CR.
|
|
The connection can be done with any pod in the {jdgserver_name} cluster.
|