You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Depending on your network setup, this may be an internal ip address or an external ip address. In my case it's internal.
kubectl --namespace default get nodes -o jsonpath="{.items[0].status.addresses[0]}"
map[address:10.142.0.2 type:InternalIP]%
A better approach might be to inspect the type to see if it's internal or external. If you have two or more external address, just return the first one.
The text was updated successfully, but these errors were encountered:
jason-riddle
changed the title
NODE_IP in certain charts is being set to the internal ip address
NODE_IP in certain charts is set to the internal ip address
Feb 1, 2017
Prior conversation: #399 (comment).
Some charts refer to setting NODE_IP to the following.
A quick search (https://github.com/kubernetes/charts/search?utf8=%E2%9C%93&q=NODE_IP) reveals that quite a few charts are doing this.
Depending on your network setup, this may be an internal ip address or an external ip address. In my case it's internal.
A better approach might be to inspect the type to see if it's internal or external. If you have two or more external address, just return the first one.
The text was updated successfully, but these errors were encountered: