зеркало из https://github.com/Azure/aks-engine.git
azure npm addon has differently named pods (#4237)
This commit is contained in:
Родитель
272de5e0db
Коммит
c807be8c63
|
@ -184,6 +184,8 @@ var _ = Describe("Azure Container Cluster using the Kubernetes Orchestrator", fu
|
|||
addonPods = []string{"omsagent"}
|
||||
case "keyvault-flexvolume":
|
||||
addonNamespace = "kv"
|
||||
case "azure-npm-daemonset":
|
||||
addonPods = []string{"azure-npm"}
|
||||
}
|
||||
if hasAddon, addon := eng.HasAddon(addonName); hasAddon {
|
||||
for _, addonPod := range addonPods {
|
||||
|
|
Загрузка…
Ссылка в новой задаче