Update content/en/blog/_posts/2024-06-21-custom-profiling-kubectl-debug.md
Co-authored-by: Maciej Szulik <soltysh@gmail.com>pull/46909/head
parent
fb29532e18
commit
2e73eb307b
|
@ -40,7 +40,7 @@ for advanced troubleshooting?. There is no mechanism to achieve this.
|
|||
|
||||
## 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:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Reference in New Issue