Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Oct 3, 2023
1 parent 55f12b8 commit b9916e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/serving/services/storage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Volume Support for Knative services

You can provide data storage for Knative Services by configuring different types of volumes.
You can provide data storage for Knative Services by configuring different volumes types.
Serving supports mounting the [volume types](https://kubernetes.io/docs/concepts/storage/volumes): `emptyDir`, `secret`, `configMap` and `projected`.
[PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) are supported but require a [feature flag](../configuration/feature-flags.md) to be enabled.

Expand All @@ -27,6 +27,8 @@ spec:
* The `kubernetes.podspec-persistent-volume-claim` extension controls whether persistent volumes (PVs) can be used with Knative Serving.
* The `kubernetes.podspec-persistent-volume-write` extension controls whether PVs are available to Knative Serving with the write access.

> Note that if you have installed Serving via the Knative operator then you need to set the above feature flags at the corresponding Serving CR.
## Procedure

* Modify the PVC configuration for your Service:
Expand Down

0 comments on commit b9916e9

Please sign in to comment.