Roland Huß

Results 474 comments of Roland Huß

Which options are actually possible ? Would be good to list those in this issue. If multiple Options can be provided that should be dependable via `,`, like in `--volume...

For reference: Here's the previous discussion that resulted in the `--target` name: https://github.com/knative/client/pull/1122#pullrequestreview-547101347

I think we should use this issue as well for nailing down the final option name for the offline mode. `--target` seems to be contentious, so let's open the bike...

@salaboy, I'm not convinced about `--dry-run` as the proper option name for creating a YAML file and printing it offline. `--dry-run` actually means (at least how to interpret it): **Do...

I'm open for renaming it to `--output` (with the usual deprecation cycle) (maybe with possible values `yaml` & `json` and instead of a filename, print it always to standard out....

The issue here is, that we don't support BYO revision name with `kn service apply`. The reason is that we can't make that idem-potent, e.g. calling `kn service apply` a...

Checking your script, I think you don't have to set the revision name anymore explicitly as by default `kn` is using server-side generated revision names now since 0.21. If you...