Files
kubernetes/pkg
Kubernetes Submit Queue 5648200571 Merge pull request #62253 from nak3/drop-atmark-first
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>.

Create container name after dropped ":" and "@" both separately

When image has ":" after "@", kubectl create deployment fails due to
invalid container name.

This patch changes to create the container name after drooping ":" and
"@" both separately.

Fixes https://github.com/kubernetes/kubernetes/issues/62252

```release-note
NONE
```
2018-04-08 21:58:03 -07:00
..
2018-03-13 15:06:38 +08:00
2018-02-16 13:43:01 -08:00
2018-04-05 23:35:14 +02:00
2018-04-05 14:05:53 +02:00
2018-02-16 13:43:01 -08:00
2018-02-12 10:54:33 -05:00
2018-04-02 17:44:04 -07:00
2018-02-16 13:43:01 -08:00
2018-04-08 16:56:06 +08:00
2018-03-13 17:20:16 +08:00