Walter
Walter
Make container fails on step 5 with this error: ``` Step 5/27 : RUN go install -v ./... ---> Running in 4dee84188e3d go: downloading k8s.io/apimachinery v0.17.4 go: downloading github.com/aws/aws-sdk-go v1.29.23...
Trying to connect to db from script using password on the cli, but mycli keeps asking me the password. Tried: mycli "mysql://username@host:3306/db_name" --password "password" mycli "mysql://username:password@host:3306$db_name"
Followed the blog to deploy an API gateway in front of a service and getting this error: `{"level":"error","ts":1606743951.5829248,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"ingress-controller","request":"default/api-95d8427d","error":"ValidationError: Circular dependency between resources: [Deployment, Resourceapiv1proxy, Methodapiv1, Methodapiv1proxy, Resourceapiv1]\n\tstatus code: 400,...