Skip to content

Commit

Permalink
revert remove proxy vars (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz authored Mar 4, 2024
1 parent 3b8717e commit e96efbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/setup-microstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ retry() {
sleep 10
done
}
# remove proxy vars as we encountered a problem with no_proxy not being interpreted correctly.
head -n 1 /etc/environment > temp && sudo mv temp /etc/environment
unset HTTP_PROXY HTTPS_PROXY NO_PROXY http_proxy https_proxy no_proxy
# microk8s charm installed by microstack tries to create an alias for kubectl and fails otherwise
sudo snap remove kubectl
# Install microstack
Expand Down

0 comments on commit e96efbf

Please sign in to comment.