Gijs van Renswoude
Gijs van Renswoude
Alternatively you can override discovered facts: ``` - set_fact: ansible_distribution_version: "2017.12" ``` And then execute the rest.
We have a very strong usecase for this, as we allow developers to spin up their own namespaces across our corp.
Maybe functionality akin to the AWS ALB ingress controller for Kubernetes would be helpful. Either creation of a Loadbalancer, or creation of a ListenerRule and Targetgroup on an existing ALB...
Brilliant, we need this
We'd love to follow the progress on this since you guys have a valid discussion here. In the meantime, we changed a forked version of your resource. It is able...
The presence of the `yarn.lock` file also makes several Container Scanning tools go off.
@shapirov103 Is it also possible to provide an example in the documentation on how to use blueprints in combination with existing eks.Cluster constructs? e.g. ```ts import { Cluster } from...
What would help greatly as well with EKS cluster rollouts are allowing concurrent operations on the cluster, e.g. creating 2 Fargate profiles, enabling control plane logging and an OIDC provider...
Workaround: ```kubectl patch deployment function-auto-ready-uuid -n crossplane-system --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/securityContext", "value": {}}]'```