wso2 / k8s-api-operator

API Operator for Kubernetes
Apache License 2.0
115 stars 48 forks source link

Verify Scenario-13(S03) #547

Closed BLasan closed 3 years ago

BLasan commented 3 years ago

Description: Following command gives a "no namespace found" error. Command -

apictl create secret tls internal-wso2-credential \
        --key internal.wso2.com.key \
        --cert internal.wso2.com.crt \
        -n istio-system

Output -

Error from server (NotFound): namespaces "istio-system" not found
apictl: Error executing kubernetes commands  Reason: exit status 1
Exit status 1

Affected Product Version: 1.2.2

OS, DB, other environment details and versions:

Steps to reproduce:

BLasan commented 3 years ago

Not an issue