Add variable for the vsphere-csi namespace (#9278)

This commit is contained in:
Mahdi Abbasi
2022-09-15 13:31:23 +04:30
committed by GitHub
parent c4976437a8
commit 023b16349e
10 changed files with 26 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ You need to source the vSphere credentials you use to deploy your machines that
| vsphere_csi_aggressive_node_drain | FALSE | boolean | | false | Enable aggressive node drain strategy |
| vsphere_csi_aggressive_node_unreachable_timeout | FALSE | int | 300 | | Timeout till node will be drained when it in an unreachable state |
| vsphere_csi_aggressive_node_not_ready_timeout | FALSE | int | 300 | | Timeout till node will be drained when it in not-ready state |
| vsphere_csi_namespace | TRUE | string | | "vmware-system-csi" | vSphere CSI namespace to use
## Usage example