-
Notifications
You must be signed in to change notification settings - Fork 9
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
unable to deploy vSphere CSI Driver using VDO Operator #184
Comments
cc: @asifdxtreme |
@asifdxtreme what is the latest vSphere CSI Driver release we support? I have some more questions regarding VDO support. Do VDO support installation of driver on topology aware setup? topology aware setup requires specific configuration in the vSphere Config secret - https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/3.0/vmware-vsphere-csp-getting-started/GUID-162E7582-723B-4A0F-A937-3ACE82EAFD31.html Do VDO Support Kubernetes Cluster spread across multiple vCenter servers? Do VDO recognize that we have windows workload nodes and deploy windows node daemonsets pods? |
@divyenpatel After running commands in Issue 1, can you please give the output of below commands |
looks like pod failed to schedule
Yes k8s version is v1.28.0 |
Hi @divyenpatel , |
@asifdxtreme |
|
Multiple Datacenter within VC is possible, but do we support adding multiple vCenter servers in the config secret? |
Currently we don't support that, I think in my opinion these configuration are straight forward and if you can give some examples of this then we can add these support in our CRD and vdoctl |
@asifdxtreme is there a plan to support k8s 1.28?
|
We have added the support for CSI 3.0.0 which supports K8s 1.27, you can deploy the existing release to get this support. CSI 3.1 support will be added by next week which will have K8s 1.8 support |
Issue/Feature Description:
Deploy vSphere CSI Driver using VDO Operator.
Deployment method -
Deployment via Releases
- https://github.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/blob/main/docs/getting-started/getting-started-from-release.mdWhat type of Issue/Feature is this?
/kind documentation
Why this fix/ feature is needed(give scenarios or use cases):
Issue:1
Update latest version vdo-spec file.
Users need to figure out vdo spec path from latest tag manually
Issue:2
After executing above command, when user tries to execute
vdoctl configure drivers
, command fails withlooking at the help for the command figured out that vdoctl.yaml is required at
$HOME/.vdoctl.yaml
but could not find example
$HOME/.vdoctl.yaml
file anywhere in this repository.Issue:3
As per workflow diagram - https://github.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/blob/main/docs/getting-started/getting-started-from-release.md#user-flow
after executing
vdoctl deploy
, we need to executevdoctl configure
, but i got this error.How to reproduce, in case of a bug:
Just follow the documentation and attempt to install driver using VDO operator without having knowledge of internal implementation detail.
Can you please update documentation for non-openshift environment so we can consume VDO Operator and in future recommend vdo operator for vanilla customer.
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
vSphere 8.0
The text was updated successfully, but these errors were encountered: