clearlinux / cloud-native-setup

Automation around setting up the cloud-native content (kubernetes) on Clear Linux.
Apache License 2.0
61 stars 41 forks source link

Problems with no_proxy settings #308

Closed CraigSterrett closed 4 years ago

CraigSterrett commented 4 years ago

Each time setup_system.sh is run, it appends entries onto the no_proxy line without checking to see if the values are already set. In addition after writing the no_proxy values to the file, it does not source the file to pick up the new entries

CraigSterrett commented 4 years ago

Fixed with https://github.com/clearlinux/cloud-native-setup/pull/316