You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sizing requirements page displays the sizing requirements for installing {gitops-title} on {product-title}. It also provides the sizing details for the default ArgoCD instance that is instantiated by the GitOps Operator.
The `ArgoCD` custom resource is a Kubernetes Custom Resource (CRD) that describes the desired state for a given Argo CD cluster that allows you to configure the components which make up an Argo CD cluster.
When you open a support case, you must provide debugging information about your cluster to the Red Hat Support team. You can use the `must-gather` tool to collect diagnostic information for project-level resources, cluster-level resources, and {gitops-title} components.
10
+
11
+
[NOTE]
12
+
====
13
+
For prompt support, provide diagnostic information for both {product-title} and {gitops-title}.
With {gitops-title}, you can configure Argo CD to recursively sync the content of a Git directory with an application that contains custom configurations for your cluster.
10
+
11
+
.Prerequisites
12
+
13
+
* You have logged in to the {product-title} cluster as an administrator.
14
+
* You have installed the {gitops-title} Operator in your cluster.
* To learn more about taints and tolerations, see xref:../../nodes/scheduling/nodes-scheduler-taints-tolerations.adoc#nodes-scheduler-taints-tolerations[Controlling pod placement using node taints].
26
+
* For more information on infrastructure machine sets, see xref:../../machine_management/creating-infrastructure-machinesets.adoc#creating-infrastructure-machinesets[Creating infrastructure machine sets].
Using the Transport Layer Security (TLS) encryption with {gitops-title}, you can secure the communication between the Argo CD components and Redis cache and protect the possibly sensitive data in transit.
10
+
11
+
You can secure communication with Redis by using one of the following configurations:
12
+
13
+
* Enable the `autotls` setting to issue an appropriate certificate for TLS encryption.
14
+
* Manually configure the TLS encryption by creating the `argocd-operator-redis-tls` secret with a key and certificate pair.
15
+
16
+
Both configurations are possible with or without the High Availability (HA) enabled.
17
+
18
+
.Prerequisites
19
+
* You have access to the cluster with `cluster-admin` privileges.
20
+
* You have access to the {product-title} web console.
21
+
* {gitops-title} Operator is installed on your cluster.
After the {gitops-title} Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, Argo CD allows cluster administrators to configure SSO.
0 commit comments