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
@@ -409,6 +409,7 @@ A zone represents a logical failure domain. It is common for Kubernetes cluster
409
409
A region represents a larger domain, made up of one or more zones. It is uncommon for Kubernetes clusters to span multiple regions, While the exact definition of a zone or region is left to infrastructure implementations, common properties of a region include higher network latency between them than within them, non-zero cost for network traffic between them, and failure independence from other zones or regions. For example, nodes within a region might share power infrastructure (e.g. a UPS or generator), but nodes in different regions typically would not.
410
410
411
411
Kubernetes makes a few assumptions about the structure of zones and regions:
412
+
412
413
1) regions and zones are hierarchical: zones are strict subsets of regions and no zone can be in 2 regions
413
414
2) zone names are unique across regions; for example region "africa-east-1" might be comprised of zones "africa-east-1a" and "africa-east-1b"
414
415
@@ -539,7 +540,6 @@ a request where the client authenticated using the service account token.
539
540
If a legacy token was last used before the cluster gained the feature (added in Kubernetes v1.26), then
The value of the annotation is the container name that is default for this Pod. For example, `kubectl logs` or `kubectl exec` without `-c` or `--container` flag will use this default container.
The value of the annotation is the container name that is the default logging container for this Pod. For example, `kubectl logs` without `-c` or `--container` flag will use this default container.
633
+
634
+
{{< note >}}
635
+
This annotation is deprecated. You should use the [`kubectl.kubernetes.io/default-container`](#kubectl-kubernetes-io-default-container) annotation instead.
636
+
Kubernetes versions 1.25 and newer ignore this annotation.
0 commit comments