ryan-dyer-sp
ryan-dyer-sp
We have in our child terragrunt.hcl ``` include { path = find_in_parent_folders() } terraform { source = "../../../../../modules//secrets" extra_arguments "common_var" { commands = [for c in get_terraform_commands_that_need_vars() : c if...
### Use case As part of our tf testing infrastructure we initiate a terraform destroy to ensure any residual resources from previous runs are gone. This does not seem to...
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** 1.23.2 **2. What Kubernetes version are you running? `kubectl version` will print the...
### If the feature request is for a plugin or theme, specify it here. alias-finder ### If the feature solves a problem you have, specify it here. It would be...
## Proposal For the amtool to support passing in HTTP request headers via parameters. We manage over a dozen AMs each fronted with a Cloudflare reverse proxy. Currently we cant...
Found an issue where the spec.updateConfig.maxUnavailablePercentage cannot be set on an AWSManagedMachinePool when there isnt a pre-existing spec.updateConfig. ``` Error from server (Invalid): error when applying patch: {"metadata":{"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"infrastructure.cluster.x-k8s.io/v1beta2\",\"kind\":\"AWSManagedMachinePool\",\"metadata\":{\"annotations\":{},\"name\":\"capi-eks-quickstart-pool-us-east-1d\",\"namespace\":\"test-capi\"},\"spec\":{\"scaling\":{\"maxSize\":3,\"minSize\":1},\"updateConfig\":{\"maxUnavailablePercentage\":100}}}\n"}},"spec":{"updateConfig":{"maxUnavailablePercentage":100}}} to: Resource:...
The default aws cli cache directory (/home/atlantis/.aws/cli) is unwritable as the aws secret is mounted as as the entire /home/atlantis/.aws directory. When dealing with lots of profiles, etc. it is...
I have a repo with ~10 releases and no pre-releases. The tags and titles of the releases are the same and follow the format `v..` (semver). My config is as...
## what creates config and credentials as files within .aws instead of mounting entire secret as .aws. ## why This allows for other directories (.aws/cli, .aws/sso) which need to be...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...