You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Kubernetes Basics](zh/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
45
+
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
<!-- The scheduler is not aware of which profiles are loaded onto which node, so the full set of profiles
431
431
must be loaded onto every node. An alternative approach is to add a node label for each profile (or
432
432
class of profiles) on the node, and use a
433
-
[node selector](/zh/docs/concepts/configuration/assign-pod-node/) to ensure the Pod is run on a
433
+
[node selector](/docs/concepts/configuration/assign-pod-node/) to ensure the Pod is run on a
434
434
node with the required profile. -->
435
435
调度程序不知道哪些配置文件加载到哪个节点上,因此必须将全套配置文件加载到每个节点上。另一种方法是为节点上的每个配置文件(或配置文件类)添加节点标签,并使用[节点选择器](/zh/docs/concepts/configuration/assign pod node/)确保 Pod 在具有所需配置文件的节点上运行。
436
436
@@ -525,7 +525,7 @@ logs or through `journalctl`. More information is provided in
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the [Configure Containers Using a ConfigMap](/zh/docs/tasks/configure-pod-container/configure-pod-configmap/) task.
12
+
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) task.
0 commit comments