Skip to content

Commit e573b34

Browse files
committed
Remove number-lines directive from all help files
1 parent ef16b28 commit e573b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation/kubernetes-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We provide a few examples for the major ones in this section, otherwise please c
2323

2424
GKE allows you to set static CPU policy using a [node system configuration](https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config):
2525
:::{code} yaml
26-
:number-lines:
26+
2727
kubeletConfig:
2828
cpuManagerPolicy: static
2929
:::
@@ -34,7 +34,7 @@ kubeletConfig:
3434
`eksctl` allows you to set static CPU policy for each node pool like:
3535

3636
:::{code} yaml
37-
:number-lines:
37+
3838
apiVersion: eksctl.io/v1alpha5
3939
kind: ClusterConfig
4040
# ...

0 commit comments

Comments
 (0)