-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Add note shortcode to 'Debugging Kubernetes nodes with crictl' #25507
Add note shortcode to 'Debugging Kubernetes nodes with crictl' #25507
Conversation
/cc @sftim |
Deploy preview for kubernetes-io-master-staging ready! Built with commit c86ca1a https://deploy-preview-25507--kubernetes-io-master-staging.netlify.app |
The preview for the edited page: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: d909b075b837d57c075d583ed946fdc54dc1c59b
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @reylejano
/approve
{{< note >}} | ||
Warn: the output format of CRICTL is similar to Docker CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your script output parsing. | ||
{{< /note >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd write:
{{< note >}} | |
Warn: the output format of CRICTL is similar to Docker CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your script output parsing. | |
{{< /note >}} | |
{{< note >}} | |
The output format of CRICTL is similar to Docker CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your script output parsing. | |
{{< /note >}} |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer, sftim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes k/website issue 25504
Add note shortcode to 'Debugging Kubernetes nodes with crictl'