From eb369fbb167fe8b112a1aedda898770538f74682 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 28 Jan 2020 13:20:27 +0000 Subject: [PATCH] Enable fix for secret support --- cloud-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config.txt b/cloud-config.txt index b473fb8..d95dd01 100644 --- a/cloud-config.txt +++ b/cloud-config.txt @@ -16,7 +16,7 @@ runcmd: - curl -sSL https://github.com/containernetworking/plugins/releases/download/v0.8.5/cni-plugins-linux-amd64-v0.8.5.tgz | tar -xz -C /opt/cni/bin - mkdir -p /go/src/github.com/alexellis/ - cd /go/src/github.com/alexellis/ && git clone https://github.com/alexellis/faasd -- curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.7.0/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" +- curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.7.1/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" - cd /go/src/github.com/alexellis/faasd/ && /usr/local/bin/faasd install - systemctl status -l containerd --no-pager - journalctl -u faasd-provider --no-pager