Closed GergelyMolnar closed 1 month ago
This issue is currently awaiting triage.
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Hi @GergelyMolnar Could you please provide the URL of the page in the issue where you are suggesting an improvement?
/triage needs-information
Sure, the page is here: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
Good spotting it. it should be corrected. I would like to work on it if triage accepted.
/language en
/assign
I think the issue is resolved as the PR get merged. So closing this issue. /close
@niranjandarshann: Closing this issue.
Hi,
On this page: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ I found a sentence that is hard to understand because of the double negative.
The sentence is in the first paragraph: """ Modification not using HostAliases is not suggested because the file is managed by the kubelet and can be overwritten on during Pod creation/restart. """
It would be easier to read and understand by replacing the double negative: "Modification using the HostAliases field in the PodSpec is recommended because changes made in other ways may be overwritten by the kubelet during Pod creation or restart."
o7