docs(pv): Access-mode combat table is broken

Fix source of markdown table of persistent volume access-mode compatibility table
pull/21182/head
ViBiOh 2020-05-25 14:12:55 +02:00 committed by GitHub
parent 04476c833d
commit c260ab7573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ Dans la CLI, les modes d'accès sont abrégés comme suit:
Par exemple, un GCEPersistentDisk peut être monté en tant que ReadWriteOnce par un seul nœud ou ReadOnlyMany par plusieurs nœuds, mais pas en même temps.
| Volume Plugin | ReadWriteOnce | ReadOnlyMany | ReadWriteMany |
|-:--------------------|-:-:--------------|-:-:--------------|-:-:----------------------------------------------|
| :-: | :-: | :-: | :-: |
| AWSElasticBlockStore | ✓ | - | - |
| AzureFile | ✓ | ✓ | ✓ |
| AzureDisk | ✓ | - | - |