File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed
images/node/system-container Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 340
340
"mode=755"
341
341
]
342
342
},
343
- {
344
- "type": "bind",
345
- "source": "$ORIGIN_CONFIG_DIR/openvswitch",
346
- "destination": "/etc/openvswitch",
347
- "options": [
348
- "rbind",
349
- "rw",
350
- "mode=755"
351
- ]
352
- },
353
343
{
354
344
"type": "bind",
355
345
"source": "$ORIGIN_DATA_DIR",
454
444
"ro"
455
445
]
456
446
},
457
- {
458
- "type": "bind",
459
- "source": "$ORIGIN_CONFIG_DIR/sdn",
460
- "destination": "/etc/openshift-sdn",
461
- "options": [
462
- "rbind",
463
- "rw",
464
- "mode=755"
465
- ]
466
- },
467
447
{
468
448
"type": "bind",
469
449
"source": "$ORIGIN_CONFIG_DIR/node",
Original file line number Diff line number Diff line change 7
7
"KUBELET_DATA_DIR" : " /var/lib/kubelet" ,
8
8
"MASTER_SERVICE" : " atomic-openshift-master.service" ,
9
9
"DOCKER_SERVICE" : " docker.service" ,
10
- "OPENVSWITCH_SERVICE" : " openvswitch.service" ,
11
10
"ADDTL_MOUNTS" : " "
12
11
}
13
12
}
Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
After=${DOCKER_SERVICE}
3
- After=${OPENVSWITCH_SERVICE}
4
3
Wants=${DOCKER_SERVICE}
5
4
After=$NAME-dep.service
6
5
After=${MASTER_SERVICE}
You can’t perform that action at this time.
0 commit comments