Skip to content

Commit f1ae771

Browse files
committed
MachineConfigs: initial commit of sample MCs
Rather than let them bit rot on my laptop, lets save these to git
1 parent 181fb05 commit f1ae771

39 files changed

+1052
-0
lines changed

MachineConfigs/bz1764001.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
apiVersion: machineconfiguration.openshift.io/v1
2+
kind: MachineConfig
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
machineconfiguration.openshift.io/role: worker
7+
name: 10-crio-default-env
8+
spec:
9+
config:
10+
ignition:
11+
config: {}
12+
security:
13+
tls: {}
14+
timeouts: {}
15+
version: 2.2.0
16+
networkd: {}
17+
passwd: {}
18+
systemd: {
19+
"units": [
20+
{
21+
"name": "crio.service",
22+
"dropins": [{
23+
"name": "10-default-env.conf",
24+
"contents": '#foo'
25+
}]
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)