Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

K8 array resource manager #120

Merged
merged 43 commits into from
Oct 13, 2020
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d4efa26
add resource manager
migueltol22 Mar 11, 2020
74523da
launchandmonitor func
migueltol22 Mar 20, 2020
e2c3aae
check allocation status
migueltol22 Mar 20, 2020
e12e287
fmt
migueltol22 Mar 20, 2020
e7c226d
fix build
migueltol22 Mar 20, 2020
8ed48d4
errors2
migueltol22 Mar 20, 2020
6090a7b
update state machine
migueltol22 Mar 23, 2020
3bd1ef4
upd state machine
migueltol22 Mar 24, 2020
b913806
remove phaseLaunchAndMonitor state
migueltol22 Mar 24, 2020
61f4751
generate
migueltol22 Mar 26, 2020
d39b457
initialize array if empty
migueltol22 Mar 27, 2020
78ee66d
merge conflicts
migueltol22 Mar 27, 2020
e371f27
create resource contraint spec
migueltol22 Mar 30, 2020
f2a16bf
add json doc for pflag
migueltol22 Mar 30, 2020
ae4f146
use primary label
migueltol22 Apr 1, 2020
286425c
upd config and task launch
migueltol22 Apr 3, 2020
9cd4e4e
switch to enum return status
migueltol22 Apr 6, 2020
1a5c62c
impl Monitor and Finalize in task
migueltol22 Apr 6, 2020
a72846d
use task in finalize
migueltol22 Apr 6, 2020
94f695d
upd comment
migueltol22 Apr 6, 2020
98409ba
upd Skip to Waiting
migueltol22 Apr 6, 2020
08b75e7
lint and err
migueltol22 Apr 6, 2020
ba2a74d
upd based on pr feedback
migueltol22 Apr 14, 2020
dd5db90
upd allocate to return status, throw error on no containers
migueltol22 Apr 15, 2020
438b0fd
merge with master and remove launchSubTasks
migueltol22 Apr 15, 2020
edd233e
lint
migueltol22 Apr 15, 2020
5f5d1a9
upd pflag, launch and monitor status
migueltol22 Apr 16, 2020
ad4ce20
abort then finalize
migueltol22 Apr 24, 2020
050e8b2
rm unnecessary code & update state transition
migueltol22 Apr 27, 2020
f6c4d72
Adding unit tests, remote endpoint and fixes
anandswaminathan Sep 15, 2020
b031292
Adding unit tests, remote endpoint and fixes
anandswaminathan Sep 15, 2020
726c37b
Fix pflags
anandswaminathan Sep 16, 2020
86444fb
Merge branch 'new-master' into res-plug
anandswaminathan Sep 17, 2020
089f9ba
MErge and fix
anandswaminathan Sep 17, 2020
0b5580a
update propeller
anandswaminathan Sep 29, 2020
e54c081
Fix config
anandswaminathan Sep 29, 2020
50ccc6b
Fix resource manager and debug
anandswaminathan Oct 2, 2020
68912a6
Fix owner refs
anandswaminathan Oct 5, 2020
0d1961c
Fix owner refs
anandswaminathan Oct 6, 2020
cf9c388
Fix and revert
anandswaminathan Oct 7, 2020
24c18e0
comments
anandswaminathan Oct 8, 2020
85455ba
Merge branch 'new-master' into res-plug
anandswaminathan Oct 13, 2020
fac4413
go mod
anandswaminathan Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
errors2
migueltol22 committed Mar 20, 2020
commit 8ed48d447650620815d5dc3bc5496451deb08a29
2 changes: 1 addition & 1 deletion go/tasks/plugins/array/k8s/monitor.go
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ import (
)

const (
ErrCheckPodStatus errors.ErrorCode = "CHECK_POD_FAILED"
ErrCheckPodStatus errors2.ErrorCode = "CHECK_POD_FAILED"
)

func LaunchAndCheckSubTasksState(ctx context.Context, tCtx core.TaskExecutionContext, kubeClient core.KubeClient,