diff --git a/book/src/cluster-driver-registrar.md b/book/src/cluster-driver-registrar.md index cb91c3f6..e7986d10 100644 --- a/book/src/cluster-driver-registrar.md +++ b/book/src/cluster-driver-registrar.md @@ -15,7 +15,7 @@ Please see [CSIDriver](csi-driver-object.md) for more information. ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/cluster-driver-registrar +**Git Repository:** [https://github.com/kubernetes-csi/cluster-driver-registrar](https://github.com/kubernetes-csi/cluster-driver-registrar) **Status:** Alpha diff --git a/book/src/csi-objects.md b/book/src/csi-objects.md index 0c3cd9ed..cb720b17 100644 --- a/book/src/csi-objects.md +++ b/book/src/csi-objects.md @@ -9,4 +9,4 @@ The Kubernetes API contains the following CSI specific objects: Both are part of `storage.k8s.io/v1beta1` API group. -The schema definition for the objects can be found here: https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/storage/types.go +The schema definition for the objects can be found here: [https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/storage/types.go](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/storage/types.go) diff --git a/book/src/external-attacher.md b/book/src/external-attacher.md index 60598739..e1ededfc 100644 --- a/book/src/external-attacher.md +++ b/book/src/external-attacher.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/external-attacher +**Git Repository:** [https://github.com/kubernetes-csi/external-attacher](https://github.com/kubernetes-csi/external-attacher) **Status:** GA/Stable @@ -24,7 +24,7 @@ The CSI `external-attacher` is a sidecar container that watches the Kubernetes A CSI drivers that require integrating with the Kubernetes volume attach/detach hooks should use this sidecar container, and advertise the CSI `PUBLISH_UNPUBLISH_VOLUME` controller capability. -For detailed information (binary parameters, RBAC rules, etc.), see https://github.com/kubernetes-csi/external-attacher/blob/master/README.md. +For detailed information (binary parameters, RBAC rules, etc.), see [https://github.com/kubernetes-csi/external-attacher/blob/master/README.md](https://github.com/kubernetes-csi/external-attacher/blob/master/README.md). ## Deployment diff --git a/book/src/external-provisioner.md b/book/src/external-provisioner.md index e0e076ee..77b11cef 100644 --- a/book/src/external-provisioner.md +++ b/book/src/external-provisioner.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/external-provisioner +**Git Repository:** [https://github.com/kubernetes-csi/external-provisioner](https://github.com/kubernetes-csi/external-provisioner) **Status:** GA/Stable @@ -81,7 +81,7 @@ parameters: CSI drivers that support dynamic volume provisioning should use this sidecar container, and advertise the CSI `CREATE_DELETE_VOLUME` controller capability. -For detailed information (binary parameters, RBAC rules, etc.), see https://github.com/kubernetes-csi/external-provisioner/blob/master/README.md. +For detailed information (binary parameters, RBAC rules, etc.), see [https://github.com/kubernetes-csi/external-provisioner/blob/master/README.md](https://github.com/kubernetes-csi/external-provisioner/blob/master/README.md). ## Deployment diff --git a/book/src/external-resizer.md b/book/src/external-resizer.md index 890e2689..3cc34146 100644 --- a/book/src/external-resizer.md +++ b/book/src/external-resizer.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/external-resizer/ +**Git Repository:** [https://github.com/kubernetes-csi/external-resizer](https://github.com/kubernetes-csi/external-resizer) **Status:** Alpha diff --git a/book/src/external-snapshotter.md b/book/src/external-snapshotter.md index 4df56560..795aa173 100644 --- a/book/src/external-snapshotter.md +++ b/book/src/external-snapshotter.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/external-snapshotter +**Git Repository:** [https://github.com/kubernetes-csi/external-snapshotter](https://github.com/kubernetes-csi/external-snapshotter) **Status:** Alpha @@ -29,7 +29,7 @@ For detailed information about volume snapshot and restore functionality, see [V CSI drivers that support provisioning volume snapshots and the ability to provision new volumes using those snapshots should use this sidecar container, and advertise the CSI `CREATE_DELETE_SNAPSHOT` controller capability. -For detailed information (binary parameters, RBAC rules, etc.), see https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md. +For detailed information (binary parameters, RBAC rules, etc.), see [https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md](https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md). ## Deployment diff --git a/book/src/livenessprobe.md b/book/src/livenessprobe.md index c661500a..dc160d3a 100644 --- a/book/src/livenessprobe.md +++ b/book/src/livenessprobe.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/livenessprobe +**Git Repository:** [https://github.com/kubernetes-csi/livenessprobe](https://github.com/kubernetes-csi/livenessprobe) **Status:** GA/Stable @@ -20,7 +20,7 @@ The CSI `livenessprobe` is a sidecar container that monitors the health of the C All CSI drivers should use the liveness probe to improve the availability of the driver while deployed on Kubernetes. -For detailed information (binary parameters, RBAC rules, etc.), see https://github.com/kubernetes-csi/livenessprobe/blob/master/README.md. +For detailed information (binary parameters, RBAC rules, etc.), see [https://github.com/kubernetes-csi/livenessprobe/blob/master/README.md](https://github.com/kubernetes-csi/livenessprobe/blob/master/README.md). ## Deployment diff --git a/book/src/node-driver-registrar.md b/book/src/node-driver-registrar.md index f436adbe..e612de08 100644 --- a/book/src/node-driver-registrar.md +++ b/book/src/node-driver-registrar.md @@ -2,7 +2,7 @@ ## Status and Releases -**Git Repository:** https://github.com/kubernetes-csi/node-driver-registrar +**Git Repository:** [https://github.com/kubernetes-csi/node-driver-registrar](https://github.com/kubernetes-csi/node-driver-registrar) **Status:** GA/Stable diff --git a/book/src/snapshot-restore-feature.md b/book/src/snapshot-restore-feature.md index 72e39bac..b9dc0948 100644 --- a/book/src/snapshot-restore-feature.md +++ b/book/src/snapshot-restore-feature.md @@ -37,7 +37,7 @@ Unlike the core Kubernetes Persistent Volume objects, these Snapshot objects are The CRDs are [automatically deployed](https://github.com/kubernetes-csi/external-snapshotter/blob/master/cmd/csi-snapshotter/create_crd.go#L29) by the CSI [external-snapshotter](external-snapshotter.md) sidecar. -The schema definition for the custom resources (CRs) can be found here: https://github.com/kubernetes-csi/external-snapshotter/blob/master/pkg/apis/volumesnapshot/v1alpha1/types.go +The schema definition for the custom resources (CRs) can be found here: [https://github.com/kubernetes-csi/external-snapshotter/blob/master/pkg/apis/volumesnapshot/v1alpha1/types.go](https://github.com/kubernetes-csi/external-snapshotter/blob/master/pkg/apis/volumesnapshot/v1alpha1/types.go) In addition to these new CRD objects, a new, alpha `DataSource` field has been added to the `PersistentVolumeClaim` object. This new field enables dynamic provisioning of new volumes that are automatically pre-populated with data from an existing snapshot.