Fernando Miguel

Results 39 issues of Fernando Miguel

http://www.netboot.me/help for usb image md5sum doesnt match

### Terraform Version ```shell terraform version 1.8.2 ``` ### Terraform Configuration Files NA ### Debug Output ``` downloading terraform version 1.8.2 at "https://releases.hashicorp.com/terraform/1.8.2/terraform_1.8.2_linux_amd64.zip?checksum=file:https://releases.hashicorp.com/terraform/1.8.2/terraform_1.8.2_SHA256SUMS": expected a single file: /tmp/getter3359610012/archive: Downloading terraform...

enhancement
new

**Description** **Steps to reproduce the issue:** 1. docker build --build-arg IMAGE_BUILDER_NAME=node-builder-ms-xxxx --file Dockerfile/Dockerfile . **Describe the results you received:** invalid from flag value ${IMAGE_BUILDER_NAME}: invalid reference format: repository name must...

**Describe the bug** ack iam labels for metrics service are in the wrong place **Steps to reproduce** https://github.com/aws-controllers-k8s/iam-controller/blob/5e28d6c944934b6df857106962230276d44eddf6/helm/templates/metrics-service.yaml#L20 **Expected outcome** should be under labels https://github.com/aws-controllers-k8s/iam-controller/blob/5e28d6c944934b6df857106962230276d44eddf6/helm/templates/metrics-service.yaml#L7

help wanted
area/code-generation
service/iam

**Describe the bug** trying to use FieldExport to output IAM Role ARN into a configmap, shows no updates to the CM **Steps to reproduce** ```yaml --- apiVersion: iam.services.k8s.aws/v1alpha1 kind: Role...

kind/bug
service/iam
area/field-export

**Is your feature request related to a problem?** We have two ACK IAM controllers running in a cluster, with two different IAM policies attached to each. We want one of...

area/runtime
service/all
kind/feature

### Version __Karpenter Version:__ v0.20.0 __Kubernetes Version:__ v1.24.0 Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.7-eks-fb459a0", GitCommit:"c240013134c03a740781ffa1436ba2688b50b494", GitTreeState:"clean", BuildDate:"2022-10-24T20:36:26Z", GoVersion:"go1.18.7", Compiler:"gc", Platform:"linux/amd64"} ### Expected Behavior I have two providers , one with a...

kind/bug
scheduling
lifecycle/rotten

``` $ terraform apply ╷ │ Warning: Experimental feature "module_variable_optional_attrs" is active │ │ on .terraform/modules/base_system.eks_blueprints_kubernetes_addons_karpenter.ondat/locals.tf line 2, in terraform: │ 2: experiments = [module_variable_optional_attrs] │ │ Experimental features are...

bug
waiting for reproduction
v1.2

### Current Terraform Version ``` 1.1+ ``` currently the way to update the lockfile for multiple platforms is running from the cli ``` terraform providers lock \ -platform=windows_amd64 \ #...

enhancement