Update Install-CniPlugin.ps1 (#520)
This commit is contained in:
Родитель
2ecca215be
Коммит
fea4205c69
|
@ -10,17 +10,17 @@ param(
|
|||
[string]
|
||||
[parameter(Mandatory=$true)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
$PluginVersion = "v0.7",
|
||||
$PluginVersion = "v1.0.33",
|
||||
|
||||
[string]
|
||||
[parameter(Mandatory=$false)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
$CniBinDir = "c:\cni\bin",
|
||||
$CniBinDir = "c:\k\azurecni\bin",
|
||||
|
||||
[string]
|
||||
[parameter(Mandatory=$false)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
$CniNetConfDir = "c:\cni\netconf"
|
||||
$CniNetConfDir = "c:\k\azurecni\netconf"
|
||||
)
|
||||
|
||||
function
|
||||
|
|
Загрузка…
Ссылка в новой задаче