stack icon indicating copy to clipboard operation
stack copied to clipboard

Installation warnings

Open rstefan1 opened this issue 4 years ago • 1 comments

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"}'

rstefan1 avatar Mar 02 '21 08:03 rstefan1

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

calind avatar Dec 20 '21 08:12 calind