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] Does not support K3S #4104

Open
lay-g opened this issue May 18, 2024 · 4 comments
Open

[BUG] Does not support K3S #4104

lay-g opened this issue May 18, 2024 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lay-g
Copy link

lay-g commented May 18, 2024

What is your environment(Kubernetes version, Fluid version, etc.)
K3S: 1.29.4
Fluid: v1.0

Describe the bug
DaemonSet csi-nodeplugin-fluid can't deploy on k3s.

image

What you expect to happen:

How to reproduce it
helm install --namespace=fluid-system --create-namespace fluid fluid/fluid

Additional Information

@lay-g lay-g added the bug Something isn't working label May 18, 2024
@cheyang
Copy link
Collaborator

cheyang commented May 29, 2024

Thank you for finding it. I think it's a feature request. We didn't test it on K3s before. We will work on it to figure out how to run it in K3s.

@cheyang cheyang added the good first issue Good for newcomers label May 29, 2024
@baowj-678
Copy link
Contributor

I will take a look at this.

@baowj-678
Copy link
Contributor

The directory for storing the kube config files and certificate files in k3s is different from that in k8s. You can complete the installation by setting the kubeConfigFile and certDir in the values.yaml file.

csi:
  kubelet:
    kubeConfigFile: /etc/rancher/k3s/k3s.yaml
    certDir: /var/lib/rancher/k3s/agent

@lay-g
Copy link
Author

lay-g commented Jun 23, 2024

Sorry, I have not updated the latest situation. I tried copying the configuration file to /etc/kubernetes/kubelet.conf, and then it worked fine. Thanks for everyone's responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants