GithubHelp home page GithubHelp logo

terraform-kubernetes-argocd's People

Contributors

azulinho avatar jeanpbond avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

terraform-kubernetes-argocd's Issues

Cannot adjust the timeout values for the HA install

Hi there,

Thanks for this module, it is very handy!

I recently noticed an issue, when using ha = true the deployment of the HA pods is very slow and took more than 4 minutes. This seems very close to the timeout values of 5m (for both create and delete).

I was wondering if it would be possible to either create variables for the timeout values (eg. create_timeout = "5m"), or increase the default timeout from 5m to 10m, or both.

What do you think?

Argo latest version

Hey :)

Great module! I'm planning to use it in my company's infrastructure.

Do you guys, by any chance, are planning to add the latest ArgoCD version? (1.7.7)

Error: Invalid count argument

I got the below error.

module "argo_cd" {
  source = "runoncloud/argocd/kubernetes"

  namespace       = "argocd"
  argo_cd_version = "1.8.1"
  depends_on      = [module.aks]
}
Error: Invalid count argument

  on .terraform/modules/argo_cd/main.tf line 49, in resource "k8s_manifest" "resource":
  49:   count = length(local.resources)

The "count" value depends on resource attributes that cannot be determined
until apply, so Terraform cannot predict how many instances will be created.
To work around this, use the -target argument to first apply only the
resources that the count depends on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.