About 40 results
Open links in new tab
  1. ApplicationSet Controller

    Each rendered template is converted into an Argo CD Application resource, which is then created (or updated) within the Argo CD namespace. Finally, the Argo CD controller is notified of these …

  2. Generators - ApplicationSet Controller

    Whenever a new Helm chart/Kustomize YAML/Application/plain subfolder is added to the Git repository, the ApplicationSet controller will detect this change and automatically deploy the …

  3. Getting Started - ApplicationSet Controller

    kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/applicationset/v0.1.0/manifests/install.yaml

  4. Matrix Generator - ApplicationSet Controller

    Git Directory Generator + Cluster Decision Resource Generator: Locate application resources contained within folders of a Git repository, and deploy them to a list of clusters provided via …

  5. Generators - ApplicationSet Controller

    Cluster Decision Resource generator: The Cluster Decision Resource generator is used to interface with Kubernetes custom resources that use custom resource-specific logic to decide …

  6. How ApplicationSet controller interacts with Argo CD

    Argo CD and the ApplicationSet controller work together to ensure a consistent set of Application resources exist, and are deployed across the target clusters.

  7. Cluster Generator - ApplicationSet Controller

    In this example, the cluster secret's name and server fields are used to populate the Application resource name and server (which are then used to target that same cluster).

  8. Getting Started - ApplicationSet Controller

    These parameters would allow you to observe/control the behaviour of the new version of the ApplicationSet controller in your environment, to ensure you are happy with the result (see the …

  9. Controlling Resource Modification - ApplicationSet Controller

    To allow the ApplicationSet controller to create Application resources, but prevent any further modification, such as deletion, or modification of Application fields, add this parameter in the …

  10. Building and Running the Controller - ApplicationSet Controller

    You have exposed port 8081 in the Makefile (as described in prerequisites). docker ps should show port 8081 as mapped to an accessible IP. Apply the ApplicationSet CRDs into the …