Michael Vittrup Larsen
Michael Vittrup Larsen
### Welcome to AWS Blueprints for Crossplane! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/aws-samples/crossplane-aws-blueprints/issues) and didn't find any. ### AWS Blueprints for Crossplane Release version SHA c5cfbe0 ###...
#### Is your feature request related to a problem? Please describe The EKS cluster composition in `compositions/aws-provider/eks` require manual specification of subnet Ids. In Kubernetes, labels are typically used to...
### Bug Description In this PR https://github.com/istio/istio/pull/37872 the check for using HPA v2 was updated to: ``` {{- if (semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion)}} ``` The `GitVersion` parameter is part of Helm2...
This PR adds a test-case for `kpt pkg get/update` that reproduce the issue reported in #4012 **Note: Since this is a failing test-case it could be considered to disable the...
### Expected behavior A `kpt pkg get` followed by a `kpt pkg update --strategy force-delete-replace` results in a `Kptfile` that has the git information as specified in the `kpt pkg...
Downloading data from OpenStreetMap fails with an error: "Could not download area!" This error started to occur around June 1st, 2018. Data format changes from the OpenStreetMap API is suspected.
### Describe the bug In PR #2800 the `REDIS_PASSWORD` environment variable was made `optional`, i.e. several `Deployment` resource have something along these lines: ``` ... env: - name: REDIS_PASSWORD valueFrom:...
**Is your feature request related to a problem?** For WAF rules to be useful they need to be associated with a resource, however, the waf controller does not support creating...
**Is your feature request related to a problem?** When creating ALBs and thus `TargetGroup` resources I want to let the `TargetGroup` refer to Kubernetes Pods. Since Kubernetes Pods typically are...