Update proc-running-function.md (#6400)

Undo separeate kn func output for invoke
This commit is contained in:
Bruce Hamilton 2025-09-24 07:59:28 -07:00 committed by GitHub
parent f87291601d
commit df22126ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 21 deletions

View File

@ -67,10 +67,16 @@ You can verify that your function has been successfully run by using the `invoke
func invoke
```
!!! Success "Expected output"
```{ .bash .no-copy }
Received response
POST / HTTP/1.1 hello.default.127.0.0.1.sslip.io
=== "kn func"
```bash
kn func invoke
```
!!! Success "Expected output"
```{ .bash .no-copy }
Received response
POST / HTTP/1.1 hello.default.127.0.0.1.sslip.io
User-Agent: Go-http-client/1.1
Content-Length: 25
Accept-Encoding: gzip
@ -80,17 +86,5 @@ You can verify that your function has been successfully run by using the `invoke
Forwarded: for=10.244.0.15;proto=http
X-Forwarded-For: 10.244.0.15, 10.244.0.9
X-Forwarded-Proto: http
Body:
```
=== "kn func"
```bash
kn func invoke
```
!!! Success "Expected output"
```{ .bash .no-copy }
INFO:root:OK: Request Received
```
Body:
```