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

Polish: Kubernetes remote indicator shows too much detail #2686

Closed
egamma opened this issue Apr 3, 2020 · 2 comments
Closed

Polish: Kubernetes remote indicator shows too much detail #2686

egamma opened this issue Apr 3, 2020 · 2 comments
Assignees
Labels
containers Issue in vscode-remote containers polish
Milestone

Comments

@egamma
Copy link
Member

egamma commented Apr 3, 2020

Testing #2647

image

Could we just show 'hello-node' the kubernetes container name
image

@chrmarti
Copy link
Contributor

chrmarti commented Apr 6, 2020

Is that a replicated pod or how did it get its name?

We currently use Kubernetes: ${pod_name}/${container_name} (${image_name}) as the label.

We could change that to ${container_name} in ${pod_name} (${image_name}). (Or prefix that with K8s: or Kube:.)

@chrmarti chrmarti added containers Issue in vscode-remote containers polish labels Apr 6, 2020
@chrmarti
Copy link
Contributor

chrmarti commented Apr 7, 2020

This would look like:

Short names:
image

Long pod name:
image

@chrmarti chrmarti added this to the March 2020 milestone Apr 7, 2020
@chrmarti chrmarti closed this as completed Apr 7, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators May 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers polish
Projects
None yet
Development

No branches or pull requests

2 participants