2020-09-14 00:29:20 UTC - Lixiang Ao: Hi community, I’m trying to add a config parameter to ShardingContainerPoolBalancerConfig for my research project. I’ve changed the class, add corresponding items to ./ansible/group_vars/all and ./ansible/roles/controller/tasks/deploy.yml. But pureconfig throws errors saying key not found. Anyone has a clue why? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600043360065900 ---- 2020-09-14 00:34:24 UTC - Lixiang Ao: it’s a k8s deployment https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600043664066600 ---- 2020-09-14 00:40:15 UTC - Lixiang Ao: I’m not very familiar with how these ansible config files work with k8s deployments…so not sure if this is the right way to add a parameter https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600044015068400?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 00:55:02 UTC - Rodric Rabbah: Ansible isn’t used to kube. Check the helm chart to add as env vars or add to application.conf files https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600044902069500?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:09:22 UTC - Lixiang Ao: makes sense https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600045762069700?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:13:10 UTC - Lixiang Ao: I’m curious why existing parameters like managedFraction is not defined in these files https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600045990069900?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:15:37 UTC - Lixiang Ao: nvm…found them https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600046137070100?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:15:44 UTC - Lixiang Ao: ./core/controller/src/main/resources/reference.conf https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600046144070300?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:16:27 UTC - Lixiang Ao: they use hyphens instead of underscores https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600046187070500?thread_ts=1600044015.068400&cid=C3TPCAQG1 ---- 2020-09-14 01:22:38 UTC - Rodric Rabbah: there’s a doc in docs/dev i think that explains the configuration params +1 : Lixiang Ao https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600046558070700?thread_ts=1600044015.068400&cid=C3TPCAQG1 ----