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

Kubernetes environment should accept flags for native in-tree vs CSI #77

Open
kacole2 opened this issue Jan 8, 2018 · 1 comment
Open
Assignees

Comments

@kacole2
Copy link
Contributor

kacole2 commented Jan 8, 2018

The existing kubernetes folder needs the ability to use either native or CSI drivers by use of an environment variable flag

  • by default, scaleio is installed
  • by default, the Kubernetes cluster should use the native in-tree scaleio driver with the existing k8s-examples
  • with the use of a flag, the automated installation of the csi-scaleio driver should be installed and kubernetes should be configured to use this driver instead of the native in-tree driver
  • If any of the k8s-examples have to be adjusted for CSI, then that needs to be automated or have a new folder of examples.
  • All documentation needs to be updated to reflect how to setup environment correctly for both types and the order of operations for the examples to work properly.

The default use of native in-tree vs CSI can be up for discussion depending on what we need to show versus ease of use by the general public.

@cduchesne
Copy link
Contributor

#79 should resolve this - default is currently for CSI.
I need to clean up lab examples as well.

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

No branches or pull requests

2 participants