openwhisk
openwhisk copied to clipboard
How to update configuration modifications
Environment details:
- ubuntu 20.04.5
Steps to reproduce the issue:
- I want to modify the action memory, so i change openwhisk/common/scala/src/main/resources/application.conf

- To update the configuration, i run
ansible-playbook -i environments/local/ openwhisk.ymlagain. However, the result is as follows. The memory is 256m, not 128m i have set.
Question
- I wonder if i modify correctly and how to update my modifications
Did you rebuild the codes?
Do you mean .\gradlew distDocker, i referred to #5009, which mentioned that no need to redeploy
So i just run ansible-playbook -i environments/local/ openwhisk.yml , without running \gradlew distDocker again.
Could you give me some advice? @style95
Since the application.conf is included in the Docker image, you need to rebuild it.
When you change configurations via ansible variable or helm values, you don't need to rebuild it.
遇到了同样的问题,改了还是256m,请问解决了吗?