We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3df36 commit f6480bdCopy full SHA for f6480bd
contrib/systemd/origin-node-bootstrap.sysconfig
@@ -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