Skip to content

Exiting the container falls back to localhost#4

Open
maltefiala wants to merge 1 commit intodcberg:masterfrom
maltefiala:patch-1
Open

Exiting the container falls back to localhost#4
maltefiala wants to merge 1 commit intodcberg:masterfrom
maltefiala:patch-1

Conversation

@maltefiala
Copy link

kubectl exec -it starts an interactive session with the container. Exiting the container ( root@helloworld-...:/app/src# exit) will throw the user out of the session to the computer kubectl was executed on. Running hostname -i afterwards therefore does not show the node's IP. It shows the IP of the computer kubectl was run on.

Removed the lines to not cause confusion.

`kubectl exec -it` starts an interactive session with the container. Exiting the container (`
root@helloworld-...:/app/src# exit`) will throw the user out of the session to the computer kubectl was executed on. Running `hostname -i` afterwards therefore does not show the node's IP. It shows the IP of the computer kubectl was run on.

Removed the lines to not cause confusion.
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.

1 participant