-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: unknown command "kubectl" for "kubectl" #354
Comments
I can delete the API using kubectl. The command `kubectl delete api online-store' worked (deleted the API CRD and the operator cleaned-up the deployments and services). |
Hi @LesterThomas did you change the apictl mode to k8s? " apictl set --mode k8s". Can you do this and try? |
@LesterThomas I could reproduce this with 3.1.1 and 3.1.2. It is working fine with 3.1.0. I missed that to state in previous comment as I was testing with 3.1.0. We'll have a look and get back to you on this. Thanks. |
Hi @LesterThomas thanks for reporting this. |
This issue has been fixed in https://github.com/wso2/product-apim-tooling/releases/tag/v3.1.3 |
I have deployed the ws02 api and operator on a new GKE cluster. I have followed scenario-1 and everything works correctly until I try and delete the API. When I issue the command
apictl delete api online-store
I get the error:I'm using apictl 3.1.1
The text was updated successfully, but these errors were encountered: