Update content/en/blog/_posts/2024-06-21-custom-profiling-kubectl-debug.md

Co-authored-by: Maciej Szulik <soltysh@gmail.com>
pull/46909/head
Arda Güçlü 2024-07-11 16:50:12 +03:00 committed by GitHub
parent fb29532e18
commit 2e73eb307b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ for advanced troubleshooting?. There is no mechanism to achieve this.
## Custom Profiling ## Custom Profiling
Custom profiling is a new flag, namely `custom`, introduced in kubectl debug to provide extensibility. It expects partial `Container` spec in either YAML or JSON format. Custom profiling is a new functionality available under `--custom` flag, introduced in kubectl debug to provide extensibility. It expects partial `Container` spec in either YAML or JSON format.
In order to debug the example-container above by creating an ephemeral container, we simply have to define this YAML: In order to debug the example-container above by creating an ephemeral container, we simply have to define this YAML:
```yaml ```yaml