Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links #200

Merged
merged 13 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/cluster-driver-registrar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion book/src/csi-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions book/src/external-attacher.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions book/src/external-provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion book/src/external-resizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions book/src/external-snapshotter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions book/src/livenessprobe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion book/src/node-driver-registrar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion book/src/snapshot-restore-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down