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

[cinder-csi-plugin] Allow multiple config files #1476

Merged
merged 2 commits into from Jun 11, 2021

Commits on May 18, 2021

  1. [cinder-csi-plugin] Allow multiple --cloud-config (kubernetes#1481)

    This change allows cinder-csi-plugin to be invoked with multiple config
    files. These will be parsed sequentially in the order specified. Values
    in later config files override values in earlier config files.
    
    This makes 'layered' configurations simpler to manage. For example a
    base configuration containing authentication information and a per-node
    override configuration which applies only to a single node. Keeping
    these in separate files simplifies the task of changing the base
    configuration for all nodes.
    mdbooth committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8cce198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00651a6 View commit details
    Browse the repository at this point in the history