Welcome to the Linux Foundation Forum!

Chapter 7 - Application Resiliency [LAB][pcf dev]

vlaskovic
vlaskovic Posts: 13

Everybody,

 

I have started my LFS232 training recently.

Curretnly I am working on Chapter 7 - Application Resiliency LAB, being to able to finish my task  described in title.

Using pcf dev, following error is thrown: cf kill --help 

FAILED

'kill' is not a registered command. See 'cf help -a'

 

May you suggest the answer since I havent managed to find any documentation related, please?

 

 

Thank you,

Slobodanka

Comments

  • spgreenberg
    spgreenberg Posts: 86
    edited December 2017

    The exercise calls for you to POST to the kill endpoint of the app.  `cf kill` is not a command, the kill endpoint is implemented in the application.

    For example, you could: `curl -X POST http://your-app/kill`

Categories

Upcoming Training