kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.49k stars 14.41k forks source link

Wrong arrow direction in architecture page #48500

Open Nezz7 opened 1 week ago

Nezz7 commented 1 week ago

This is a Bug Report

Problem: in https://kubernetes.io/docs/concepts/architecture/ diagram etcd arrow points to kube-api-server. This should be the other way around, from kube-api-server to etcd.

Proposed Solution: the arrow should be kube-api-server -> etcd Page to Update: https://kubernetes.io/docs/concepts/architecture/

steve-hardman commented 1 week ago

/language en

Nezz7 commented 1 week ago

@steve-hardman Is there a guideline on how to edit a diagram, and which tools are used?

AmarNathChary commented 1 week ago

@Nezz7 Good catch! It is the kube-api-serverthat communicates with etcd

sftim commented 1 week ago

@nezz7 check out https://kubernetes.io/search/?q=diagram - you'll find a guide.

AmarNathChary commented 1 week ago

@Nezz7 You can assign the issue and start working on it by commenting /assign

AmarNathChary commented 1 week ago

Here is the path you can make the necessary changes

Nezz7 commented 1 week ago

Thanks @AmarNathChary @sftim. I will take a look

/assign

sftim commented 4 days ago

/triage accepted /priority backlog