Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] helm install csi-hostpath-driver and "/var/lib/kubelet" is not shared In Windows and Ubuntu #1301

Closed
1aal opened this issue Jun 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@1aal
Copy link

1aal commented Jun 3, 2023

What did you do

  • How was the cluster created?

    • k3d cluster create
  • What did you do afterwards?

    • helm install my csi-hostpath-driver addons
      helm install csi-hostpath-driver kubeblocks/csi-hostpath-driver

What did you expect to happen

csi-hostpath-driver running succeed。

Screenshots or terminal output

helm install succeed
image
kubectl get pods -A -w
image
kebuctl describe pod csi-hostpath-driver-0
image

Which OS & Architecture

  • output of k3d runtime-info
    arch: x86_64
    cgroupdriver: cgroupfs
    cgroupversion: "1"
    endpoint: /var/run/docker.sock
    filesystem: extfs
    infoname: docker-desktop
    name: docker
    os: Docker Desktop
    ostype: linux
    version: 20.10.22

Which version of k3d

  • output of k3d version
    k3d version v5.5.1
    k3s version v1.26.4-k3s1 (default)

Which version of docker

  • docker version
    Client:
    Cloud integration: v1.0.29
    Version: 20.10.22
    API version: 1.41
    Go version: go1.18.9
    Git commit: 3a2c30b
    Built: Thu Dec 15 22:36:18 2022
    OS/Arch: windows/amd64
    Context: default
    Experimental: true
    Server: Docker Desktop 4.16.3 (96739)
    Engine:
    Version: 20.10.22
    API version: 1.41 (minimum version 1.12)
    Go version: go1.18.9
    Git commit: 42c8b31
    Built: Thu Dec 15 22:26:14 2022
    OS/Arch: linux/amd64
    Experimental: false
    containerd:
    Version: 1.6.14
    GitCommit: 9ba4b250366a5ddde94bb7c9d1def331423aa323
    runc:
    Version: 1.1.4
    GitCommit: v1.1.4-0-g5fd4c4d
    docker-init:
    Version: 0.19.0
    GitCommit: de40ad0
  • docker info
    Client:
    Context: default
    Debug Mode: false
    Plugins:
    buildx: Docker Buildx (Docker Inc., v0.10.0)
    compose: Docker Compose (Docker Inc., v2.15.1)
    dev: Docker Dev Environments (Docker Inc., v0.0.5)
    extension: Manages Docker extensions (Docker Inc., v0.2.17)
    sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc., 0.6.0)
    scan: Docker Scan (Docker Inc., v0.23.0)
@1aal 1aal added the bug Something isn't working label Jun 3, 2023
@1aal
Copy link
Author

1aal commented Jun 3, 2023

And I notice the similar issue #1063 and has been fixed in PR #1268.
However it does not work in Ubuntu and Windows.

@1aal
Copy link
Author

1aal commented Jun 6, 2023

That's my fault that not use the ENV K3D_FIX_MOUNTS

@1aal 1aal closed this as completed Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant