Roland Huß
Roland Huß
Epic to collect all refactoring and cleanup tasks - [ ] #989 - [ ] #888 - [ ] #110 - [ ] #1591
Epic for all stories about declarative service management with `kn service apply` - [ ] #1073 - [ ] #1187 - [ ] #1184 - [ ] #1086
Since we have collected all concurrency related options with the option prefix `--concurrency-` and also list them together in `kn service describe`, the autoscale window parameter should be also in...
In order to allow `kn` to reuse some (stateful) context that is provided by a plugin, I'm proposing to extend the "plugin contract". The original use case is to share...
Currentl `kn service export` export services, but does not cleanup everything. Some default values are still contained like in: ```yaml apiVersion: client.knative.dev/v1alpha1 kind: Export metadata: creationTimestamp: null spec: revisions: null...
The following things should be added to improve #964 : * Add Changelog entry * Add an e2e test for `kn service apply -f` * Fix some formatting issue (comment...
This "handbook" is supposed to be a standalone manual which should help to understand the development flow of the client and also should make it easier for newcomers to ramp...
### Feature request As described in https://github.com/knative/client/pull/964#issuecomment-707184807 the way we are performing the 3way merge for a `kn service apply` is limited and can be improved. ### Use case Instead...
### Feature request Add a new command group `config` for managing `kn` configuration files ### Use case `kn` can be customized by a local configuration file, that e.g. can specify...
## In what area(s)? ## Describe the feature: Debugging and verbose output should be treated in a consistent way over all commands. Currently, we have * `kn plugin list --verbose`...