Skip to content
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

Remove unimplemented endpoints CLI command #2896

Closed
adleong opened this issue Jun 4, 2019 · 1 comment
Closed

Remove unimplemented endpoints CLI command #2896

adleong opened this issue Jun 4, 2019 · 1 comment
Labels

Comments

@adleong
Copy link
Member

adleong commented Jun 4, 2019

The endpoints diagnostic API is currently unimplemented. This causes the linkerd endpoints command to fail with:

$ linkerd endpoints
Error: Endpoints API error: Not implemented
Usage:
  linkerd endpoints [flags]

Aliases:
  endpoints, ep

Examples:
  # get all endpoints
  linkerd endpoints

  # get endpoints in the emojivoto namespace
  linkerd endpoints -n emojivoto

  # get all endpoints in json
  linkerd endpoints -o json

Flags:
  -h, --help               help for endpoints
  -n, --namespace string   Namespace of the specified endpoints (default: all namespaces)
  -o, --output string      Output format; one of: "table" or "json" (default "table")

Global Flags:
      --api-addr string            Override kubeconfig and communicate directly with the control plane at host:port (mostly for testing)
      --context string             Name of the kubeconfig context to use
      --kubeconfig string          Path to the kubeconfig file to use for CLI requests
  -l, --linkerd-namespace string   Namespace in which Linkerd is installed [$LINKERD_NAMESPACE] (default "linkerd")
      --verbose                    Turn on debug logging

We should perhaps remove this command for now.

@olix0r
Copy link
Member

olix0r commented Jun 4, 2019

This shouldn't be removed; it should be replaced, as described in #2885

@olix0r olix0r closed this as completed Jun 4, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants