Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Added rancher-proxy package, proxy changes for custom clusters and rke2 packages#68

Open
MSpencer87 wants to merge 2 commits into
rancher-archives:mainfrom
MSpencer87:rancher-proxy-package2
Open

Added rancher-proxy package, proxy changes for custom clusters and rke2 packages#68
MSpencer87 wants to merge 2 commits into
rancher-archives:mainfrom
MSpencer87:rancher-proxy-package2

Conversation

@MSpencer87

Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +5 to +12
registry_ip:
type: string
readOnly: true
description: "Public IP address of the proxy bastion node"
registry_private_ip:
type: string
readOnly: true
description: "Private IP address of the proxy bastion node"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this needed?

Comment on lines +7 to +11
export HTTP_PROXY=http://${CORRAL_registry_private_ip}:3219
export HTTPS_PROXY=http://${CORRAL_registry_private_ip}:3219
export http_proxy=http://${CORRAL_registry_private_ip}:3219
export https_proxy=http://${CORRAL_registry_private_ip}:3219
export proxy_host=${CORRAL_registry_private_ip}:3219

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We already implemented half of the registry -> bastion rename output. Would this work if we used bastion_private_ip instead of registry_private_ip?

@markusewalker markusewalker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, awaiting offline confirmation that this is good to merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants