csi-gcs
csi-gcs copied to clipboard
Kubernetes CSI driver for Google Cloud Storage
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.49.0 New Features gcp/observability: add support for Environment Variable GRPC_CONFIG_OBSERVABILITY_JSON (#5525) gcp/observability: add support for custom tags...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.24.0 to 1.26.0. Release notes Sourced from cloud.google.com/go/storage's releases. storage: v1.26.0 1.26.0 (2022-08-29) Features storage: export ShouldRetry (#6370) (0da9ab0), refs #6362 Bug Fixes storage: allow to use...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.3 to 0.25.0. Commits 117bd9b Merge pull request #111113 from mimowo/retriable-pod-failures-job-controller 74deb3d Merge pull request #111696 from liggitt/go119mod fef5499 Update go.mod to go1.19 41606c6 Merge pull request...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.3 to 0.25.0. Commits 2666bd2 Update dependencies to v0.25.0 tag b3e4a40 Merge remote-tracking branch 'origin/master' into release-1.25 c2f61ae Update removal warnings to 1.26 54e42ab update-gofmt ef26118 Revert...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.90.0 to 0.94.0. Release notes Sourced from google.golang.org/api's releases. v0.94.0 0.94.0 (2022-08-23) Features all: auto-regenerate discovery clients, refs #1676 #1673 #1672 #1671 #1667 Bug Fixes storage: *int64...
I see there is a GKE specific configuration file in the current code. But looking at it, it seems not relevant anymore with the current version of GKE. I am...
Hello folks, I would like to configure the property `stat-cache-capacity.` of GCS fuse. However looking at here https://ofek.dev/csi-gcs/static_provisioning/#extra-flags , it seems to be not supported at the moment? Thanks
I found a lack of documentation to improve performance. I'm getting I/O errors and some operations take so long to finish. By example, i have process for update the volume...
Hello, I'm facing a issu when trying to test **csi-gcs** on GKE after creating the secret **csi-gcs-secret** - kubectl create secret generic csi-gcs-secret --from-literal=bucket= --from-file=key= - kubectl apply -k "github.com/ofek/csi-gcs/examples/static?ref=v0.7.0"...
Having a helm chart makes it easier to add the driver as a dependency to other charts in a k8s deployment stack. I can also help add testing, auto-packaging, and...