-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controllerserver: using storageclass secrets instead of mounting secret
- Following the suggestions in the CSI spec (https://kubernetes-csi.github.io/docs/secrets-and-credentials.html) and referencing other CSI driver implementations, change the previous approach of directly mounting the k8s secret to the controller server to follow CSI spec and use CSI sidecar to pass it. - Integrate the CSIControllerConfig and SpdkSecrets into the config.go file. Signed-off-by: Xin Yang <[email protected]> Change-Id: I482a5ec439905830560dc651758574571d34fa2e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk-csi/+/19060 Tested-by: SPDK CI Jenkins <[email protected]> Reviewed-by: Jim Harris <[email protected]> Reviewed-by: Yibo Cai <[email protected]>
- Loading branch information
Showing
8 changed files
with
210 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.