-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add note about Tanzu kubeletDir #575
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -55,3 +55,8 @@ In some cases IBM cloud has the kubelet directory located at `/var/data/kubelet/ | |||
`failed to publish volume error=status: Unavailable, message: "failed to create secret parent dir /var/data/kubelet/pods/<POD_ID>/volumes/kubernetes.io~csi/pvc-<PVC_ID>/mount: No such file or directory (os error 2)"` | |||
|
|||
In case you are encountering the mentioned error (or secret-operator does not work on your IBM cloud at all), you need to add the argument `--set kubeletDir=/var/data/kubelet` to the `helm install` command. | |||
|
|||
=== VMware Tanzu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also update https://docs.stackable.tech/home/nightly/kubernetes/ to include the VMWare Tanzu provider?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add a section for like.. "Unsupported but we have notes anyway". Either way, that should probably be a separate issue on the documentation repo?
Description
Fixes #574
Definition of Done Checklist
Author
Reviewer
Acceptance