Add default storageclass annotation (#27419)
* Add default storageclass annotation * Add review suggestions Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com> Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
This commit is contained in:
parent
baff0490a3
commit
8924074b37
|
@ -224,6 +224,14 @@ When a single IngressClass resource has this annotation set to `"true"`, new Ing
|
|||
|
||||
{{< note >}} Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`. {{< /note >}}
|
||||
|
||||
## storageclass.kubernetes.io/is-default-class
|
||||
|
||||
Example: `storageclass.kubernetes.io/is-default-class=true`
|
||||
|
||||
Used on: StorageClass
|
||||
|
||||
When a single StorageClass resource has this annotation set to `"true"`, new Physical Volume Claim resource without a class specified will be assigned this default class.
|
||||
|
||||
## alpha.kubernetes.io/provided-node-ip
|
||||
|
||||
Example: `alpha.kubernetes.io/provided-node-ip: "10.0.0.1"`
|
||||
|
|
Loading…
Reference in New Issue