Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
namecommon-namespace

Namespace

Info

This command show shows namespaces that were pre-created by the eksctl tool at cluster creation time.

Code Block
languagebash
kubectl get ns
Namespace that is used throughout the remainder of the installation guide will follow whatever namespace configured under iam.serviceAccounts portion in the uepe-eks.yaml file in Set Up Kubernetes Cluster - AWS section

Proceed to create namespace if the desire namespace hasn’t been created yet.

Create a namespace of your choice:

Code Block
languagebash
kubectl create namespace <namespace>

Unless explicitly stated, this is the namespace that is used throughout the remainder of this installation guide.