Skip to content

Commit f6480bd

Browse files
Add a node sysconfig for bootstrap
1 parent 6f3df36 commit f6480bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
OPTIONS="--loglevel=0 --bootstrap --kubeconfig=/etc/origin/node/node-bootstrap.kubeconfig"
2+
# /etc/origin/node/ should contain a node-bootstrap.kubeconfig file that can request
3+
# bootstrap certificates.
4+
#
5+
# If if your node is running on a separate host you can rsync the contents
6+
# rsync -a root@atomic-openshift-master:/var/lib/origin/origin.local.certificates/node-`hostname`/ /etc/origin/node
7+
CONFIG_FILE=/etc/origin/node/node-config.yaml
8+
9+
# Proxy configuration
10+
# Origin uses standard HTTP_PROXY environment variables. Be sure to set
11+
# NO_PROXY for your master
12+
#NO_PROXY=master.example.com
13+
#HTTP_PROXY=http://USER:PASSWORD@IPADDR:PORT
14+
#HTTPS_PROXY=https://USER:PASSWORD@IPADDR:PORT

0 commit comments

Comments
 (0)