Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate when a fresh terminal is required, in the instructions. #81

Merged
merged 4 commits into from Mar 11, 2024

Conversation

tpmccallum
Copy link
Contributor

Signed-off-by: tpmccallum tim.mccallum@fermyon.com

Indicate where a fresh terminal is required for an upcoming command (so long-running processes can continue while new commands are run)

Signed-off-by: tpmccallum tim.mccallum@fermyon.com

Indicate where a fresh terminal is required for an upcoming command (so long-running processes can continue while new commands are run)

Signed-off-by: Timothy McCallum <tim.mccallum@fermyon.com>
Copy link
Contributor

@ThorstenHans ThorstenHans left a comment

Choose a reason for hiding this comment

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

IMO, there is one fresh terminal instance too much. Generally, we ask the user to use a new terminal instance when the previously executed command is blocking. Although, running kubectl port-forward will block the terminal, a new instance is only required for the next command (curl)

@@ -106,7 +106,7 @@ simple-spinapp-5b8d8d69b4-snscs 1/1 Running 0 3m40s

```

Using the `NAME` from above, run the following `kubectl` command to listen on port 8083 locally and
In a fresh terminal, using the `NAME` from above, run the following `kubectl` command to listen on port 8083 locally and
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not required at this point, I would suggest removing this one

Signed-off-by: tpmccallum tim.mccallum@fermyon.com

Signed-off-by: Timothy McCallum <tim.mccallum@fermyon.com>
Copy link
Contributor

@ThorstenHans ThorstenHans left a comment

Choose a reason for hiding this comment

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

LGTM

`make run` is blocking the previous terminal instance, that is why we have to ask the user to use a new one

Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
@ThorstenHans ThorstenHans merged commit 668bc71 into main Mar 11, 2024
@ThorstenHans ThorstenHans deleted the tpmccallum-patch-3 branch March 11, 2024 07:46
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.

None yet

2 participants