bitpoke / stack

Open-Source WordPress Infrastructure on Kubernetes
https://www.bitpoke.io/stack
Apache License 2.0
162 stars 31 forks source link

Installation warnings #118

Open rstefan1 opened 3 years ago

rstefan1 commented 3 years ago

Stack version: v0.10.4

Warning: coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value <nil>

All logs:

→ helm upgrade -i stack presslabs/stack --namespace presslabs-system -f https://raw.githubusercontent.com/presslabs/stack/master/presets/gke.yaml
Release "stack" does not exist. Installing it now.
coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value <nil>
coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value <nil>
coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value <nil>
NAME: stack
LAST DEPLOYED: Tue Mar  2 10:06:51 2021
NAMESPACE: presslabs-system
STATUS: deployed
REVISION: 1
NOTES:
Presslabs stack has been successfully installed.

Create your first site by running:

  # helm install -n mysite presslabs/wordpress-site --set site.domains[0]=www.mysite.com

Then point your DNS to the Ingres IP. You can find the ingress IP by running:

  # kubectl get ingress mysite -o jsonpath='{.status.loadBalancer.ingress[*].ip}{"\n"}'
calind commented 2 years ago

A fix for this will land in the next release in a couple of weeks. Development is happening in drone-migrate-to-bitpoke branch.