We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62268 commit e7911dcCopy full SHA for e7911dc
roles/container-engine/containerd/templates/config.toml.j2
@@ -100,9 +100,9 @@ oom_score = {{ containerd_oom_score }}
100
[plugins."io.containerd.tracing.processor.v1.otlp"]
101
endpoint = "{{ containerd_tracing_endpoint }}"
102
protocol = "{{ containerd_tracing_protocol }}"
103
- {% if containerd_tracing_protocol == "grpc" %}
+{% if containerd_tracing_protocol == "grpc" %}
104
insecure = false
105
- {% endif %}
+{% endif %}
106
[plugins."io.containerd.internal.v1.tracing"]
107
sampling_ratio = {{ containerd_tracing_sampling_ratio }}
108
service_name = "{{ containerd_tracing_service_name }}"
0 commit comments