Merge pull request #41979 from ardaguclu/kep-3895-alpha

document kubectl delete --interactive flag
pull/41857/head
Kubernetes Prow Robot 2023-08-07 07:34:33 -07:00 committed by GitHub
commit 69c22aa162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -369,6 +369,14 @@ kubectl [flags]
</td>
</tr>
<tr>
<td colspan="2">KUBECTL_INTERACTIVE_DELETE</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, the --interactive flag in the kubectl delete command will be activated, allowing users to preview and confirm resources before proceeding to delete by passing this flag.
</td>
</tr>
</tbody>
</table>