Skip to content

Commit 6fb52c5

Browse files
authored
Merge pull request #32897 from Sea-n/main
[en] Fix Markdown formats
2 parents 44269ec + 01c3c53 commit 6fb52c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ your Pod spec.
120120

121121
For example, consider the following Pod spec:
122122

123-
{{<codenew file="pods/pod-with-node-affinity.yaml">}}
123+
{{< codenew file="pods/pod-with-node-affinity.yaml" >}}
124124

125125
In this example, the following rules apply:
126126

@@ -167,7 +167,7 @@ scheduling decision for the Pod.
167167

168168
For example, consider the following Pod spec:
169169

170-
{{<codenew file="pods/pod-with-affinity-anti-affinity.yaml">}}
170+
{{< codenew file="pods/pod-with-affinity-anti-affinity.yaml" >}}
171171

172172
If there are two possible nodes that match the
173173
`requiredDuringSchedulingIgnoredDuringExecution` rule, one with the

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kube-apiserver --authorization-mode=Example,RBAC --other-options --more-options
3131
The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_,
3232
_RoleBinding_ and _ClusterRoleBinding_. You can
3333
[describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects),
34-
or amend them, using tools such as `kubectl,` just like any other Kubernetes object.
34+
or amend them, using tools such as `kubectl`, just like any other Kubernetes object.
3535

3636
{{< caution >}}
3737
These objects, by design, impose access restrictions. If you are making changes

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ in order to configure checks that rely on gRPC.
233233

234234
Here is an example manifest:
235235

236-
{{< codenew file="pods/probe/grpc-liveness.yaml">}}
236+
{{< codenew file="pods/probe/grpc-liveness.yaml" >}}
237237

238238
To use a gRPC probe, `port` must be configured. If the health endpoint is configured
239239
on a non-default service, you must also specify the `service`.

0 commit comments

Comments
 (0)