Skip to content

Instantly share code, notes, and snippets.

@filipproch
Created December 22, 2019 17:35
Show Gist options
  • Save filipproch/737f44708c6ae5e733d31925a5deeaf5 to your computer and use it in GitHub Desktop.
Save filipproch/737f44708c6ae5e733d31925a5deeaf5 to your computer and use it in GitHub Desktop.
2019/12/22 18:31:15 Validating tools available in PATH
exec: kubectl version --client
res: Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T23:42:50Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"darwin/amd64"}
exec: openssl version
res: LibreSSL 2.8.3
exec: helm version -c
res: Client: &version.Version{SemVer:"v2.16.1", GitCommit:"bbdfe5e7803a12bbdf97e94cd847859890cf4050", GitTreeState:"clean"}
exec: faas-cli version
res:  ___ _____ ____
/ _ \ _ __ ___ _ __ | ___|_ _ __ _/ ___|
| | | | '_ \ / _ \ '_ \| |_ / _` |/ _` \___ \
| |_| | |_) | __/ | | | _| (_| | (_| |___) |
\___/| .__/ \___|_| |_|_| \__,_|\__,_|____/
|_|
CLI:
commit: 73004c23e5a4d3fdb7352f953247473477477a64
version: 0.11.3
Plan loaded from: second.init.yaml
Validating registry credentials fileerror with registry credentials file. Please ensure it has been created correctly2019/12/22 18:31:16 Creating namespaces
exec: scripts/create-namespaces.sh
res: customresourcedefinition.apiextensions.k8s.io/challenges.acme.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/orders.acme.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/certificaterequests.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/certificates.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/clusterissuers.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/issuers.cert-manager.io created
namespace/openfaas created
namespace/openfaas-fn created
namespace/cert-manager created
NAME STATUS AGE
cert-manager Active 1s
default Active 141m
kube-node-lease Active 142m
kube-public Active 142m
kube-system Active 142m
openfaas Active 1s
openfaas-fn Active 1s
2019/12/22 18:31:25 0 customresourcedefinition.apiextensions.k8s.io/challenges.acme.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/orders.acme.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/certificaterequests.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/certificates.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/clusterissuers.cert-manager.io created
customresourcedefinition.apiextensions.k8s.io/issuers.cert-manager.io created
namespace/openfaas created
namespace/openfaas-fn created
namespace/cert-manager created
NAME STATUS AGE
cert-manager Active 1s
default Active 141m
kube-node-lease Active 142m
kube-public Active 142m
kube-system Active 142m
openfaas Active 1s
openfaas-fn Active 1s
Building Ingress
2019/12/22 18:31:25 Creating Tiller
exec: scripts/create-tiller-sa.sh
res: serviceaccount/tiller created
clusterrolebinding.rbac.authorization.k8s.io/tiller created
2019/12/22 18:31:25 serviceaccount/tiller created
clusterrolebinding.rbac.authorization.k8s.io/tiller created
2019/12/22 18:31:25
exec: scripts/create-tiller.sh
res: $HELM_HOME has been configured at /Users/filip/.helm.
Tiller (the Helm server-side component) has been updated to gcr.io/kubernetes-helm/tiller:v2.16.1 .
2019/12/22 18:31:25 $HELM_HOME has been configured at /Users/filip/.helm.
Tiller (the Helm server-side component) has been updated to gcr.io/kubernetes-helm/tiller:v2.16.1 .
2019/12/22 18:31:25
2019/12/22 18:31:25 Is tiller ready? 1/260
exec: ./scripts/get-tiller.sh
res:
tiller 0 <nil>
2019/12/22 18:31:28 Is tiller ready? 2/260
exec: ./scripts/get-tiller.sh
res:
tiller 0 <nil>
2019/12/22 18:31:30 Is tiller ready? 3/260
exec: ./scripts/get-tiller.sh
res: 1
tiller 0 1 <nil>
2019/12/22 18:31:30 Updating helm repos
exec: helm repo update
res: Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
2019/12/22 18:31:31 Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
2019/12/22 18:31:31
2019/12/22 18:31:31 Creating Ingress Controller
exec: scripts/install-nginx.sh
res: helm install stable/nginx-ingress --name nginxingress --set rbac.create=true
NAME: nginxingress
LAST DEPLOYED: Sun Dec 22 18:31:34 2019
NAMESPACE: default
STATUS: DEPLOYED
RESOURCES:
==> v1/Deployment
NAME AGE
nginxingress-nginx-ingress-controller 1s
nginxingress-nginx-ingress-default-backend 1s
==> v1/Pod(related)
NAME AGE
nginxingress-nginx-ingress-controller-5646959675-kvfpq 1s
nginxingress-nginx-ingress-default-backend-5bbf74cbf5-b4pwz 1s
==> v1/Service
NAME AGE
nginxingress-nginx-ingress-controller 1s
nginxingress-nginx-ingress-default-backend 1s
==> v1/ServiceAccount
NAME AGE
nginxingress-nginx-ingress 1s
nginxingress-nginx-ingress-backend 1s
==> v1beta1/ClusterRole
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/ClusterRoleBinding
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/Role
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/RoleBinding
NAME AGE
nginxingress-nginx-ingress 1s
NOTES:
The nginx-ingress controller has been installed.
It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status by running 'kubectl --namespace default get services -o wide -w nginxingress-nginx-ingress-controller'
An example Ingress that makes use of the controller:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
name: example
namespace: foo
spec:
rules:
- host: www.example.com
http:
paths:
- backend:
serviceName: exampleService
servicePort: 80
path: /
# This section is only required if TLS is to be enabled for the Ingress
tls:
- hosts:
- www.example.com
secretName: example-tls
If TLS is enabled for the Ingress, a Secret containing the certificate and key must also be provided:
apiVersion: v1
kind: Secret
metadata:
name: example-tls
namespace: foo
data:
tls.crt: <base64 encoded cert>
tls.key: <base64 encoded key>
type: kubernetes.io/tls
2019/12/22 18:31:35 0 helm install stable/nginx-ingress --name nginxingress --set rbac.create=true
NAME: nginxingress
LAST DEPLOYED: Sun Dec 22 18:31:34 2019
NAMESPACE: default
STATUS: DEPLOYED
RESOURCES:
==> v1/Deployment
NAME AGE
nginxingress-nginx-ingress-controller 1s
nginxingress-nginx-ingress-default-backend 1s
==> v1/Pod(related)
NAME AGE
nginxingress-nginx-ingress-controller-5646959675-kvfpq 1s
nginxingress-nginx-ingress-default-backend-5bbf74cbf5-b4pwz 1s
==> v1/Service
NAME AGE
nginxingress-nginx-ingress-controller 1s
nginxingress-nginx-ingress-default-backend 1s
==> v1/ServiceAccount
NAME AGE
nginxingress-nginx-ingress 1s
nginxingress-nginx-ingress-backend 1s
==> v1beta1/ClusterRole
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/ClusterRoleBinding
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/Role
NAME AGE
nginxingress-nginx-ingress 1s
==> v1beta1/RoleBinding
NAME AGE
nginxingress-nginx-ingress 1s
NOTES:
The nginx-ingress controller has been installed.
It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status by running 'kubectl --namespace default get services -o wide -w nginxingress-nginx-ingress-controller'
An example Ingress that makes use of the controller:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
name: example
namespace: foo
spec:
rules:
- host: www.example.com
http:
paths:
- backend:
serviceName: exampleService
servicePort: 80
path: /
# This section is only required if TLS is to be enabled for the Ingress
tls:
- hosts:
- www.example.com
secretName: example-tls
If TLS is enabled for the Ingress, a Secret containing the certificate and key must also be provided:
apiVersion: v1
kind: Secret
metadata:
name: example-tls
namespace: foo
data:
tls.crt: <base64 encoded cert>
tls.key: <base64 encoded key>
type: kubernetes.io/tls
Creating secret: s3-secret-key
exec: scripts/generate-sha.sh
res: c0a3a57fa30f86af6014155caa2826e0170fbc75
exec: kubectl create secret generic -n openfaas-fn s3-secret-key --from-literal=s3-secret-key=ee90ceededb66f430d6dbe44bc71af6658401230dd5de132c9a420eff9d8a0b7
res: secret/s3-secret-key created
{secret/s3-secret-key created
0}
Creating secret: s3-access-key
exec: scripts/generate-sha.sh
res: e3d23227b0f718cb2916e6bd4c4a37486c943581
exec: kubectl create secret generic -n openfaas-fn s3-access-key --from-literal=s3-access-key=2ca68026c16fa12c9ed9ef8b43390c18476006cc6a8edf94d24f11cc7bad2fc0
res: secret/s3-access-key created
{secret/s3-access-key created
0}
Creating secret: basic-auth
exec: scripts/generate-sha.sh
res: df040929b68d9852c876f4544d7cd624a595e186
exec: kubectl create secret generic -n openfaas basic-auth --from-literal=basic-auth-user=admin --from-literal=basic-auth-password=548e1e5d5b31addb51206398155225f9b614122ca24f4ee243ec4bad2fd1d6cb
res: secret/basic-auth created
{secret/basic-auth created
0}
Creating secret: payload-secret
exec: scripts/generate-sha.sh
res: 3b9e74693269ef6e0cb52701715085cf741f2521
exec: kubectl create secret generic -n openfaas payload-secret --from-literal=payload-secret=57e064803d4d01458b045d33da0e104119b0481edf43a70a6ebfaef5211c2e6a
res: secret/payload-secret created
{secret/payload-secret created
0}
Creating secret: jwt-private-key
exec: openssl ecparam -genkey -name prime256v1 -noout -out ./tmp/key
res:
exec: kubectl create secret generic -n openfaas jwt-private-key --from-file=key=./tmp/key
res: secret/jwt-private-key created
{secret/jwt-private-key created
0}
Creating secret: jwt-public-key
exec: openssl ec -in ./tmp/key -pubout -out ./tmp/key.pub
res:
exec: kubectl create secret generic -n openfaas jwt-public-key --from-file=key.pub=./tmp/key.pub
res: secret/jwt-public-key created
{secret/jwt-public-key created
0}
Creating secret: of-client-secret
exec: kubectl create secret generic -n openfaas of-client-secret --from-literal=of-client-secret=b6e0cbc06fe9363e2ff3e38af9892b5da94853e6050e8653c13cf410f79380c0
res: secret/of-client-secret created
{secret/of-client-secret created
0}
Creating secret: gitlab-webhook-secret
exec: scripts/generate-sha.sh
res: d5de7cbc23d58f51d0d0c4a4ad78c1013edc85c2
exec: kubectl create secret generic -n openfaas-fn gitlab-webhook-secret --from-literal=gitlab-webhook-secret=f96cfd6799b71ed9d84d68a05fe4ab42501e30e5dcda0346c8a6aff7c2230afd
res: secret/gitlab-webhook-secret created
{secret/gitlab-webhook-secret created
0}
Creating secret: gitlab-api-token
exec: kubectl create secret generic -n openfaas-fn gitlab-api-token --from-literal=gitlab-api-token=5FrrfXUxjppBjJSP_yzb
res: secret/gitlab-api-token created
{secret/gitlab-api-token created
0}
Creating secret: digitalocean-dns
exec: kubectl create secret generic -n cert-manager digitalocean-dns --from-file=access-token=/Users/filip/Downloads/do-access-token
res: secret/digitalocean-dns created
{secret/digitalocean-dns created
0}
Creating secret: registry-secret
exec: kubectl create secret generic -n openfaas registry-secret --from-file=config.json=./credentials/config.json
res: secret/registry-secret created
{secret/registry-secret created
0}
Creating secret: registry-pull-secret
exec: kubectl create secret generic -n openfaas-fn registry-pull-secret --type=kubernetes.io/dockerconfigjson --from-file=.dockerconfigjson=./credentials/config.json
res: secret/registry-pull-secret created
{secret/registry-pull-secret created
0}
2019/12/22 18:31:37 Patching openfaas-fn serviceaccount for pull secrets
exec: scripts/patch-fn-serviceaccount.sh
res: serviceaccount/default patched
2019/12/22 18:31:37 serviceaccount/default patched
2019/12/22 18:31:37
2019/12/22 18:31:37 Creating Minio
exec: scripts/install-minio.sh
res:
2019/12/22 18:31:39
2019/12/22 18:31:39 Error: a release named cloud-minio already exists.
Run: helm ls --all cloud-minio; to check the status of the release
Or run: helm del --purge cloud-minio; to delete it
2019/12/22 18:31:39 Creating Cert-Manager
exec: scripts/install-cert-manager.sh
res: "jetstack" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
NAME: cert-manager
LAST DEPLOYED: Sun Dec 22 18:31:42 2019
NAMESPACE: cert-manager
STATUS: DEPLOYED
RESOURCES:
==> v1/ClusterRole
NAME AGE
cert-manager-edit 2s
cert-manager-view 2s
cert-manager-webhook:webhook-requester 2s
==> v1/Deployment
NAME AGE
cert-manager 1s
cert-manager-cainjector 1s
cert-manager-webhook 1s
==> v1/Pod(related)
NAME AGE
cert-manager-55c44f98f-26cd9 1s
cert-manager-cainjector-576978ffc8-rg5qg 1s
cert-manager-webhook-c67fbc858-zb2dr 1s
==> v1/Service
NAME AGE
cert-manager 1s
cert-manager-webhook 1s
==> v1/ServiceAccount
NAME AGE
cert-manager 2s
cert-manager-cainjector 2s
cert-manager-webhook 2s
==> v1beta1/APIService
NAME AGE
v1beta1.webhook.cert-manager.io 1s
==> v1beta1/ClusterRole
NAME AGE
cert-manager-cainjector 2s
cert-manager-controller-certificates 2s
cert-manager-controller-challenges 2s
cert-manager-controller-clusterissuers 2s
cert-manager-controller-ingress-shim 2s
cert-manager-controller-issuers 2s
cert-manager-controller-orders 2s
==> v1beta1/ClusterRoleBinding
NAME AGE
cert-manager-cainjector 2s
cert-manager-controller-certificates 2s
cert-manager-controller-challenges 2s
cert-manager-controller-clusterissuers 2s
cert-manager-controller-ingress-shim 2s
cert-manager-controller-issuers 2s
cert-manager-controller-orders 2s
cert-manager-leaderelection 2s
cert-manager-webhook:auth-delegator 2s
==> v1beta1/MutatingWebhookConfiguration
NAME AGE
cert-manager-webhook 1s
==> v1beta1/Role
NAME AGE
cert-manager-cainjector:leaderelection 1s
cert-manager:leaderelection 1s
==> v1beta1/RoleBinding
NAME AGE
cert-manager-cainjector:leaderelection 1s
cert-manager-webhook:webhook-authentication-reader 1s
cert-manager:leaderelection 1s
==> v1beta1/ValidatingWebhookConfiguration
NAME AGE
cert-manager-webhook 1s
NOTES:
cert-manager has been deployed successfully!
In order to begin issuing certificates, you will need to set up a ClusterIssuer
or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
More information on the different types of issuers and how to configure them
can be found in our documentation:
https://docs.cert-manager.io/en/latest/reference/issuers.html
For information on how to configure cert-manager to automatically provision
Certificates for Ingress resources, take a look at the `ingress-shim`
documentation:
https://docs.cert-manager.io/en/latest/reference/ingress-shim.html
2019/12/22 18:31:44 0 "jetstack" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
NAME: cert-manager
LAST DEPLOYED: Sun Dec 22 18:31:42 2019
NAMESPACE: cert-manager
STATUS: DEPLOYED
RESOURCES:
==> v1/ClusterRole
NAME AGE
cert-manager-edit 2s
cert-manager-view 2s
cert-manager-webhook:webhook-requester 2s
==> v1/Deployment
NAME AGE
cert-manager 1s
cert-manager-cainjector 1s
cert-manager-webhook 1s
==> v1/Pod(related)
NAME AGE
cert-manager-55c44f98f-26cd9 1s
cert-manager-cainjector-576978ffc8-rg5qg 1s
cert-manager-webhook-c67fbc858-zb2dr 1s
==> v1/Service
NAME AGE
cert-manager 1s
cert-manager-webhook 1s
==> v1/ServiceAccount
NAME AGE
cert-manager 2s
cert-manager-cainjector 2s
cert-manager-webhook 2s
==> v1beta1/APIService
NAME AGE
v1beta1.webhook.cert-manager.io 1s
==> v1beta1/ClusterRole
NAME AGE
cert-manager-cainjector 2s
cert-manager-controller-certificates 2s
cert-manager-controller-challenges 2s
cert-manager-controller-clusterissuers 2s
cert-manager-controller-ingress-shim 2s
cert-manager-controller-issuers 2s
cert-manager-controller-orders 2s
==> v1beta1/ClusterRoleBinding
NAME AGE
cert-manager-cainjector 2s
cert-manager-controller-certificates 2s
cert-manager-controller-challenges 2s
cert-manager-controller-clusterissuers 2s
cert-manager-controller-ingress-shim 2s
cert-manager-controller-issuers 2s
cert-manager-controller-orders 2s
cert-manager-leaderelection 2s
cert-manager-webhook:auth-delegator 2s
==> v1beta1/MutatingWebhookConfiguration
NAME AGE
cert-manager-webhook 1s
==> v1beta1/Role
NAME AGE
cert-manager-cainjector:leaderelection 1s
cert-manager:leaderelection 1s
==> v1beta1/RoleBinding
NAME AGE
cert-manager-cainjector:leaderelection 1s
cert-manager-webhook:webhook-authentication-reader 1s
cert-manager:leaderelection 1s
==> v1beta1/ValidatingWebhookConfiguration
NAME AGE
cert-manager-webhook 1s
NOTES:
cert-manager has been deployed successfully!
In order to begin issuing certificates, you will need to set up a ClusterIssuer
or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
More information on the different types of issuers and how to configure them
can be found in our documentation:
https://docs.cert-manager.io/en/latest/reference/issuers.html
For information on how to configure cert-manager to automatically provision
Certificates for Ingress resources, take a look at the `ingress-shim`
documentation:
https://docs.cert-manager.io/en/latest/reference/ingress-shim.html
E1222 18:31:43.796849 72631 portforward.go:372] error copying from remote stream to local connection: readfrom tcp4 127.0.0.1:54654->127.0.0.1:54657: write tcp4 127.0.0.1:54654->127.0.0.1:54657: write: broken pipe
2019/12/22 18:31:44 Creating secrets for functions to consume
exec: scripts/create-functions-auth.sh
res: secret/basic-auth-user created
secret/basic-auth-password created
2019/12/22 18:31:45 secret/basic-auth-user created
secret/basic-auth-password created
2019/12/22 18:31:45
2019/12/22 18:31:45 Creating OpenFaaS
exec: scripts/install-openfaas.sh
res: "openfaas" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
Release "openfaas" does not exist. Installing it now.
2019/12/22 18:31:48 0 "openfaas" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "openfaas" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
Release "openfaas" does not exist. Installing it now.
Error: Could not get apiVersions from Kubernetes: unable to retrieve the complete list of server APIs: webhook.cert-manager.io/v1beta1: the server is currently unable to handle the request
2019/12/22 18:31:48 Is cert-manager ready? 1/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:31:51 Is cert-manager ready? 2/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:31:54 Is cert-manager ready? 3/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:31:56 Is cert-manager ready? 4/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:31:59 Is cert-manager ready? 5/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:01 Is cert-manager ready? 6/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:04 Is cert-manager ready? 7/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:06 Is cert-manager ready? 8/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:09 Is cert-manager ready? 9/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:13 Is cert-manager ready? 10/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:15 Is cert-manager ready? 11/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:18 Is cert-manager ready? 12/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:21 Is cert-manager ready? 13/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:24 Is cert-manager ready? 14/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:27 Is cert-manager ready? 15/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:29 Is cert-manager ready? 16/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:32 Is cert-manager ready? 17/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:35 Is cert-manager ready? 18/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:38 Is cert-manager ready? 19/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:40 Is cert-manager ready? 20/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:43 Is cert-manager ready? 21/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:46 Is cert-manager ready? 22/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:49 Is cert-manager ready? 23/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:52 Is cert-manager ready? 24/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:54 Is cert-manager ready? 25/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:32:57 Is cert-manager ready? 26/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:00 Is cert-manager ready? 27/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:03 Is cert-manager ready? 28/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:05 Is cert-manager ready? 29/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:08 Is cert-manager ready? 30/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:11 Is cert-manager ready? 31/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:14 Is cert-manager ready? 32/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:16 Is cert-manager ready? 33/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:19 Is cert-manager ready? 34/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:22 Is cert-manager ready? 35/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:25 Is cert-manager ready? 36/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:28 Is cert-manager ready? 37/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:31 Is cert-manager ready? 38/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:33 Is cert-manager ready? 39/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:36 Is cert-manager ready? 40/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:39 Is cert-manager ready? 41/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:42 Is cert-manager ready? 42/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:44 Is cert-manager ready? 43/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:47 Is cert-manager ready? 44/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:50 Is cert-manager ready? 45/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:53 Is cert-manager ready? 46/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:56 Is cert-manager ready? 47/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:33:58 Is cert-manager ready? 48/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:34:01 Is cert-manager ready? 49/260
exec: ./scripts/get-cert-manager.sh
res:
cert-manager 0 <nil>
2019/12/22 18:34:04 Is cert-manager ready? 50/260
exec: ./scripts/get-cert-manager.sh
res: True
cert-manager 0 True <nil>
exec: kubectl apply -f tmp/generated-ingress-ingress-wildcard.yaml
res: ingress.extensions/openfaas-ingress created
2019/12/22 18:34:05 0 ingress.extensions/openfaas-ingress created
exec: kubectl apply -f tmp/generated-ingress-ingress-auth.yaml
res: ingress.extensions/openfaas-auth-ingress created
2019/12/22 18:34:06 0 ingress.extensions/openfaas-auth-ingress created
exec: kubectl apply -f tmp/generated-tls-issuer-prod.yml
res: clusterissuer.cert-manager.io/letsencrypt-prod created
2019/12/22 18:34:06 0 clusterissuer.cert-manager.io/letsencrypt-prod created
exec: kubectl apply -f tmp/generated-tls-issuer-staging.yml
res: clusterissuer.cert-manager.io/letsencrypt-staging created
2019/12/22 18:34:06 0 clusterissuer.cert-manager.io/letsencrypt-staging created
exec: kubectl apply -f tmp/generated-tls-wildcard-domain-cert.yml
res: certificate.cert-manager.io/wildcard-cluster.devflow.site created
2019/12/22 18:34:07 0 certificate.cert-manager.io/wildcard-cluster.devflow.site created
exec: kubectl apply -f tmp/generated-tls-auth-domain-cert.yml
res: certificate.cert-manager.io/auth-system-cluster.devflow.site created
2019/12/22 18:34:07 0 certificate.cert-manager.io/auth-system-cluster.devflow.site created
Creating stack.yml
2019/12/22 18:34:07 Creating SealedSecrets
exec: scripts/install-sealedsecrets.sh
res: SealedSecrets release: v0.9.6
2019/12/22 18:34:10 SealedSecrets release: v0.9.6
2019/12/22 18:34:10 Error: a release named ofc-sealedsecrets already exists.
Run: helm ls --all ofc-sealedsecrets; to check the status of the release
Or run: helm del --purge ofc-sealedsecrets; to delete it
2019/12/22 18:34:10 Are SealedSecrets ready? 1/260
exec: ./scripts/get-sealedsecretscontroller.sh
res: 1
sealedsecretscontroller 0 1 <nil>
exec: ./scripts/export-sealed-secret-pubcert.sh
res: -----BEGIN CERTIFICATE-----
MIIErjCCApagAwIBAgIRAN3hZMdbtH37b/TkUrnKKLAwDQYJKoZIhvcNAQELBQAw
ADAeFw0xOTEyMjIxNjE4NDJaFw0yOTEyMTkxNjE4NDJaMAAwggIiMA0GCSqGSIb3
DQEBAQUAA4ICDwAwggIKAoICAQDOTvOEsAVDboCDS8Wvw0y0hCEUHIGXAhiQLcaB
L4FYrXf2nqK0Q3eynKtjF23MdgE84VG3aTg4w5+ReNhHLtC/C1U4SWgO4aegCeL8
rputr3GrNZzQSnWp44r9JFGyE3jU82nDxSu4bZEs2b4F5h60vYK8IZBcz1AesfHN
fR8UmeOlLsnBk4zxDtQrrnNC0Qvmidd/GKJ+M+6HQSWVoc4EtN+KHZYqqu1SZK9X
ws7b6K6sHBl8g8pBUZPdAgiehhMJrM06RQk3LZ/YvPj1cJcs01Nd8dYPfhrIHy+0
gfQAmCOlRENZ1MsbwhGbFYrArMZlNZ8iGguX+DgQk0g+mkLL2GCsXJRcEGFFi7x9
gk1gzTcR5uwyMkUG6o7geuAvjj0D+LdG8zsLQnUINuOfl+WMlLrbLG35K5OKyQPt
Zo/6IzptG/6JioIE+/4f5MeMCso9gFRisNMeP4otlbKlx6RTYxtEULi1aIzpQtnX
fTJpEcHxmNi0nASjv5GcFctnyNL0R0amgO7oRpT+oUQp0r6YXFx/uNt63LiVdxm4
+0h7nmjD99gE3kPAr4l6I+qMxRdZ52oZGjqeM6w5Mbh8UYCd3e3ZTacLHRAdeDp0
jyaFPSUFmGECPppvo4Z4uvftuua4w891dDyZ/mZV3aBCKMpwxKH+YVhPIY7gwcJp
T+kf/QIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAAEwDwYDVR0TAQH/BAUwAwEB/zAN
BgkqhkiG9w0BAQsFAAOCAgEAO9AQfk59Ad0VrbaSUM8jUlLtyxpIBjFIc/R8G0s8
uq2v6i/3Ogr4Im+GoNAsVuQiv1b8ZsEy6E1OVkhAp/5EaN1xDuhMqSez9xtMAOkr
XQjgD5ERPqFGP5O32kq7Li4HHFg8XB91DUVrwy2kqGyKiPkMAlV2FPlqv/Gx8k3n
48FoXJBwVUk7EZiqqUs5kuF1nbJQi/p7fN+FAWO5aDHmRF4uBQpTRa9RijaHd+uj
52+NavlX0cu5mTZKritsX05bwGRVZD3DwUBpOWrJUAPe+H4RI1glf++SJLsRxlJF
VKBj1w2pPaBBhF0WxBliii4LD+zAH3TBPpYH+mFnEAtcVAQv7QNh1ePeqmO+tdKH
r5dECFQFGTp80tgR5H5pY7kDxsf9pmO1v2CoXWvPpHONI1b3ZWkJyhlSI51Hp9W9
aH9v5giW6lv1vXvSQCRpWivR7UNsh45Hpcot8KRqzNq2JlE4wREYrhCcmHJpQXt8
O7zt3w7os0rXta9vE3zrBP0NVI+oP+9AG9eSMx9YB/4EKkIxtjJ+wSndC0pzOd7j
1c8xxWErOm0x4qcxplS7dI11Ln5UQcFvxOspl1H/xR5Liw79W9sA9dyPf/5d0cp3
bSF0k5jmQVjQHoKqH1Wub2g8PM0Tztq/nY/xvWdYe3p4IdLbEPPH8Qmyb6D6Kd2D
ldQ=
-----END CERTIFICATE-----
secrets cert 0 -----BEGIN CERTIFICATE-----
MIIErjCCApagAwIBAgIRAN3hZMdbtH37b/TkUrnKKLAwDQYJKoZIhvcNAQELBQAw
ADAeFw0xOTEyMjIxNjE4NDJaFw0yOTEyMTkxNjE4NDJaMAAwggIiMA0GCSqGSIb3
DQEBAQUAA4ICDwAwggIKAoICAQDOTvOEsAVDboCDS8Wvw0y0hCEUHIGXAhiQLcaB
L4FYrXf2nqK0Q3eynKtjF23MdgE84VG3aTg4w5+ReNhHLtC/C1U4SWgO4aegCeL8
rputr3GrNZzQSnWp44r9JFGyE3jU82nDxSu4bZEs2b4F5h60vYK8IZBcz1AesfHN
fR8UmeOlLsnBk4zxDtQrrnNC0Qvmidd/GKJ+M+6HQSWVoc4EtN+KHZYqqu1SZK9X
ws7b6K6sHBl8g8pBUZPdAgiehhMJrM06RQk3LZ/YvPj1cJcs01Nd8dYPfhrIHy+0
gfQAmCOlRENZ1MsbwhGbFYrArMZlNZ8iGguX+DgQk0g+mkLL2GCsXJRcEGFFi7x9
gk1gzTcR5uwyMkUG6o7geuAvjj0D+LdG8zsLQnUINuOfl+WMlLrbLG35K5OKyQPt
Zo/6IzptG/6JioIE+/4f5MeMCso9gFRisNMeP4otlbKlx6RTYxtEULi1aIzpQtnX
fTJpEcHxmNi0nASjv5GcFctnyNL0R0amgO7oRpT+oUQp0r6YXFx/uNt63LiVdxm4
+0h7nmjD99gE3kPAr4l6I+qMxRdZ52oZGjqeM6w5Mbh8UYCd3e3ZTacLHRAdeDp0
jyaFPSUFmGECPppvo4Z4uvftuua4w891dDyZ/mZV3aBCKMpwxKH+YVhPIY7gwcJp
T+kf/QIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAAEwDwYDVR0TAQH/BAUwAwEB/zAN
BgkqhkiG9w0BAQsFAAOCAgEAO9AQfk59Ad0VrbaSUM8jUlLtyxpIBjFIc/R8G0s8
uq2v6i/3Ogr4Im+GoNAsVuQiv1b8ZsEy6E1OVkhAp/5EaN1xDuhMqSez9xtMAOkr
XQjgD5ERPqFGP5O32kq7Li4HHFg8XB91DUVrwy2kqGyKiPkMAlV2FPlqv/Gx8k3n
48FoXJBwVUk7EZiqqUs5kuF1nbJQi/p7fN+FAWO5aDHmRF4uBQpTRa9RijaHd+uj
52+NavlX0cu5mTZKritsX05bwGRVZD3DwUBpOWrJUAPe+H4RI1glf++SJLsRxlJF
VKBj1w2pPaBBhF0WxBliii4LD+zAH3TBPpYH+mFnEAtcVAQv7QNh1ePeqmO+tdKH
r5dECFQFGTp80tgR5H5pY7kDxsf9pmO1v2CoXWvPpHONI1b3ZWkJyhlSI51Hp9W9
aH9v5giW6lv1vXvSQCRpWivR7UNsh45Hpcot8KRqzNq2JlE4wREYrhCcmHJpQXt8
O7zt3w7os0rXta9vE3zrBP0NVI+oP+9AG9eSMx9YB/4EKkIxtjJ+wSndC0pzOd7j
1c8xxWErOm0x4qcxplS7dI11Ln5UQcFvxOspl1H/xR5Liw79W9sA9dyPf/5d0cp3
bSF0k5jmQVjQHoKqH1Wub2g8PM0Tztq/nY/xvWdYe3p4IdLbEPPH8Qmyb6D6Kd2D
ldQ=
-----END CERTIFICATE-----
<nil>
exec: ./scripts/clone-cloud-components.sh
res: Checking out openfaas/openfaas-cloud@0.12.0
{Checking out openfaas/openfaas-cloud@0.12.0
Cloning into './tmp/openfaas-cloud'...
Checking out files: 92% (3476/3763)
Checking out files: 93% (3500/3763)
Checking out files: 94% (3538/3763)
Checking out files: 95% (3575/3763)
Checking out files: 96% (3613/3763)
Checking out files: 97% (3651/3763)
Checking out files: 98% (3688/3763)
Checking out files: 99% (3726/3763)
Checking out files: 100% (3763/3763)
Checking out files: 100% (3763/3763), done.
Note: checking out '0.12.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at af642cb Rename system-metrics to metrics #551
0}
exec: ./scripts/deploy-cloud-components.sh
res: service/of-builder created
deployment.apps/of-builder created
clusterrole.rbac.authorization.k8s.io/sealedsecrets-importer unchanged
rolebinding.rbac.authorization.k8s.io/manage-sealed-secrets created
serviceaccount/sealedsecrets-importer-rw created
deployment.apps/edge-auth created
service/edge-auth created
deployment.apps/edge-router created
service/edge-router created
service/edge-auth unchanged
Creating payload-secret in openfaas-fn
secret/payload-secret created
Fetch templates from repository: https://github.com/openfaas/templates.git at master
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Calling the OpenFaaS server to validate the credentials...
Cannot connect to OpenFaaS on URL: http://127.0.0.1:31111. Get http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: function-logs.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: git-tar.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: import-secrets.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: pipeline-log.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: audit-event.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: echo.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: system-metrics.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: buildshiprun.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: garbage-collect.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: list-functions.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'list-functions' failed to deploy with status code: 500
Function 'import-secrets' failed to deploy with status code: 500
Function 'pipeline-log' failed to deploy with status code: 500
Function 'audit-event' failed to deploy with status code: 500
Function 'buildshiprun' failed to deploy with status code: 500
Function 'garbage-collect' failed to deploy with status code: 500
Function 'function-logs' failed to deploy with status code: 500
Function 'git-tar' failed to deploy with status code: 500
Function 'echo' failed to deploy with status code: 500
Function 'system-metrics' failed to deploy with status code: 500
Deploying gitlab functions...
Deploying: git-tar.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: system-gitlab-event.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: gitlab-status.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: gitlab-push.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'system-gitlab-event' failed to deploy with status code: 500
Function 'gitlab-status' failed to deploy with status code: 500
Function 'gitlab-push' failed to deploy with status code: 500
Function 'git-tar' failed to deploy with status code: 500
Fetch templates from repository: https://github.com/openfaas-incubator/node10-express-template at master
Deploying: system-dashboard.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'system-dashboard' failed to deploy with status code: 500
{service/of-builder created
deployment.apps/of-builder created
clusterrole.rbac.authorization.k8s.io/sealedsecrets-importer unchanged
rolebinding.rbac.authorization.k8s.io/manage-sealed-secrets created
serviceaccount/sealedsecrets-importer-rw created
deployment.apps/edge-auth created
service/edge-auth created
deployment.apps/edge-router created
service/edge-router created
service/edge-auth unchanged
Creating payload-secret in openfaas-fn
secret/payload-secret created
Fetch templates from repository: https://github.com/openfaas/templates.git at master
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Checking if OpenFaaS GW is up.
Calling the OpenFaaS server to validate the credentials...
Cannot connect to OpenFaaS on URL: http://127.0.0.1:31111. Get http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: function-logs.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: git-tar.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: import-secrets.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: pipeline-log.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: audit-event.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: echo.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: system-metrics.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: buildshiprun.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: garbage-collect.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: list-functions.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'list-functions' failed to deploy with status code: 500
Function 'import-secrets' failed to deploy with status code: 500
Function 'pipeline-log' failed to deploy with status code: 500
Function 'audit-event' failed to deploy with status code: 500
Function 'buildshiprun' failed to deploy with status code: 500
Function 'garbage-collect' failed to deploy with status code: 500
Function 'function-logs' failed to deploy with status code: 500
Function 'git-tar' failed to deploy with status code: 500
Function 'echo' failed to deploy with status code: 500
Function 'system-metrics' failed to deploy with status code: 500
Deploying gitlab functions...
Deploying: git-tar.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: system-gitlab-event.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: gitlab-status.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Deploying: gitlab-push.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'system-gitlab-event' failed to deploy with status code: 500
Function 'gitlab-status' failed to deploy with status code: 500
Function 'gitlab-push' failed to deploy with status code: 500
Function 'git-tar' failed to deploy with status code: 500
Fetch templates from repository: https://github.com/openfaas-incubator/node10-express-template at master
Deploying: system-dashboard.
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Is OpenFaaS deployed? Do you need to specify the --gateway flag?
Put http://127.0.0.1:31111/system/functions: dial tcp 127.0.0.1:31111: connect: connection refused
Function 'system-dashboard' failed to deploy with status code: 500
2019/12/22 18:34:19 Attempting to expand templates from https://github.com/openfaas/templates.git
2019/12/22 18:34:20 Fetched 17 template(s) : [csharp csharp-armhf dockerfile go go-armhf java12 java8 node node-arm64 node-armhf node12 php7 python python-armhf python3 python3-armhf ruby] from https://github.com/openfaas/templates.git
Error from server (NotFound): services "gateway" not found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 31111: Connection refused
2019/12/22 18:35:24 Attempting to expand templates from https://github.com/openfaas-incubator/node10-express-template
2019/12/22 18:35:25 Fetched 3 template(s) : [node10-express node10-express-arm64 node10-express-armhf] from https://github.com/openfaas-incubator/node10-express-template
0}
Plan completed in 251.653573 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment