Configuring your kubectl client


By default, Config Connector expects the resource's namespace to match the Google Cloud project ID where it's created.

To simplify commands, set your default namespace by running the following command:
kubectl config set-context --current --namespace NAMESPACE_NAME
Replace NAMESPACE_NAME with your namespace name.

What's next