You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,7 +60,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
60
60
## Installation
61
61
#### Set up driver permission
62
62
63
-
* Using secret object - Generate IBMCLOUD_APIKEY from the UI, put that user's credentials in [secret manifest](../deploy/kubernetes/secret.yaml), then deploy the secret
63
+
* Using secret object - Generate IBMCLOUD_APIKEY from the UI, put that user's credentials in [secret manifest](deploy/kubernetes/secret.yaml), then deploy the secret
@@ -102,10 +102,6 @@ Please go through [CSI Spec](https://github.com/container-storage-interface/spec
102
102
*[Ginkgo](https://github.com/onsi/ginkgo) in your PATH for integration testing and end-to-end testing
103
103
* Docker 20.10+ for releasing
104
104
105
-
### Dependency
106
-
Dependencies are managed through go module. To build the project, first turn on go mod using `export GO111MODULE=on`, then build the project using: `make`
107
-
108
105
### Testing
109
-
* To create binary, run: `make bin/ibm-powervs-block-csi-driver`
0 commit comments