GitOps operator (version 1.2 or higher) comes with embedded RHSSO, which is not supposed to be used for any other use aside from GitOps. To enable embedded RHSSO, you must patch yourargocdcustom resource with the appropriate resource requirements and confirm the Keycloak pods are up and runni...
In this blog we went over how to use GitHub tokens to access your git repositories on Argo CD. We also explored how you can connect to the same repository using GitHub deployment keys as well. Finally, we took a look at how to verify that Argo CD can correctly access the repository onc...
you will learn to useArgo CD, a declarative Continuous Delivery tool. Argo CD provides Continuous Delivery tooling that automatically synchronizes and deploys your application whenever a change is made in your GitHub repository. By managing the deployment and lifecycle of an...
Install ArgoCD using the instructions toinstall the ArgoCD Helm chart. ArgoCD will be used to install the add-ons once the cluster has been provisioned, so it needs to be able to assume the same role that was used to create the cluster. Find detailed ...
ACK One Argo CD pod memory alert Check Type Valid values: Static Threshold and Custom PromQL. Static Threshold Prometheus Instance Specify the name of your ACK One Fleet instance. text-XXXX Alert Contact Group Specify the Kubernetes application group to be monitored within your environment. Kubernete...
Press Enter through all of the prompts to accept the default values. When the keys are created, re-type thecatcommand to display the new public key: cat~/.ssh/id_rsa.pub Copy This should execute correctly this time. Copy the displayed lines to use in the next section. ...
I already have a hosted zone on Route 53, so you can use your DNS provider. We have to create a new DNS Record for the Load Balancer anddevopsproject.devis my Hosted Zone. I am giving the prefixargocdso that the Domain Name will beargocd.devopsproject.dev. ...
You are free to use these data or replace them, at your convenience. Web server network details: Public IP Address: 203.0.113.2 Private IP Address: 192.0.2.2 Public Interface: eth0 Private Interface: eth1 Firewall network details: Public IP Address: 203.0.113.15 Private IP Address: ...
Choose a file name and location to save the JSON file The JSON file will contain all your current configurations You can then import this JSON file at any time to restore your configurations.Example Json configuration File: [ { "service": "argocd-server", "namespace": "argocd", "local_...
Use the administrator account to create a local user on the Fleet instance. To create a local user, perform the following steps: Run the following command to modify the argocd-cm ConfigMap of Argo CD: kubectl edit cm argocd-cm -n argocd Add a local user named localuser1 to the arg...