Merge pull request #51189 from asa3311/sync-zh-184
[zh] sync system-traces finalizers deploy-intropull/51102/head
commit
e2616e18c8
|
@ -74,13 +74,14 @@ receivers:
|
||||||
grpc:
|
grpc:
|
||||||
exporters:
|
exporters:
|
||||||
# Replace this exporter with the exporter for your backend
|
# Replace this exporter with the exporter for your backend
|
||||||
logging:
|
exporters:
|
||||||
logLevel: debug
|
debug:
|
||||||
|
verbosity: detailed
|
||||||
service:
|
service:
|
||||||
pipelines:
|
pipelines:
|
||||||
traces:
|
traces:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
exporters: [logging]
|
exporters: [debug]
|
||||||
```
|
```
|
||||||
-->
|
-->
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -90,13 +91,14 @@ receivers:
|
||||||
grpc:
|
grpc:
|
||||||
exporters:
|
exporters:
|
||||||
# 用适合你后端环境的导出器替换此处的导出器
|
# 用适合你后端环境的导出器替换此处的导出器
|
||||||
logging:
|
exporters:
|
||||||
logLevel: debug
|
debug:
|
||||||
|
verbosity: detailed
|
||||||
service:
|
service:
|
||||||
pipelines:
|
pipelines:
|
||||||
traces:
|
traces:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
exporters: [logging]
|
exporters: [debug]
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -100,6 +100,16 @@ object once it is set.
|
||||||
* 删除请求已被发出之后,你无法复活该对象。唯一的方法是删除它并创建一个新的相似对象。
|
* 删除请求已被发出之后,你无法复活该对象。唯一的方法是删除它并创建一个新的相似对象。
|
||||||
{{</note>}}
|
{{</note>}}
|
||||||
|
|
||||||
|
{{<note>}}
|
||||||
|
<!--
|
||||||
|
Custom finalizer names **must** be publicly qualified finalizer names, such as `example.com/finalizer-name`.
|
||||||
|
Kubernetes enforces this format; the API server rejects writes to objects where the change does not use qualified finalizer names for any custom finalizer.
|
||||||
|
-->
|
||||||
|
自定义的 finalizer 名称**必须**是具有公共限定前缀的 finalizer 名称,
|
||||||
|
例如 `example.com/finalizer-name`。Kubernetes 强制要求使用这种格式;
|
||||||
|
如果对象中的更改未使用合规的限定格式,API 服务器将拒绝写入包含自定义 finalizer 的对象。
|
||||||
|
{{</note>}}
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
## Owner references, labels, and finalizers {#owners-labels-finalizers}
|
## Owner references, labels, and finalizers {#owners-labels-finalizers}
|
||||||
|
|
||||||
|
|
|
@ -123,7 +123,7 @@ that first by following the instructions from the [Hello Minikube tutorial](/doc
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
You will need to have installed kubectl as well. If you need to install it, visit
|
You will need to have installed kubectl as well. If you need to install it, visit
|
||||||
[install tools](/docs/tasks/tools/#kubectl) install tools.
|
[install tools](/docs/tasks/tools/#kubectl).
|
||||||
|
|
||||||
Now that you know what Deployments are, let's deploy our first app!
|
Now that you know what Deployments are, let's deploy our first app!
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue