Pål Sivertsen

Results 23 comments of Pål Sivertsen

Some playground examples that might be of interest: https://play.golang.org/p/Xy5dceAdFdX https://play.golang.org/p/g3RH7J8NHJx

Issue seems to be related to the fact that `b.a_id` is both a primary and foreign key at the same time.

This is still an issue in version `1.0.195`

@hsanson The linter can be configured to output in several formats: `colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions` See https://golangci-lint.run/usage/configuration/#output-configuration Both the `json` and `github-actions` format include the severity: ``` $ golangci-lint run --out-format json {...

eks.7 with Kubernetes 1.14. I think everything should be up to date.

Hmm, I haven't done any special setup other than what AWS documentation recommends

I'll see if I've missed something from that issue, but as far as I can see that was an issue with GKE in a private network. How does the curl...

Dumping some more debug: Controller is running: ``` $ kubectl --namespace kube-system get po,svc,ep,rs,deploy -lname=sealed-secrets-controller NAME READY STATUS RESTARTS AGE pod/sealed-secrets-controller-84fcdcd5fd-zflkp 1/1 Running 0 19h NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)...

None ``` $ kubectl get --all-namespaces networkpolicies No resources found $ kubectl get --all-namespaces ciliumnetworkpolicies.cilium.io No resources found ```