From 2ed8991d5d7d0c702bbbc04d34df6b6f5f575248 Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Mon, 2 Dec 2024 17:19:53 +0200 Subject: [PATCH] fix typos Signed-off-by: ChrsMark --- docs/non-normative/k8s-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/non-normative/k8s-migration.md b/docs/non-normative/k8s-migration.md index fc8c61bf17..5b9a64f539 100644 --- a/docs/non-normative/k8s-migration.md +++ b/docs/non-normative/k8s-migration.md @@ -33,11 +33,11 @@ One for enabling the new schema called `semconv.k8s.enableStable`, and one for disabling the old schema called `semconv.k8s.disableLegacy`. Then: - On alpha the old schema is enabled by default (`semconv.k8s.disableLegacy` defaults to false), - while the new schema is disabled (`semconv.k8s.enableStable` defaults to false). + while the new schema is disabled by default (`semconv.k8s.enableStable` defaults to false). - On beta/stable the old schema is disabled by default (`semconv.k8s.disableLegacy` defaults to true), while the new is enabled by default (`semconv.k8s.enableStable` defaults to true). - It is an error to disable both schemas -- Both schemas can enabled with `--feature-gates=-semconv.disableLegacy,+semconv.k8s.enableStable`. +- Both schemas can be enabled with `--feature-gates=-semconv.disableLegacy,+semconv.k8s.enableStable`.