Skip to content

More k8s proxy fixes#370

Open
dosaboy wants to merge 1 commit intocanonical:mainfrom
dosaboy:more-k8s-proxy-fix
Open

More k8s proxy fixes#370
dosaboy wants to merge 1 commit intocanonical:mainfrom
dosaboy:more-k8s-proxy-fix

Conversation

@dosaboy
Copy link
Member

@dosaboy dosaboy commented Mar 19, 2026

The proxy settings for cdk were not being applied correctly.

@dosaboy dosaboy force-pushed the more-k8s-proxy-fix branch 2 times, most recently from 82ee9c0 to 456f6d2 Compare March 20, 2026 13:49
@dosaboy dosaboy requested a review from nicolasbock March 20, 2026 14:02
nicolasbock
nicolasbock previously approved these changes Mar 20, 2026
Copy link
Collaborator

@nicolasbock nicolasbock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


# Automatically use proxy if in prodstack only
proxy=${http_proxy:-""}
if [[ -z ${http_proxy:-""} ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ -z ${http_proxy:-""} ]]; then
if [[ -z ${http_proxy} ]]; then

Should be sufficient now.

fi

_no_proxy=${no_proxy:-""}
if [[ -z ${no_proxy:-""} ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ -z ${no_proxy:-""} ]]; then
if [[ -z ${no_proxy} ]]; then

Same here

The proxy settings for cdk were not being applied correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants