Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #409 from kinvolk/invidian/bootkube-rkt-host-etc-h…
Browse files Browse the repository at this point in the history
…osts

bootkube: use host's /etc/hosts entries
  • Loading branch information
invidian authored Aug 18, 2020
2 parents 8316275 + 7c46641 commit 524a81d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
- path: /etc/tmpfiles.d/etcd-wrapper.conf
filesystem: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
passwd:
users:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
- path: /etc/kubernetes/configure-kubelet-cgroup-driver
filesystem: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
passwd:
users:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
- path: /etc/kubernetes/configure-kubelet-cgroup-driver
filesystem: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ storage:
--insecure-options=image \
--net=host \
--dns=host \
--hosts-entry=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
- path: /etc/tmpfiles.d/etcd-wrapper.conf
filesystem: root
Expand Down
24 changes: 12 additions & 12 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

0 comments on commit 524a81d

Please sign in to comment.