Skip to content

Commit

Permalink
add new known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Aug 24, 2023
1 parent cf3e77f commit b0d0325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ The sidecar container, or more precisely, the Cloud Storage FUSE process that se
- [The sidecar container is at the spec.containers[0] position which may cause issues in some workloads](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/issues/20)
- [subPath does not work when Anthos Service Mesh is enabled](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/issues/47)
- ["Error: context deadline exceeded" when Anthos Service Mesh is enabled](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/issues/46)
- [The sidecar container does not work well with istio-proxy sidecar container](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/issues/53)

### Solutions

Unfortunately, there is no good short-term solution or workaround for the above issues due to the restrictions of the sidecar container mode design.

The [sidecar containers KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/753-sidecar-containers) is implemented in this the PR [Add SidecarContainers feature](https://github.com/kubernetes/kubernetes/pull/116429).
The [sidecar containers KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/753-sidecar-containers) is implemented in this PR [Add SidecarContainers feature](https://github.com/kubernetes/kubernetes/pull/116429).

> The new feature gate "SidecarContainers" is now available. This feature introduces sidecar containers, a new type of init container that starts before other containers but remains running for the full duration of the pod's lifecycle and will not block pod termination.
Expand Down

0 comments on commit b0d0325

Please sign in to comment.