You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config-openshift-v4_22.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The OpenShift configuration is a YAML document conforming to the following speci
13
13
<divid="spec-docs"></div>
14
14
15
15
***variant** (string): used to differentiate configs for different operating systems. Must be `openshift` for this specification.
16
-
***version** (string): the semantic version of the spec for this document. This document is for version `4.22.0` and generates Ignition configs with version `3.6.0`.
16
+
***version** (string): the semantic version of the spec for this document. This document is for version `4.22.0` and generates Ignition configs with version `3.5.0`.
17
17
***metadata** (object): metadata about the generated MachineConfig resource. Respected when rendering to a MachineConfig, ignored when rendering directly to an Ignition config.
18
18
***name** (string): a unique [name](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names) for this MachineConfig resource.
19
19
***labels** (object): string key/value pairs to apply as [Kubernetes labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) to this MachineConfig resource. `machineconfiguration.openshift.io/role` is required.
@@ -140,14 +140,6 @@ The OpenShift configuration is a YAML document conforming to the following speci
140
140
***_trees_** (list of objects): a list of local directory trees to be embedded in the config. Symlinks must not be present. Ownership, file modes (using `file_mode`) and directories modes (using `dir_mode`) can be specified for the tree. If not specified, ownership is not preserved and file modes are set to 0755 if the local file is executable or 0644 otherwise. File attributes can be overridden by creating a corresponding entry in the `files` section; such entries must omit `contents`.
141
141
***local** (string): the base of the local directory tree, relative to the directory specified by the `--files-dir` command-line argument.
142
142
***_path_** (string): the path of the tree within the target system. Defaults to `/`.
143
-
***_file_mode_** (integer): Custom permissions to apply to files
144
-
***_dir_mode_** (integer): Custom permissions to apply to directories
145
-
***_user_** (object): User owner of the tree
146
-
***_name_** (string): username
147
-
***_id_** (integer): uid
148
-
***_group_** (object): Group owner of the tree
149
-
***_name_** (string): group name
150
-
***_id_** (integer): gid
151
143
***_systemd_** (object): describes the desired state of the systemd units.
152
144
***_units_** (list of objects): the list of systemd units. Every unit must have a unique `name`.
153
145
***name** (string): the name of the unit. This must be suffixed with a valid unit type (e.g. "thing.service").
Copy file name to clipboardExpand all lines: docs/config-openshift-v4_23-exp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The OpenShift configuration is a YAML document conforming to the following speci
100
100
***_compression_** (string): the type of compression used on the file (null or gzip). Compression cannot be used with S3.
101
101
***_verification_** (object): options related to the verification of the file.
102
102
***_hash_** (string): the hash of the file, in the form `<type>-<value>` where type is either `sha512` or `sha256`. If `compression` is specified, the hash describes the decompressed file.
103
-
***_mode_** (integer): the file's permission mode. Setuid/setgid/sticky bits are not supported. If not specified, the permission mode for files defaults to 0644 or the existing file's permissions if `overwrite` is false, `contents` is unspecified, and a file already exists at the path.
103
+
***_mode_** (integer): the file's permission mode. Setuid/setgid/sticky bits are supported. If not specified, the permission mode for files defaults to 0644 or the existing file's permissions if `overwrite` is false, `contents` is unspecified, and a file already exists at the path.
0 commit comments