2023-12-04 12:20:15 -05:00
// Module included in the following assemblies:
//
2024-10-03 12:42:06 -04:00
// * microshift_configuring/microshift-using-config-yaml.adoc
2023-12-04 12:20:15 -05:00
:_mod-docs-content-type: CONCEPT
[id="microshift-yaml-default_{context}"]
= Default settings
2024-11-06 11:45:48 -05:00
If you do not create a `config.yaml` file or use a configuration snippet YAML file, default values are used. The following example shows the default configuration settings.
2023-12-04 12:20:15 -05:00
* To see the default values, run the following command:
+
[source,terminal]
----
$ microshift show-config
----
+
.Default values example output in YAML form
[source,yaml]
----
2024-05-14 11:45:03 -04:00
apiServer:
advertiseAddress: 10.44.0.0/32 # <1>
auditLog:
2024-10-03 15:12:18 -04:00
maxFileAge: 0
maxFileSize: 200
maxFiles: 10
profile: Default
2024-05-14 11:45:03 -04:00
namedCertificates:
- certPath: ""
keyPath: ""
names:
- ""
2024-10-03 15:12:18 -04:00
subjectAltNames: []
2025-03-05 13:22:21 -05:00
tls:
cipherSuites:
minVersion: VersionTLS12
2024-05-14 11:45:03 -04:00
debugging:
2024-10-03 15:12:18 -04:00
logLevel: "Normal"
2023-12-04 12:20:15 -05:00
dns:
2024-10-03 15:12:18 -04:00
baseDomain: microshift.example.com
2024-05-14 11:45:03 -04:00
etcd:
2024-10-03 15:12:18 -04:00
memoryLimitMB: 0
2024-05-14 11:45:03 -04:00
ingress:
2025-07-08 13:07:38 -04:00
accessLogging:
destination:
type:
container:
maxLength: 1024
syslog:
address: ""
facility: ""
maxLength: 1024
port: 0
type: ""
httpCaptureCookies:
- matchType: ""
maxLength: 0
name: ""
namePrefix: ""
httpCaptureHeaders:
request:
- maxLength: 0
name: ""
response:
- maxLength: 0
name: ""
httpLogFormat: ""
status: Disabled
2025-04-07 14:51:58 -04:00
certificateSecret: router-certs-default
clientTLS:
allowedSubjectPatterns:
clientCA:
name: ""
clientCertificatePolicy: ""
2024-11-06 11:45:48 -05:00
defaultHTTPVersion: 1
forwardedHeaderPolicy: ""
2025-05-01 15:09:21 -04:00
httpCompression:
2025-04-07 14:51:58 -04:00
mimeTypes:
- ""
2024-11-06 11:45:48 -05:00
httpEmptyRequestsPolicy: Respond
2025-07-08 13:07:38 -04:00
httpErrorCodePages:
name: ""
listenAddress: []
2024-11-06 11:45:48 -05:00
logEmptyRequests: Log
2024-10-03 15:12:18 -04:00
ports:
2024-05-14 11:45:03 -04:00
http: 80
https: 443
routeAdmissionPolicy:
2024-10-03 15:12:18 -04:00
namespaceOwnership: InterNamespaceAllowed
2025-05-01 15:09:21 -04:00
wildcardPolicy: WildcardPolicyAllowed
2024-10-03 15:12:18 -04:00
status: Managed
2025-05-01 15:09:21 -04:00
tlsSecurityProfile:
2025-07-08 13:07:38 -04:00
type: Intermediate
2024-11-06 11:45:48 -05:00
tuningOptions:
2025-05-01 15:09:21 -04:00
clientFinTimeout: "1s"
clientTimeout: "30s"
2024-11-06 11:45:48 -05:00
headerBufferBytes: 0
headerBufferMaxRewriteBytes: 0
2025-05-01 15:09:21 -04:00
healthCheckInterval: "5s"
2024-11-06 11:45:48 -05:00
maxConnections: 0
2025-05-01 15:09:21 -04:00
serverFinTimeout: "1s"
serverTimeout: "30s"
2024-11-06 11:45:48 -05:00
threadCount: 0
2025-05-01 15:09:21 -04:00
tlsInspectDelay: "5s"
tunnelTimeout: "1h"
2024-10-03 15:12:18 -04:00
kubelet:
manifests:
2024-05-14 11:45:03 -04:00
kustomizePaths:
- /usr/lib/microshift/manifests
- /usr/lib/microshift/manifests.d/*
- /etc/microshift/manifests
- /etc/microshift/manifests.d/*
2023-12-04 12:20:15 -05:00
network:
clusterNetwork:
2024-10-03 15:12:18 -04:00
- 10.42.0.0/16
2025-04-08 07:11:37 -04:00
cniPlugin: ""
2025-04-07 14:51:58 -04:00
multus:
status: Disabled # <2>
2023-12-04 12:20:15 -05:00
serviceNetwork:
2024-10-03 15:12:18 -04:00
- 10.43.0.0/16
serviceNodePortRange: 30000-32767
2023-12-04 12:20:15 -05:00
node:
2024-10-03 15:12:18 -04:00
hostnameOverride: ""
2025-04-07 14:51:58 -04:00
nodeIP: "" # <3>
2024-10-03 15:12:18 -04:00
nodeIPv6: ""
2024-08-16 12:12:05 -04:00
storage:
2025-04-07 14:51:58 -04:00
driver: "" # <4>
optionalCsiComponents: # <5>
2024-08-16 12:12:05 -04:00
- ""
2025-03-06 07:15:47 -05:00
telemetry:
2025-04-07 14:51:58 -04:00
endpoint: https://infogw.api.openshift.com
proxy: ""
status: Enabled
2023-12-04 12:20:15 -05:00
----
2024-10-03 15:12:18 -04:00
<1> Calculated based on the address of the service network.
2025-04-07 14:51:58 -04:00
<2> Controls the deployment of the Multus Container Network Interface (CNI).
<3> The IP address of the default route.
<4> Default null value deploys Logical Volume Managed Storage (LVMS).
<5> Default null value deploys `snapshot-controller`.