Skip to content

Commit c6b838c

Browse files
committed
docs: deprecate cl-config in favor of Butane
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 13f623a commit c6b838c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Container Linux Config Transpiler
3-
linktitle: Container Linux Config Transpiler
2+
title: "[DEPRECATED / EOL] Container Linux Config Transpiler"
43
description: YAML configuration format used to generate Ignition configs.
54
weight: 20
65
aliases:
76
- ../os/provisioning
87
- ../reference/migrating-to-clcs/provisioning
98
---
109

10+
: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:
11+
1112
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.
1213

1314
## 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)