• Robert Roland's avatar
    Removing quoting of the PROXY_SETTING value. · ebeb7bc5
    Robert Roland authored
    When PROXY_SETTING is empty, you end up an empty
    command of "", as witnessed by this bash debug
    output when +x is enabled:
    
        + '' /home/ubuntu/kube/make-ca-cert.sh 10.0.0.232 IP:10.0.0.232,IP:192.168.3.1,DNS:kubernetes,DNS:kubernetes.default,DNS:kubernetes.default.svc,DNS:kubernetes.default.svc.cluster.local
    
    Given the example:
    
        PROXY_SETTING="http_proxy=http://server:port https_proxy=https://server:port"
    
    You would not want this quoted on the script executed
    on the remote master or minion node.
    
    Enabling +e, for additional tracing and to
    abort on any failure in the remote SSH session.
    
    Adding a DEBUG parameter into config-default.sh allowing additional
    debug information to be present in the logs during node rollout, using
    bash's "set -x" when DEBUG=true
    ebeb7bc5
Name
Last commit
Last update
..
addons Loading commit data...
aws Loading commit data...
centos Loading commit data...
gce Loading commit data...
gke Loading commit data...
images Loading commit data...
juju Loading commit data...
kubemark Loading commit data...
libvirt-coreos Loading commit data...
mesos/docker Loading commit data...
ovirt Loading commit data...
rackspace Loading commit data...
saltbase Loading commit data...
ubuntu Loading commit data...
vagrant Loading commit data...
vsphere Loading commit data...
README.md Loading commit data...
common.sh Loading commit data...
get-kube.sh Loading commit data...
kube-down.sh Loading commit data...
kube-env.sh Loading commit data...
kube-push.sh Loading commit data...
kube-up.sh Loading commit data...
kube-util.sh Loading commit data...
kubectl.sh Loading commit data...
options.md Loading commit data...
test-conformance.sh Loading commit data...
test-e2e.sh Loading commit data...
test-network.sh Loading commit data...
test-smoke.sh Loading commit data...
update-storage-objects.sh Loading commit data...
validate-cluster.sh Loading commit data...