Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy/osps/default/osp-flatcar-cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ spec:
After={{ .ContainerRuntime }}.service
{{- if eq .CloudProviderName "anexia" }}
Requires={{ .ContainerRuntime }}.service rpc-statd.service
Wants=apply-sysctl-settings.service
{{- else }}
Requires={{ .ContainerRuntime }}.service
{{- end }}
Expand Down
9 changes: 9 additions & 0 deletions deploy/osps/default/osp-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -891,3 +891,12 @@ spec:
PrintMotd no # handled by PAM
PasswordAuthentication no
ChallengeResponseAuthentication no
- path: /etc/systemd/timesyncd.conf
permissions: 644
content:
inline:
data: |
# ANXKUBE-1356 made us realise that we have to use our custom NTP servers,
# because the official Flatcar ones might be blocked by a firewall.
[Time]
NTP=ntp0101.anexia-it.net ntp0401.anexia-it.net ntp8201.anexia-it.net
9 changes: 9 additions & 0 deletions pkg/controllers/osc/testdata/osc-flatcar-aws-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,15 @@ spec:
ChallengeResponseAuthentication no
path: /etc/ssh/sshd_config
permissions: 600
- content:
inline:
data: |
# ANXKUBE-1356 made us realise that we have to use our custom NTP servers,
# because the official Flatcar ones might be blocked by a firewall.
[Time]
NTP=ntp0101.anexia-it.net ntp0401.anexia-it.net ntp8201.anexia-it.net
path: /etc/systemd/timesyncd.conf
permissions: 644
- content:
inline:
data: |
Expand Down

Large diffs are not rendered by default.