adf-cli k8s image - Be able to override image by label and namespace (#5786)

* Ability to set the image of pods based on label

* Use the namespaces as filter
This commit is contained in:
Maurizio Vitale
2020-06-16 17:24:59 +01:00
committed by GitHub
parent 6fc97895ab
commit b92aa7dfd8
2 changed files with 23 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ In develop mode, the CLI takes the prebuilt scripts from the dist folder.
|docker-publish |publish docker image|
|init-aae-env |Init env|
|kubectl-delete |delete kubectl |
|kubectl-image |This command allows you to update a specific service on the rancher env with a specifig tag |
|kubectl-image |This command allows you to update a specific service on the rancher env with a specific tag |
|npm-publish | publish on npm |
| update-commit-sha | his command allows you to update the commit sha as part of the `package.json`. Your `package.json` must to have an existing property called "commit" |
|update-version |This command allows you to update the adf dependencies and js-api with different versions Update adf libs and js-api with latest alpha|