Welcome to the Linux Foundation Forum!

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

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

  • 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`

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training