Feature flag to enable/disable canary + optional prometheus install (#937)

This commit is contained in:
smruthi2187
2018-10-22 15:24:43 -07:00
committed by GitHub
parent e7f1d4564a
commit 0a8c6e97a6
20 changed files with 304 additions and 28 deletions
-2
View File
@@ -106,8 +106,6 @@ func canaryConfigCreate(c *cli.Context) error {
},
}
fmt.Printf("Canary config name : %s, ns : %s, trigger : %s", canaryConfigName, ns, trigger)
_, err = client.CanaryConfigCreate(canaryCfg)
util.CheckErr(err, "create canary config")