Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshoot readiness check #1545

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

sjvans
Copy link
Contributor

@sjvans sjvans commented Jan 8, 2025

No description provided.

@sjvans
Copy link
Contributor Author

sjvans commented Jan 8, 2025

hi @renejeglinsky

i'm getting Internal server error: Element is missing end tag. when trying to preview... any ideas?

sjvans and others added 2 commits January 8, 2025 11:25
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
@sjvans sjvans marked this pull request as ready for review January 8, 2025 10:33
@sjvans sjvans requested a review from smahati January 9, 2025 07:54
Comment on lines +730 to +743
::: details Troubleshoot using the Cloud Foundry CLI

```sh
cf apps # -> list all apps
cf app <your app name> # -> get details on your app, incl. state and routes
cf app <your app name> --guid # -> get your app's guid
cf curl "/v3/processes/<your app guid>/stats"
# -> list of processes (one per app instance) with property "routable"
# indicating whether the most recent readiness check was successful
```

See [cf curl](https://cli.cloudfoundry.org/en-US/v7/curl.html) and [The process stats object](https://v3-apidocs.cloudfoundry.org/version/3.184.0/index.html#the-process-stats-object) for details on how to use the CLI.

:::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just for the second option, right? I'd indent it then accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

99% 😂 cf app <your app name> would also let you know that no route is bound... your choice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants