-
Notifications
You must be signed in to change notification settings - Fork 102
AAP-46484 Capture k8s pod diagnostics #1332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 13 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
55b3047
working WaitForPodCompleted and GetPodStatus
b27cda5
gitignore
a174a48
add test at eof time as well as when waitgroup completes
cb9a50b
remove bin
88414e8
working WaitForPodCompleted and GetPodStatus
64b7e79
gitignore
41a3d29
add test at eof time as well as when waitgroup completes
49afc98
remove bin
a6b1263
Merge branch 'capture-k8s-pod-diagnostics' of github.com:arrestle/rec…
2fb30e2
fix workunitbase.go by deleting and adding
362a739
add workunitbase.go
a5527cb
put mock back
f520d48
adding pod and container names
7c8926c
add pod reason and container name to failed pod containers
735f110
deactivate capturePodStatus until unit and integration tests are comp…
5dead7d
clean up error handling
d56c4c6
Merge branch 'ansible:devel' into capture-k8s-pod-diagnostics
3ecf827
lint
9b938c7
unit tests for CapturePodStatus
22939d4
unit tests
c528965
Update pkg/workceptor/kubernetes.go
c021f09
Fix test
bcbc220
cleanup linting
03d347a
pr comments
1f42903
lint
0f11125
feedback: only consider worker container, others tbd.
3a20984
Update pkg/workceptor/kubernetes.go
e0df53d
matoval review
c4db94b
merge to devel
30743b8
try to resolve merge conflict
9608c06
Merge branch 'devel' into capture-k8s-pod-diagnostics
bc6320c
pkg/
3f6de50
lint
0e37103
remove extraneous schema
f0c3698
Merge branch 'devel' into capture-k8s-pod-diagnostics
0db61e5
address review comments, add additional unit test
fd67a69
add unknown state
3a33387
Merge branch 'devel' into capture-k8s-pod-diagnostics
cc16392
Merge branch 'devel' into capture-k8s-pod-diagnostics
95e21e0
push todays changes
7424c77
Update watcher logic
lranjbar 71c5e47
Fix GetPodStatus unit tests
lranjbar 7002182
Fix WaitForPodCompleted tests
lranjbar 677c2b3
Update test pods to be more realistic
lranjbar 65604ab
Move new helper functions to new file pod.go
lranjbar c73562e
Merge branch 'devel' into AAP-46619-capture-k8s-pod-diagnostics
lranjbar 568681c
Remove unused mocks in k8s.go
lranjbar 78358bf
Merge branch 'devel' into capture-k8s-pod-diagnostics
lranjbar 0c1f67d
Merge branch 'AAP-46619-capture-k8s-pod-diagnostics' into capture-k8s…
lranjbar 1ad624c
Simplified pod status logic
lranjbar 2fad163
revert accidental mock deletion
lranjbar 6e02cf3
Fix some linting errors
lranjbar 4ac5aca
Fix more linting errors
lranjbar 6cb833e
Merge branch 'devel' into capture-k8s-pod-diagnostics
lranjbar b6c66a9
Fix more linting errors
lranjbar 3f10768
Merge branch 'devel' into capture-k8s-pod-diagnostics
lranjbar 5aaf190
Address review comments and fix broken unit test
lranjbar 9c35093
add debug messages
3db8495
fix linting errors
lranjbar fd4a5c0
Merge branch 'AAP-46619-capture-k8s-pod-diagnostics' into capture-k8s…
lranjbar afca14c
fix linting errors
lranjbar 0a7e38b
fix linting errors
lranjbar 8bc7f36
fix linting errors
lranjbar e477eb8
add unit testing, add debug lines, add return for timeout
e5da583
Merge branch 'devel' into capture-k8s-pod-diagnostics
lranjbar bf86624
unit testing 95.7% remove CapturePodStatus for now
2bb31a5
lint
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.