Navid Shaikh

Results 73 comments of Navid Shaikh

> This doesn't happen when you apply YAML with kubectl since kubectl embeds the namespace in the request body. kn could carry this as workaround for now, it'll embed the...

> Do you have spelling ideas for the documentation? as in if documentation can be updated with a better explanation?

> I'm not convinced this is a good recommendable default, though. @praiskup Yes, any idea what could be a better solution if one wants to have NFS share mounted as...

> soon we could (in #208) add the 'postgres' user into 'root' group... @praiskup : I have been keeping an eye on PR #208. IIUC the outcome should be seamlessly...

> have you added proper group ownership to /tmp/foo? (sudo chgrp root /tmp/foo) @praiskup ``` # ls -la /tmp/foo/ total 0 drwxr-xr-x. 2 root root 6 Jan 10 15:08 ....

@dng00 : Lets discuss this in today's client working group call? we meet every week on Tuesday, you can find more details in the [charter](https://knative.dev/community/contributing/working-groups/working-groups/#client) (today's meeting starts in about...

I'll take it. /assign We can have `wait` sub-command with `--wait-timeout` flag to specify timeout in number of seconds before giving up waiting for the service to become ready (default...

> kn service wait-for-ready to be able to tell when a set of kubectl apply-ied configs have settled. Also, `kn` now supports `kn apply` with `wait` behaviour by default. So...