You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kind: Moduletype: helmname: mysqldescription: Mysql deployment via helmchart: stable/mysqlvalues:
mysqlRootPassword: passwordinitializationFiles:
oauth-db.sql: |- CREATE DATABASE IF NOT EXISTS oauth;
Expected behavior
Exceptions are caught. Logs can be viewed.
Reproducible example
kind: Projectname: oauth2environments:
- name: localvariables:
namespace: localproviders:
- name: local-kubernetesenvironments: [local]namespace: local
---
# mysqlkind: Moduletype: helmname: mysqldescription: Mysql deployment via helmchart: stable/mysqlvalues:
mysqlRootPassword: passwordinitializationFiles:
oauth-db.sql: |- CREATE DATABASE IF NOT EXISTS oauth;
Bug
Current Behavior
When clicking "Logs" on the daskboard, it spins forever, and I see this in my console:
The line of code throwing this error appears to be: https://github.com/garden-io/garden/blob/master/garden-service/src/plugins/kubernetes/util.ts#L67
I am using the stable/mysql helm chart which doesn't have a selector key in the spec. I logged the object to my console:
Here's from my garden.yml:
Expected behavior
Exceptions are caught. Logs can be viewed.
Reproducible example
Workaround
Get logs via kubectl :(
Suggested solution(s)
🔜 microsoft/TypeScript#16 (comment)
Your environment
docker-for-desktop mac
garden version
0.10.3
kubectl version
Client: Docker Engine - Community
Version: 19.03.1
API version: 1.40
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:18:17 2019
OS/Arch: darwin/amd64
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 19.03.1
API version: 1.40 (minimum version 1.12)
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:17:52 2019
OS/Arch: linux/amd64
Experimental: true
containerd:
Version: v1.2.6
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc:
Version: 1.0.0-rc8
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
docker-init:
Version: 0.18.0
GitCommit: fec3683
The text was updated successfully, but these errors were encountered: