Mathieu Benoit

Results 57 issues of Mathieu Benoit

If I install CS like this: ``` CONFIG_SYNC_VERSION=1.13.0 kubectl apply \ -f https://github.com/GoogleContainerTools/kpt-config-sync/releases/download/v${CONFIG_SYNC_VERSION}/config-sync-manifest.yaml \ --wait ``` And then deploy my `RootSyncs` and `RepoSyncs`, my resources are successfully synced, etc. no...

I'm trying to sync an Helm chart with Config Sync installed in [Kind with a local registry](https://kind.sigs.k8s.io/docs/user/local-registry/), but I'm getting this error on my `RootSync`: ``` KNV2004: unable to sync...

Are you going to integrate the known fix for CVE-2022-43680 (High - 7.5)? - https://nvd.nist.gov/vuln/detail/CVE-2022-43680 - https://security-tracker.debian.org/tracker/CVE-2022-43680 More details by Docker Hub here: https://dso.docker.com/images/python/digests/sha256%3Ad29fc682d30b314f41d5bb9e19ffe0b8fa128b836146a0a5b19dd60e96d1c19b?vtab=high I read your [FAQ entry about...

Today, the [in-cluster `redis` database is a `Deployment`](https://github.com/GoogleCloudPlatform/microservices-demo/blob/main/kubernetes-manifests/redis.yaml#L16), as a best practice for such in-cluster scenario it would be great to have it as `StatefulSet` with a `PersistentVolume`. Maybe with...

type: feature request
priority: p3

In this doc: https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#manual-deployment, it would be really great to elaborate on the details to make this working: - For the `Gateway` resource, could you clarify the `gatewayClassName` to use?...

area/networking

Today, the [in-cluster `accounts-db` and `ledger-db` databases are `StatefulSets`](https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/main/kubernetes-manifests/accounts-db.yaml#L16), using an `emptyDir` volume. As a best practice for such in-cluster scenario it would be great to have the `PersistentVolume` with...

type: feature request
priority: p3

I just integrated the last version of this theme with my Hugo website in version 0.105.0, but I'm getting this error when running `hugo -v -s /site -d /site/public`: ```...

Is it planned to add the KMS support for `spec.verify` for both `HelmChart` / `OCIRepository`? Today, only storing the public key in a `Secret` is supported with `spec.verify.secretRef.name`: - https://fluxcd.io/flux/components/source/helmcharts/#verification...

enhancement

### Detailed description Using an `emptyDir` `Volume` via my Score manifest is not supported today. ### Context Here is my Score manifest: ``` apiVersion: score.dev/v1b1 metadata: name: nginx containers: nginx:...