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
We have just created a deployment whose replica size is 2 that is running the pod
316
-
called `snowflake` with a basic container that just serves the hostname.
317
+
We have created a deployment whose replica size is 2 that is running the pod
318
+
called `snowflake` with a basic container that serves the hostname.
317
319
-->
318
-
我们刚刚创建了一个副本个数为 2 的 Deployment,运行名为 `snowflake` 的
319
-
Pod,其中包含一个仅负责提供主机名的基本容器。
320
+
我们创建了一个副本个数为 2 的 Deployment,运行名为 `snowflake` 的
321
+
Pod,其中包含一个负责提供主机名的基本容器。
320
322
321
323
```shell
322
324
kubectl get deployment -n=development
@@ -486,15 +488,15 @@ Use cases include:
486
488
<!--
487
489
When you create a [Service](/docs/concepts/services-networking/service/), it creates a corresponding [DNS entry](/docs/concepts/services-networking/dns-pod-service/).
488
490
This entry is of the form `<service-name>.<namespace-name>.svc.cluster.local`, which means
489
-
that if a container just uses `<service-name>` it will resolve to the service which
491
+
that if a container uses `<service-name>` it will resolve to the service which
490
492
is local to a namespace. This is useful for using the same configuration across
491
493
multiple namespaces such as Development, Staging and Production. If you want to reach
492
494
across namespaces, you need to use the fully qualified domain name (FQDN).
Caution: Dynamic Kubelet Configuration feature is deprecated and should not be used. Please switch to alternative means distributing configuration to the Nodes of your cluster.
0 commit comments