2020-02-26 03:41:48 UTC - Pedro Fernandez: hi community! Just started learning about openwhisk and I am unsure which version I should use to play around. In the website points to the 0.9.0-incubating, but checking the branches it seems this one is 2 years old. Shall I just use the master branch with the latest passing build? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582688508061900 ---- 2020-02-26 03:49:35 UTC - Bill Zong: Yes. The master branch is stable. The tag missing problem is really confusing. Currently we use <https://github.com/apache/openwhisk-deploy-kube.git|https://github.com/apache/openwhisk-deploy-kube> project for deployment. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582688975065300?thread_ts=1582688975.065300&cid=C3TPCAQG1 ---- 2020-02-26 04:03:15 UTC - Saahitya E: Hey another noob question with regard to the codebase. Why is totalShare(refers to total cpuShares) 1024, isn't cpuShares a relative value(in the sense that 2 containers with 1024 cpuShares each would still get 50% cpu time) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582689795070100 ---- 2020-02-26 04:37:15 UTC - Pedro Fernandez: thanks for the info! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582691835070200?thread_ts=1582688975.065300&cid=C3TPCAQG1 ----