driver

command
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2023 License: Apache-2.0, BSD-3-Clause, MIT Imports: 10 Imported by: 0

README

Readme

Files present

  1. install_csi_driver.sh -> main script which calls other scripts
  2. testlib.sh -> contains certain library functions
  3. operatorutils.go -> contains golang function for creating driver related yaml file.
  4. sample_driver_config -> Sample File which contains key value pairs for creating driver yaml files

How to Execute?

  1. Take a copy of sample_driver_config file and rename (according to your csi-driver)
  2. Furnish the newly created driver config file with all the required values (including driver build number and driver yaml file name)
  3. Manually furnish the pre-requisites (like namespaces, secrets etc.)
  4. Execute the following command with operator build number (in the format of dell-csi-operator:v1.2.0) to create csi-operator and then csi drivers (controller and node)
    1. sh install_csi_driver.sh ""
  5. Wait for the script to finish and check the existence of csi-operator and controller/node by normal kubectl commands.
  6. This script will pull the specified operator build. Unity/powermax driver has been tested. Other drivers are yet to be tested.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL