Skip to content

Commit

Permalink
task-12421 Adapt kubespray to be able to handle new OS
Browse files Browse the repository at this point in the history
- docker is preinstalled with fedora coreos, needs to be disabled
  coreos/fedora-coreos-tracker#229
  • Loading branch information
Adrian Stadelmann committed Sep 11, 2019
1 parent 4b6de2e commit 55ab6bf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
variant: fcos
version: 1.0.0

#a ugly way to disable docker https://github.com/coreos/fedora-coreos-tracker/issues/229
systemd:
units:
- name: docker.service
enabled: false
contents: |
[Unit]
Description=disable docker

[Service]

[Install]
WantedBy=multi-user.target

storage:
disks:
- device: /dev/nvme0n1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
variant: fcos
version: 1.0.0

#a ugly way to disable docker https://github.com/coreos/fedora-coreos-tracker/issues/229
systemd:
units:
- name: docker.service
enabled: false
contents: |
[Unit]
Description=disable docker

[Service]

[Install]
WantedBy=multi-user.target

storage:
files:
- path: /etc/sysctl.d/max-user-watches.conf
Expand Down
14 changes: 14 additions & 0 deletions jaso_playbooks/roles/matchbox/templates/ignition/worker.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
variant: fcos
version: 1.0.0

#a ugly way to disable docker https://github.com/coreos/fedora-coreos-tracker/issues/229
systemd:
units:
- name: docker.service
enabled: false
contents: |
[Unit]
Description=disable docker

[Service]

[Install]
WantedBy=multi-user.target

storage:
files:
- path: /etc/sysctl.d/max-user-watches.conf
Expand Down

0 comments on commit 55ab6bf

Please sign in to comment.