odo: odo update does not update a component's configuration
Currently odo update
can only change the mode strategy (binary/local/git). Update command should be able to update a component’s configuration, moreover when config file #1092 is there.
I should be able to do:
odo update --mem 2GB
odo update --env XYZ=ABC
This should only be able to change component configuration, but not component type.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- Apply ComponentSettings as part of component push fixes #1198 Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push fixes #1198 Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push This commit adds the functionality to apply component settings to the deployed component when user does `odo push` fixes #1198 Signed-off-by: anmolb... — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push This commit adds the functionality to apply component settings to the deployed component when user does `odo push` fixes #1198 Signed-off-by: anmolb... — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push This commit adds the functionality to apply component settings to the deployed component when user does `odo push` fixes #1198 Signed-off-by: anmolb... — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push This commit adds the functionality to apply component settings to the deployed component when user does `odo push` fixes #1198 Signed-off-by: anmolb... — committed to anmolbabu/odo by anmolbabu 5 years ago
- Apply ComponentSettings as part of component push This commit adds the functionality to apply component settings to the deployed component when user does `odo push` fixes #1198 Signed-off-by: anmolb... — committed to anmolbabu/odo by anmolbabu 5 years ago
I think cmdA should be a set of commands: odo create odo config set/unset odo storage…
cmdB should be only: odo push
@girishramnani @anmolbabu can you please define how new update command will look like before you jump into implementation?