Skip to content

Commit

Permalink
Merge pull request #5057 from tsorya/igal/kas-render-infra-bootstrap
Browse files Browse the repository at this point in the history
bootstrap: add --infra-config-file to kube-api render
  • Loading branch information
openshift-merge-robot committed Jul 12, 2021
2 parents 56fbf8d + c2dd90e commit 9320484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ then
--asset-output-dir=/assets/kube-apiserver-bootstrap \
--config-output-file=/assets/kube-apiserver-bootstrap/config \
--cluster-config-file=/assets/manifests/cluster-network-02-config.yml \
--cluster-auth-file=/assets/manifests/cluster-authentication-02-config.yaml
--cluster-auth-file=/assets/manifests/cluster-authentication-02-config.yaml \
--infra-config-file=/assets/manifests/cluster-infrastructure-02-config.yml

cp kube-apiserver-bootstrap/config /etc/kubernetes/bootstrap-configs/kube-apiserver-config.yaml
cp kube-apiserver-bootstrap/bootstrap-manifests/* bootstrap-manifests/
Expand Down

0 comments on commit 9320484

Please sign in to comment.