8000 Release v0.2.0: refactor+fix: configurable deployer / lib regularizer fix (#351) · ucr-serverless/flame · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.2.0

  • v0.2.0
  • 466e6cc
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified s 7A3E ignature. The key has expired.
  • Compare
    Choose a tag to compare
@myungjin myungjin tagged this 28 Feb 16:57
deployer's job template file is hard-coded, which makes it hard to use
different template file at deployment time. Using different different
template file is useful when underlying infrastructure is
different (e.g., k8s vs knative). To support that, template folder and
file is fed as config variables.

Also, deployer's config info is fed as command argument, which is
cumbersome. So, the config parsing part is refactored such that the
info is fed as a configuration file.

During the testing of deployer change, a bug in the library
is identified. The fix for it is added here too.

Finally, the local dns configuration in flame.sh is updated so that it
can be done correctly across different linux distributions (e.g.,
archlinux and ubuntu). The tests for flame.sh are under archlinux and
ubuntu.
Assets 2
Loading
0