mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.4 KiB
Plaintext
27 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_configuring/microshift-using-config-yaml.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-yaml-custom_{context}"]
|
|
= Using custom settings
|
|
|
|
[role="_abstract"]
|
|
To create custom configurations, make a copy of the `config.yaml.default` file that is given in the `/etc/microshift/` directory, renaming it `config.yaml`. Keep this file in the `/etc/microshift/` directory, and then you can change supported settings that override the defaults before starting or restarting {microshift-short}.
|
|
|
|
If you have just a few changes to make to the default settings, consider using configuration drop-in snippets as an alternative method.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Restart {microshift-short} after changing any configuration settings to have them take effect. The `config.yaml` file is read only when {microshift-short} starts.
|
|
====
|
|
|
|
[id="microshift-yaml-custom-settings_{context}"]
|
|
== Separate restarts
|
|
Applications and other optional services used with your {microshift-short} node might also need to be restarted separately to apply configuration changes throughout the node. For example, when making changes to certain networking settings, you must stop and restart service and application pods to apply those changes. See each procedure for the task you are completing for more information.
|
|
|
|
[TIP]
|
|
====
|
|
If you add all of the configurations you need at the same time, you can minimize system restarts.
|
|
====
|