We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kumactl delete does not support external-service
$ kumactl get external-services MESH NAME TAGS ADDRESS AGE default grpc kuma.io/protocol=grpc kuma.io/service=grpc 172.31.32.130:50051 6d default httpbin kuma.io/protocol=http kuma.io/service=httpbin httpbin.org:80 19d
$ kumactl delete external-service httpbin Error: unknown TYPE: external-service. Allowed values: mesh, dataplane, healthcheck, proxytemplate, traffic-log, traffic-permission, traffic-route, traffic-trace, fault-injection, circuit-breaker, retry, secret, zone
The text was updated successfully, but these errors were encountered:
nickolaev
Successfully merging a pull request may close this issue.
Summary
kumactl delete does not support external-service
Steps To Reproduce
The text was updated successfully, but these errors were encountered: