Skip to content

Commit

Permalink
[en] Fix unclosed code block
Browse files Browse the repository at this point in the history
  • Loading branch information
bconfiden2 committed Jul 29, 2022
1 parent 550f3e5 commit b013857
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ without compromising the minimum required capacity for running your workloads.
apt-mark unhold kubelet kubectl && \
apt-get update && apt-get install -y kubelet={{< skew currentVersion >}}.x-00 kubectl={{< skew currentVersion >}}.x-00 && \
apt-mark hold kubelet kubectl
```
{{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}}
```shell
Expand Down

0 comments on commit b013857

Please sign in to comment.