How to label default namespace in kubernetes?

I deployed istio by this AWS post:

When I run this step:

# label default namespace
kubectl label default ns istio-injection=enabled --overwrite

I got this error:

error: the server doesn't have a resource type "default"

Is it a wrong usage?