Jeffrey Breen

Results 4 comments of Jeffrey Breen

wow -- I never would have guess this was a browser problem, but also happens in FireFox 5 (hey, I'm slow...). It works fine in Safari FWIW.

> @andresmgot yes it does, it seems like only "triggers" command are affected > > ``` > kubeless trigger http list > FATA[0000] Can not create out-of-cluster client: stat :/Users/andreaspoldi/.kube/config:...

And if that does have anything to do with it, perhaps it's because `BuildOutOfClusterConfig()` in `cronjob-trigger/pkg/utils/k8sutil.go` lacks the call to `NewNonInteractiveDeferredLoadingClientConfig()` etc. which the version in `kubeless/pkg/utils/k8sutil.go` has...

> thanks for the report @jeffreybreen, maybe you can give it a try and send a PR? Thanks for the nudge -- you got it! https://github.com/kubeless/cronjob-trigger/pull/16 Copy-and-paste is my specialty...