Error executing simple gameserver tutorial (node.js) #1562
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/bug
These are bugs.
kind/documentation
Documentation for Agones
Milestone
What happened:
Trying to test the simple gameserver tutorial:
Now I try to retrieve
GAMESERVER_NAME
:What you expected to happen:
Command
GAMESERVER_NAME=$(kubectl get gs -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
finishes successfully.How to reproduce it (as minimally and precisely as possible):
Follow steps from this tutorial
Anything else we need to know?:
Running in WSL.
Environment:
d46cba80156e86002b4097856702378c97bbfef6
)kubectl version
):The example works as expected if no using the failing step.
Maybe tutorials in Rust and C++ also fails (don't tested)
The text was updated successfully, but these errors were encountered: