Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

[Rest Server] Update job name encoding method #4069

Merged
merged 3 commits into from
Dec 27, 2019

Conversation

abuccts
Copy link
Member

@abuccts abuccts commented Dec 25, 2019

Update job name encoding method, use md5 hash instead.
Query job by k8s label selector.

Resolve job name related issues in #3935.

Update job name encoding method, use md5 hash instead.
Query job by k8s label selector.

Resolve job name related issues in #3935.
@yqwang-ms
Copy link
Member

why not directly use md5 name to lookup, it is more efficient than label?
And label may be replaced by annotation in future, let's avoid to use it to look up.

@yqwang-ms
Copy link
Member

And we haven't even release pure k8s image, compatibility is not so important than doing the right thing.

@abuccts abuccts force-pushed the xiongyf/update-job-name-encode branch from dbe7261 to beafbcd Compare December 27, 2019 03:26
@abuccts abuccts requested a review from yqwang-ms December 27, 2019 03:28
@abuccts abuccts merged commit 207ca6c into master Dec 27, 2019
@scarlett2018 scarlett2018 added this to the Pure K8S Beta Release milestone Dec 30, 2019
@abuccts abuccts deleted the xiongyf/update-job-name-encode branch January 6, 2020 04:25
@hzy46 hzy46 mentioned this pull request Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants