mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * edge_computing/ztp-migrate-clusterinstance.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="ztp-site_converter-ref_{context}"]
|
|
= Reference flags for the siteconfig-converter tool
|
|
|
|
The following matrix describes the flags for the `siteconfig-converter` tool.
|
|
|
|
[cols="1,1,4", options="header"]
|
|
|===
|
|
|Flag |Type |Description
|
|
|
|
|-d |string |Define the output directory for the converted `ClusterInstance` custom resources (CRs). This flag is required.
|
|
|
|
|-t |string |Define a comma-separated list of template references for clusters in namespace/name format. The default value is `open-cluster-management/ai-cluster-templates-v1`.
|
|
|
|
|-n |string |Define a comma-separated list of template references for nodes in namespace/name format. The default value is `open-cluster-management/ai-node-templates-v1`.
|
|
|
|
|-m |string |Define a comma-separated list of `ConfigMap` names to use for extra manifests references.
|
|
|
|
|-s |string |Define a comma-separated list of manifest names to suppress at the cluster level.
|
|
|
|
|-w |boolean |Write conversion warnings as comments to the head of the converted YAML files. The default value is `false`.
|
|
|
|
|-c |boolean |Copy comments from the original `SiteConfig` CRs to the converted `ClusterInstance` CRs. The default is false.
|
|
|
|
|=== |