Skip to content

Commit

Permalink
bootkube: fix kube-apiserver cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts authored and mfojtik committed Oct 10, 2018
1 parent 1c30890 commit 7687262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/asset/ignition/content/bootkube.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ then
--config-output-file=/assets/kube-apiserver-bootstrap/config
cp kube-apiserver-bootstrap/config /etc/kubernetes/bootstrap-configs/kube-apiserver-config.yaml
cp --recursive kube-controller-manager-bootstrap/bootstrap-manifests/* bootstrap-manifests/
cp --recursive kube-controller-manager-bootstrap/manifests manifests/
cp --recursive kube-apiserver-bootstrap/bootstrap-manifests/* bootstrap-manifests/
cp --recursive kube-apiserver-bootstrap/manifests manifests/
fi
if [ ! -d kube-controller-manager-bootstrap ]
Expand Down

0 comments on commit 7687262

Please sign in to comment.