
Openfaas-fn hello-python-554b464498-zxcdv 0/1 ErrImagePull 0 3h23m Openfaas-fn hello-openfaas3-65847b8b67-b94kd 0/1 ImagePullBackOff 0 97m Openfaas-fn hello-openfaas2-7c67488865-qmrkl 0/1 ImagePullBackOff 0 13m Openfaas-fn hello-openfaas-7b6946b4f9-hcvq4 0/1 ImagePullBackOff 0 165m Openfaas-fn hello-openfaas-547857b9d6-z277c 0/1 ImagePullBackOff 0 127m

$ kubectl logs -n openfaas-fn deploy/hello-openfaas2Įrror from server (BadRequest): container "hello-openfaas2" in pod "hello-openfaas2-7c67488865-7d7vm" is waiting to start: image can't be pulled WARNING! You are not using an encrypted connection to the gateway, consider using HTTPS. # I add `imagePullPolicy: Never` to `hello-openfaas2.yml` $ faas-cli new -lang python3 hello-openfaas2 -prefix="wm" Normal ScalingReplicaSet 29m deployment-controller Scaled up replica set hello-openfaas-558f99477f to 1 NewReplicaSet: hello-openfaas-558f99477f (1/1 replicas created) Progressing False ProgressDeadlineExceeded Readiness: http-get delay=2s timeout=1s period=2s #success=1 #failure=3Īvailable False MinimumReplicasUnavailable Liveness: http-get delay=2s timeout=1s period=2s #success=1 #failure=3 RollingUpdateStrategy: 0 max unavailable, 1 max surge

Replicas: 1 desired | 1 updated | 1 total | 0 available | 1 unavailable $ kubectl describe -n openfaas-fn deploy/hello-openfaasĪnnotations: /revision: 1 $ kubectl logs -n openfaas-fn deploy/hello-openfaasĮrror from server (BadRequest): container "hello-openfaas" in pod "hello-openfaas-558f99477f-wd697" is waiting to start: trying and failing to pull image
