From 1337ff9dac1668c48a8c6a2aca6cfcf1e0008bf1 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 23 Feb 2021 20:23:41 +0100 Subject: [PATCH] docs: update for release v4.1.0 --- README.md | 11 ++++------- mock/README.md | 4 +++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5ab8402f..77cfd439 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![Build Status](https://travis-ci.org/kubernetes-csi/csi-test.svg?branch=master)](https://travis-ci.org/kubernetes-csi/csi-test) -[![Docker Repository on Quay](https://quay.io/repository/k8scsi/mock-driver/status "Docker Repository on -Quay")](https://quay.io/repository/k8scsi/mock-driver) +[![Build Status](https://k8s-testgrid.appspot.com/sig-storage-csi-other#pull-kubernetes-csi-csi-test)](https://k8s-testgrid.appspot.com/sig-storage-csi-other#pull-kubernetes-csi-csi-test) +[![Docker Repository on gcr](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/US/sig-storage/mock-driver)](https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/US/sig-storage/mock-driver) # csi-test @@ -14,9 +13,7 @@ CO developers can use this framework to create drivers based on the ### Mock driver for testing -We also provide a container called `quay.io/k8scsi/mock-driver:canary` which can be used as an in-memory mock driver. -It follows the same release cycle as other containers, so the latest release is `quay.io/k8scsi/mock-driver:v0.3.0`. - +We also provide a container called `k8s.gcr.io/sig-storage/mock-driver` which can be used as an in-memory mock driver. You will need to setup the environment variable `CSI_ENDPOINT` for the mock driver to know where to create the unix domain socket. @@ -34,7 +31,7 @@ CSI driver. ### Note -* Master is for CSI v1.2.0. Please see the branches for other CSI releases. +* Master is for CSI v1.3.0. Please see the branches for other CSI releases. * Building has been tested with the Go version specified in release-tools/travis.yml ## Community, discussion, contribution, and support diff --git a/mock/README.md b/mock/README.md index 4176ad06..c5b79fd4 100644 --- a/mock/README.md +++ b/mock/README.md @@ -9,6 +9,8 @@ Usage of mock: Disables RPC_PUBLISH_UNPUBLISH_VOLUME capability. -name string CSI driver name. (default "io.kubernetes.storage.mock") + -v=5 + Enable gRPC call logging. ``` Limitation about this mock CSI Driver are: @@ -57,4 +59,4 @@ Recommended steps to follow: 1. Deploy `example/pvc-test.yaml` to test the provisioner. Edit the pvc spec to test csi volume resizer. 2. Deploy `example/pod-test.yaml` to test volume mounting. 3. Deploy `example/snapshot-test.yaml` to test snapshot of the pvc deployed in step 1. -4. Deploy `example/snapshot-restore-test.yaml` to test restore volume from a snapshot generated from step 3s. \ No newline at end of file +4. Deploy `example/snapshot-restore-test.yaml` to test restore volume from a snapshot generated from step 3s.