Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1282 from mumoshu/fix-temp-kubelet-service-failure
Browse files Browse the repository at this point in the history
Fix temporary kubelet.service failures
  • Loading branch information
mumoshu authored May 8, 2018
2 parents 52481b5 + 442fc10 commit a55c665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,9 @@ coreos:
After=cfn-etcd-environment.service
{{ if not .Kubernetes.Networking.SelfHosting.Enabled -}}
Wants=flanneld.service
{{ else -}}
{{ end -}}
Wants=decrypt-assets.service
After=decrypt-assets.service
{{- end }}

[Service]
# EnvironmentFile=/etc/environment allows the reading of COREOS_PRIVATE_IPV4
Expand Down
3 changes: 1 addition & 2 deletions core/controlplane/config/templates/cloud-config-worker
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,9 @@ coreos:
{{ if not .Kubernetes.Networking.SelfHosting.Enabled -}}
Wants=flanneld.service cfn-etcd-environment.service
After=cfn-etcd-environment.service
{{ else -}}
{{ end -}}
Wants=decrypt-assets.service
After=decrypt-assets.service
{{- end }}
{{- if .Gpu.Nvidia.IsEnabledOn .InstanceType }}
Requires=nvidia-start.service
After=nvidia-start.service
Expand Down

0 comments on commit a55c665

Please sign in to comment.