Roland Huß

Results 474 comments of Roland Huß

Maybe explaining my use case clarifies a bit, why I want to hook into the context's lifecycle. I uses cubism for graphing live data obtained from [Jolokia](http://www.jolokia.org) which is a...

The error is a bit misleading: The 404 happens when trying to tag the image, but the image couldn't be created because of the error before: The command [/bin/sh -c...

+1 for option 2.1 as this would help also with creating a multi-tenant setup via NetworkPolicies which is currently not possible, because `NetworkPolicy`s don't work with DNS resolved external names...

@dprotaso you mention we should use 2.2 for the long term but IIUR that is only possible for K8s >= 1.22 (which introduces EndpointSlices). Since Knative supports K8s < 1.22...

Yeah, I'm perfectly fine with that as it is more explicit.

Latest thoughts on this feature (from https://github.com/syndesisio/syndesis/pull/1914#issuecomment-376429235): * Reviewer reviews, finds some minor issues which might or might not be fixed, but in general he's fine with the PR and...

The actual label should be configurable, though.

Another idea is to add "notif/triage" only if not any label is given during creation and automatically removed as soon as a label has been added. So no manual removal...

Yeah, that would be awesome ! We would also need a terminal emulation in JavaScript (sth. like [terminal.js](http://dailyjs.com/2015/01/22/terminaljs/) or the client part of [butterfly](http://paradoxxxzero.github.io/2014/02/28/butterfly.html))

We don't have direct access to the docker daemon, right ? Otherwise we could use the [websocket version of exec](https://docs.docker.com/reference/api/docker_remote_api_v1.20/#attach-to-a-container-websocket).