From 5c1d4612748100ed5e3b08600986940fe766b4d1 Mon Sep 17 00:00:00 2001 From: Christos Markou Date: Mon, 2 Dec 2024 18:54:23 +0200 Subject: [PATCH] Update docs/non-normative/k8s-migration.md Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> --- docs/non-normative/k8s-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/non-normative/k8s-migration.md b/docs/non-normative/k8s-migration.md index 5b9a64f539..8a8f305dac 100644 --- a/docs/non-normative/k8s-migration.md +++ b/docs/non-normative/k8s-migration.md @@ -37,7 +37,7 @@ and one for disabling the old schema called `semconv.k8s.disableLegacy`. Then: - 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 be enabled with `--feature-gates=-semconv.disableLegacy,+semconv.k8s.enableStable`. +- Both schemas can be enabled with `--feature-gates=-semconv.k8s.disableLegacy,+semconv.k8s.enableStable`.