Fabian Ruff
Fabian Ruff
With rkt in the bin we need a long-term solution on how to run the kubelet (and other pods/containers on evert node). In general we need a solution for the...
The flight controller is ensuring a couple of entries to the security group that is configured for the cluster. At the moment the controller reconciles: * the cluster security group...
At the moment we are using objectstore-3.eu-de-1.cloud.sap in all regions to fetch rkt components. We should change that to use the regional swift to remove a cross cluster dependency during...
Instead of listing all servers of a project we use a name filter with the regex `^(kks-?)$KLUSTERNAME-$POOLNAME` for the `name` attribute. In addition we also process the pages individually when...
Listening on anything but localhost on mac triggers a dialog whenever just compiled binary is started. For operator this can be avoided by having the metrics port and helm forwarded...
Trying to to access the corectl menu icon always gives a busy spinner in my corporate network. We have a mandatory http(s)_proxy and no direct internet connectivity. Seems like some...
When I added the `$UNPACK_ROOTFS` option to the builder-task after short usage I created this PR https://github.com/concourse/builder-task/pull/26 to move the `rootfs` to a separate output. The reason being better performance...
I'm having a hard time understanding the behavior of the lexer in the following case: ``` /\(/ { fmt.Printf("-> %q\n", yylex.Text()) } /\)/ { fmt.Printf("-> %q\n", yylex.Text()) } /[^( ][^...
Hi, how do you feel about adding an optional startup hook to your `ENTRYPOINT` script? I want to generate some nginx config from environment variables during startup and currently would...