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

Change example deployment scheme in multi-node cluster #14

Merged
merged 1 commit into from
Mar 1, 2019

Commits on Mar 1, 2019

  1. Change example deployment scheme in multi-node cluster

    Current scheme does not work in multi-node cluster because
    my-csi-app pod may land on different node than other pods
    and mount point is not there.
    This commit changes deployment so that there is one
    instance of csi-hostpathplugin, and we use inter-pod affinity
    to land attacher, provisioner, hostpathplugin and my-csi-appi
    on a same node.
    okartau committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    5fde450 View commit details
    Browse the repository at this point in the history