Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Namespace

Skip this step If IAM Role for Service Account has already been setup at cluster creation time by the eksctl tool. These commands list service accounts that were created by the eksctl tool.

kubectl get sa -n uepe
kubectl get sa -n cert-manager

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

Create a namespace of your choice:

kubectl create namespace <namespace>

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

  • No labels