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

Remove the duplicated flag in manifests #75

Merged
merged 1 commit into from
Jun 27, 2018
Merged
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: 0 additions & 1 deletion pkg/setup/templates/1.10.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
--cluster-dns={{ .DNSClusterIP }} \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.11.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
--cluster-dns={{ .DNSClusterIP }} \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.5.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--require-kubeconfig \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.6.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--require-kubeconfig \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.7.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--require-kubeconfig \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.8.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
--cluster-dns={{ .DNSClusterIP }} \
Expand Down
1 change: 0 additions & 1 deletion pkg/setup/templates/1.9.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ExecStart={{.RootABSPath}}/bin/hyperkube kubelet \
--hostname-override={{ .Hostname }} \
--root-dir=/var/lib/p8s-kubelet \
--healthz-port=10248 \
--cert-dir=/var/lib/p8s-kubelet/pki \
--kubeconfig={{.RootABSPath}}/manifest-config/kubeconfig-insecure.yaml \
--resolv-conf={{.RootABSPath}}/net.d/resolv.conf \
--cluster-dns={{ .DNSClusterIP }} \
Expand Down