[en] Fix Markdown format
This commit is contained in:
@@ -120,7 +120,7 @@ your Pod spec.
|
|||||||
|
|
||||||
For example, consider the following Pod spec:
|
For example, consider the following Pod spec:
|
||||||
|
|
||||||
{{<codenew file="pods/pod-with-node-affinity.yaml">}}
|
{{< codenew file="pods/pod-with-node-affinity.yaml" >}}
|
||||||
|
|
||||||
In this example, the following rules apply:
|
In this example, the following rules apply:
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ scheduling decision for the Pod.
|
|||||||
|
|
||||||
For example, consider the following Pod spec:
|
For example, consider the following Pod spec:
|
||||||
|
|
||||||
{{<codenew file="pods/pod-with-affinity-anti-affinity.yaml">}}
|
{{< codenew file="pods/pod-with-affinity-anti-affinity.yaml" >}}
|
||||||
|
|
||||||
If there are two possible nodes that match the
|
If there are two possible nodes that match the
|
||||||
`requiredDuringSchedulingIgnoredDuringExecution` rule, one with the
|
`requiredDuringSchedulingIgnoredDuringExecution` rule, one with the
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ kube-apiserver --authorization-mode=Example,RBAC --other-options --more-options
|
|||||||
The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_,
|
The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_,
|
||||||
_RoleBinding_ and _ClusterRoleBinding_. You can
|
_RoleBinding_ and _ClusterRoleBinding_. You can
|
||||||
[describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects),
|
[describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects),
|
||||||
or amend them, using tools such as `kubectl,` just like any other Kubernetes object.
|
or amend them, using tools such as `kubectl`, just like any other Kubernetes object.
|
||||||
|
|
||||||
{{< caution >}}
|
{{< caution >}}
|
||||||
These objects, by design, impose access restrictions. If you are making changes
|
These objects, by design, impose access restrictions. If you are making changes
|
||||||
|
|||||||
+1
-1
@@ -233,7 +233,7 @@ in order to configure checks that rely on gRPC.
|
|||||||
|
|
||||||
Here is an example manifest:
|
Here is an example manifest:
|
||||||
|
|
||||||
{{< codenew file="pods/probe/grpc-liveness.yaml">}}
|
{{< codenew file="pods/probe/grpc-liveness.yaml" >}}
|
||||||
|
|
||||||
To use a gRPC probe, `port` must be configured. If the health endpoint is configured
|
To use a gRPC probe, `port` must be configured. If the health endpoint is configured
|
||||||
on a non-default service, you must also specify the `service`.
|
on a non-default service, you must also specify the `service`.
|
||||||
|
|||||||
Reference in New Issue
Block a user