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

[DOC] Install fluid on GKE clusters #4203

Open
zhujian7 opened this issue Jul 10, 2024 · 1 comment
Open

[DOC] Install fluid on GKE clusters #4203

zhujian7 opened this issue Jul 10, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@zhujian7
Copy link

zhujian7 commented Jul 10, 2024

Provide a link to that doc page:

What is the defect and your suggestions on improvement:

When I tried to install fluid on a GKE cluster, I ran into several issues:

  1. The default hostpath of kubelet kubeconfig path(/etc/kubernetes/kubelet.conf) is not right, for GKE the kubeconfig is in /var/lib/kubelet/kubeconfig
  2. Error in csi-nodeplugin-fluid: unable to read certificate-authority /etc/srv/kubernetes/pki/ca-certificates.crt for default-cluster due to open /etc/srv/kubernetes/pki/ca-certificates.crt: no such file or directory, it is required to mount the /home/kubernetes/bin/gke-exec-auth-plugin and /etc/srv/kubernetes/pki/ca-certificates.crt into the csi-nodeplugin-fluid
  3. Error in daemonset demo-fuse: Error creating: insufficient quota to match these scopes: [{PriorityClass In [system-node-critical system-cluster-critical]}], the helm value runtime.criticalFusePod should be set to false.
@zhujian7 zhujian7 added the documentation Improvements or additions to documentation label Jul 10, 2024
@fengshunli
Copy link
Member

criticalFusePod can be manually set during helm installation --set runtime.criticalFusePod=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants