Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add autoscaler local exec option #895

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2024

  1. feat: add autoscaler local exec option

    This commit adds the ability to deploy the k8s cluster autoscaler using
    local-exec rather than remote-exec.  Using local-exec is helpful when
    you don't use the operator/bastion features of this module.  Now if you
    set cluster_autoscaler_remote_exec variable to false terraform will run
    a `kubectl apply` command on the same machine where you are running
    Terraform.
    
    More info in this issue: oracle-terraform-modules#894
    
    Signed-off-by: Chris Wiggins([email protected])
    cwiggs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4ca8249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe48b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23b79b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a9991d View commit details
    Browse the repository at this point in the history
  5. fix: use helm_release over provisioner command

    This commit updates the autoscaler so when you want it to run locally it
    will use the helm_release resource instead of a null_resource with a
    local command provisioner.
    cwiggs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dcd242b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c50a80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    979ea3b View commit details
    Browse the repository at this point in the history
  8. Merge branch '894-local-autoscaler-deploy' of github.com:cwiggs/terra…

    …form-oci-oke into 894-local-autoscaler-deploy
    cwiggs committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    198a33f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    4c6a639 View commit details
    Browse the repository at this point in the history