Thomas Riccardi

Results 25 issues of Thomas Riccardi

## Summary I'm following the getting started guide on linux with auto completion on bash (https://argoproj.github.io/argo-rollouts/getting-started/). When I hit TAB after `kubectl-argo-rollouts get rollout`, it does not auto completes the...

bug
good first issue

``` $ mocha --grep 'instance of Stream' test GridWriteStream ✓ should be an instance of Stream ✓ should be an instance of Stream.Writable GridReadStream ✓ should create an instance of...

The source contains a documentation about `RetryCallState`: https://github.com/jd/tenacity/blob/531a28b921e27e916dde6346f98868c66bc4fcb2/doc/source/index.rst#retrycallstate But the readthedocs.io page has just the first sentence: https://tenacity.readthedocs.io/en/latest/#retrycallstate

The vault-agent-in-sidecar supports secret templates: https://www.vaultproject.io/docs/platform/k8s/injector#secret-templates Are there plans to support it in this secrets csi provider? (it seems to be briefly mentioned in https://github.com/hashicorp/vault-csi-provider/pull/61#discussion_r568650698) Thanks!

enhancement

The vault-agent-in-sidecar does active renewal of token (and/ credentials) lease for the lifetime of the Pod. cf https://www.vaultproject.io/docs/platform/k8s/injector#renewals-and-updating-secrets and https://www.vaultproject.io/docs/agent/template#renewals-and-updating-secrets That's especially useful as it allows using workload without any...

enhancement

**Description** It would be useful to support Compose file version 2. The use-case would be to use `runtime: nvidia` to access the local GPUs from docker-compose services containers. (`runtime` option...

kind/enhancement

https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#creating-a-keycloak-admin-user The `keycloakx` README talks about admin user creation, but mentions environment variables for the database: - `KC_DB_USERNAME` - `KC_DB_PASSWORD` I believe the correct env vars are: - `KEYCLOAK_ADMIN` -...

- first, helper template `keycloak.serviceDnsName` is mentioned in https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#high-availability-and-clustering - then, a different value is configured with `-Djgroups.dns.query={{ include "keycloak.fullname" . }}-headless` in https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#dns_ping-service-discovery Is `keycloak.serviceDnsName` still useful? - if...

Stale

For config files it could be useful to have support for inputs like '10s' (for '10 seconds'). Currently it returns a `TypeError: Cannot read property '1' of null`.

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.1.4 Kubernetes provider version: v2.7.1 Kubernetes version: 1.21.5-gke.1302 ``` ### Affected Resource(s) - `kubernetes_resource` ### Terraform Configuration Files ```hcl...

needs investigation
acknowledged