Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 52b7aab09a Merge pull request #59849 from yue9944882/forcibly-lower-staticpod-name
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

lowercase node name in generated static pod name 

**What this PR does / why we need it**:
Cast appended node name to lowercase when generating static pod name on kubelet starting.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #59801 

**Special notes for your reviewer**:
Not sure about how to deal with other illegal node names e.g. containing invalid no-alphabetic characters. Maybe just let it fail-hard is not a bad idea.
But considering that containing uppercase letter in the hostname is somehow a usual case even in the production environment of some companies, tolerating uppercase and cast it implicitly should be good.

**Release note**:

```release-note
force node name lowercase on static pod name generating
```
2018-02-25 18:29:51 -08:00
..
2018-01-29 15:07:51 -05:00
2018-02-16 13:43:01 -08:00
2018-02-23 17:25:54 +08:00
2017-10-15 18:18:13 -07:00
2018-02-23 01:42:35 +00:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-23 16:41:53 +08:00
2018-02-16 13:43:01 -08:00
2017-06-22 11:31:03 -07:00
2017-06-22 11:31:03 -07:00
2018-02-23 01:42:35 +00:00
2017-07-10 14:05:46 -07:00
2017-07-19 11:33:06 +08:00
2018-01-29 21:44:54 -08:00
2017-12-07 06:24:20 +00:00