Dr Nic Williams

Results 138 issues of Dr Nic Williams

I'm vaguely hesitant from `sudo python setup.py install` install instructions. But for others, they might never get pass the pretty home page which doesn't mention how to install at all....

Currently the logs from all containers + init containers are mashed together. We know that init containers were run before main containers, and we know that init containers were run...

https://github.com/cloudfoundry/uaa/blob/master/docs/Sysadmin-Guide.rst#id8 documents the deprecated configuration for JWT signing keys; could this section be upgraded to the new syntax and also include a discussion on when/how to rotate keys?

unscheduled
documentation

The Up app has the lovely logo for so many vendors. Could the vendor logo be provided in the /transactions endpoint? Or perhaps a /vendors endpoint to return all my...

feature request

Currently users of an application must provide their singular private personal token to allow admin access to their account. Is there a timeline for oauth2 to provide more granular permissions...

general query

When I run `cf ssh ` the terminal session does not have the same environment that the application process has - my $PATH etc is not setup for the interpreter...

unscheduled

https://github.com/knative/serving/releases/tag/v0.4.1 FYI @maximilien & I are going to discuss `knctl` at cfsummit this week

Currently `knctl deploy -d path/to/folder` only supports a folder of raw source files. In cloud foundry, `cf push -p` supports both a folder and single file. The following demo should...

Currently `knctl install` does not install any build templates, and both `knctl deploy` and `knctl build create` do not use them by default (without `--template` flag). Instead, they manually construct...

Currently if a user targets a cluster without knative, or they've forgotten to install knative, we give an obscure message about resources: ``` $ knctl deploy \ --namespace helloworld \...