Skip to content

Commit b34d706

Browse files
committed
docs: deprecate cl-config in favor of Butane
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
1 parent 13f623a commit b34d706

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/docs/latest/provisioning/cl-config/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Container Linux Config Transpiler
2+
title: "[DEPRECATED / EOL] Container Linux Config Transpiler"
33
linktitle: Container Linux Config Transpiler
44
description: YAML configuration format used to generate Ignition configs.
55
weight: 20
@@ -8,6 +8,8 @@ aliases:
88
- ../reference/migrating-to-clcs/provisioning
99
---
1010

11+
:warning: TL; DR: Use [Butane](../config-transpiler). While Flatcar does support both Ignition spec version (2.x and 3.x), we encourage folks to use [Butane](../config-transpiler) first but we still maintain / document backward compatibility for users who still rely on Ignition 2.x. :warning:
12+
1113
Flatcar Container Linux automates machine provisioning with a specialized system for applying initial configuration. This system implements a process of (trans)compilation and validation for machine configs, and an atomic service to apply validated configurations to machines.
1214

1315
## Container Linux Config

content/docs/latest/provisioning/config-transpiler/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The resulting Ignition config is very much not intended to be human-friendly. It
1919
[butane]: https://github.com/coreos/butane/
2020
[ignition]: https://github.com/coreos/ignition
2121

22-
**Note:**: Butane is utilized to generate Ignition v3+ configurations. If you are still utilizing a version of Container Linux that requires Ignition v2, you can refer to the [Container Linux Config Transpiler][cl-config] documentation. This particularly applies to those using the current LTS releases.
22+
**Note:**: Butane is utilized to generate Ignition v3+ configurations. If you are still utilizing a version of Container Linux that requires Ignition v2, you can refer to the [Container Linux Config Transpiler][cl-config] documentation.
2323

2424
## Why a two-step process?
2525

0 commit comments

Comments
 (0)