Skip to content

Commit 2e73eb3

Browse files
ardaguclusoltysh
andauthored
Update content/en/blog/_posts/2024-06-21-custom-profiling-kubectl-debug.md
Co-authored-by: Maciej Szulik <[email protected]>
1 parent fb29532 commit 2e73eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for advanced troubleshooting?. There is no mechanism to achieve this.
4040

4141
## Custom Profiling
4242

43-
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.
43+
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.
4444
In order to debug the example-container above by creating an ephemeral container, we simply have to define this YAML:
4545

4646
```yaml

0 commit comments

Comments
 (0)