Bostjan Bozic

Results 7 comments of Bostjan Bozic

This currently occurs even if you do not specify custom environment. Basically just creating experiment with basic "Hello world" script fails on image build step.

It seems problem is that by default `r-essentials` package is installed. As a workaround, what you can do is build and use custom environment. I used something like this (`Dockerfile`):...

Hello, I am receiving same error and issue is I am behind corporate proxy: `2019/01/23 15:51:20 Post https://slack.com/api/chat.postMessage: dial tcp 13.32.17.131:443: i/o timeout` I have deployed kubewatch via helm. Any...

It seems that RSA is still in use: ``` > ssh-keyscan github.com # github.com:22 SSH-2.0-babeld-408889af github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl # github.com:22 SSH-2.0-babeld-408889af # github.com:22 SSH-2.0-babeld-408889af # github.com:22 SSH-2.0-babeld-408889af github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==...

I played around with it and saw that this can be sorted with `spec.extraConfig.resources.compareoptions.ignoreAggregatedRoles: true`

I have been fiddling around a bit, checking how to approach this. My question is, should we try and follow new scaffolded structure/parameters as much as possible or do we...