Skip to content

Commit 47c4d96

Browse files
authored
Merge pull request #180 from Madhan-SWE/docfixes
Updated document with latest details.
2 parents a29e12d + 31bf26a commit 47c4d96

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are couple driver options that can be passed as arguments when starting dr
3939
Following sections are Kubernetes specific. If you are Kubernetes user, use followings for driver features, installation steps and examples.
4040

4141
## Kubernetes Version Compatibility Matrix
42-
| PowerVS CSI Driver \ Kubernetes Version| v1.22 |
42+
| PowerVS CSI Driver \ Kubernetes Version| v1.23 |
4343
|----------------------------------------|-------|
4444
| main branch | yes |
4545

@@ -60,7 +60,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
6060
## Installation
6161
#### Set up driver permission
6262

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
6464
```sh
6565
curl https://raw.githubusercontent.com/kubernetes-sigs/ibm-powervs-block-csi-driver/main/deploy/kubernetes/secret.yaml > secret.yaml
6666
# Edit the IBMCLOUD_API_KEY
@@ -102,10 +102,6 @@ Please go through [CSI Spec](https://github.com/container-storage-interface/spec
102102
* [Ginkgo](https://github.com/onsi/ginkgo) in your PATH for integration testing and end-to-end testing
103103
* Docker 20.10+ for releasing
104104

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-
108105
### Testing
109-
* To create binary, run: `make bin/ibm-powervs-block-csi-driver`
110106
* To build image, run: `make image`
111107
* To push image, run: `make push`

0 commit comments

Comments
 (0)