saedHasan / kafkaK8sCluster

0 stars 0 forks source link

Namespace don't match #1

Open DollyVolley opened 6 months ago

DollyVolley commented 6 months ago

The namespace kafka-st does not exist, only kafka does

saedHasan commented 6 months ago

please double check if you run the create command for namespace.

kubectl create namespace kafka-st

then , you can switch the ns to be default using below command:

kubectl config set-context --current --namespace=kafka-st