Thomas Steinert

Results 11 comments of Thomas Steinert

> ah ha! Apologies for missing #123 when I was inspecting for related issues! > > I was able to get things working with the dev version, although I needed...

Rebased the branch on devel to resolve conflicts.

Imho it would help to get the minimal requirements for having an ArgoCD setup with 1 simple webapp and another setup with 1 app forcing ArgoCD to use a lot...

Still failing with v2.22.1.15.ge45750a ```shell eu-central-1 - CloudWatchEventsRule - Rule: AutoScalingManagedRule - failed eu-central-1 - CloudWatchEventsTarget - Rule: AutoScalingManagedRule Target ID: autoscaling - waiting Removal requested: 1 waiting, 1 failed,...

Another use case where the `template` flag is required is when the helm chart requires a specific minimal kubernetes version. For example Keda 2.10.2 requires at least kubernetes version 1.24.0....

I am still getting this issue on minikube 1.32.0. ```shell Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 3m59s default-scheduler Successfully assigned awx/awx-postgres-13-0 to evaluation-m03...

I've also tried to using the templating feature with no success. ```toml [tasks.kubernetes-up] description = "Start a local Kubernetes cluster" file = "{{ config_root }}/kubernetes/k8s-start-cluster.sh" ``` Outcome ```shell minikube$ mise...

As a workaround until upstream fixes this, installing the `requests-credssp` python package inside of the container resolves this issue for me. The package is also installed in `quay.io/ansible/awx-ee:21.11.0`.

> credssp has known security risks with MITM attacks so likely not something you’d normally want to use. But if you do I’d recommend using docker to pull the awx-ee...

@lrk @oukooveu I've consolidated the sonar_edition variable and added validation. I've also consolidated the `sonar_download_url` to reduce the amount of variables.