-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(k8s): Make RunContainer detect/report more error conditions like image pull errors #331
base: main
Are you sure you want to change the base?
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2929949 - Browse repository at this point
Copy the full SHA 2929949View commit details -
feat(k8s): ignore event deletion
We have nothing to do when that happens.
Configuration menu - View commit details
-
Copy full SHA for be144f4 - Browse repository at this point
Copy the full SHA be144f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7602600 - Browse repository at this point
Copy the full SHA 7602600View commit details -
refactor: create eventInformer from eventInformerFactory
we have to use different list options, so they can't share the same factory.
Configuration menu - View commit details
-
Copy full SHA for 457a664 - Browse repository at this point
Copy the full SHA 457a664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d674e8 - Browse repository at this point
Copy the full SHA 7d674e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c9b34 - Browse repository at this point
Copy the full SHA 71c9b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e4b50 - Browse repository at this point
Copy the full SHA c3e4b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e89df6 - Browse repository at this point
Copy the full SHA 3e89df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba7ad5 - Browse repository at this point
Copy the full SHA 8ba7ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038bf97 - Browse repository at this point
Copy the full SHA 038bf97View commit details -
enhance(k8s): add containerTracker.Events() function
This needs access to the PodTracker's EvenLister, so we create the function when initializing the containerTracker.
Configuration menu - View commit details
-
Copy full SHA for b5ab8eb - Browse repository at this point
Copy the full SHA b5ab8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57011c1 - Browse repository at this point
Copy the full SHA 57011c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 639b219 - Browse repository at this point
Copy the full SHA 639b219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092840b - Browse repository at this point
Copy the full SHA 092840bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d6d93 - Browse repository at this point
Copy the full SHA e3d6d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1078e - Browse repository at this point
Copy the full SHA aa1078eView commit details -
enhance(k8s): handle more image pull event types
I've documented a bunch of other event reasons to facilitate expanded event handling in the future. Also, I keep running across these messages, so this help me remember what they are and where they come from.
Configuration menu - View commit details
-
Copy full SHA for 9c64abd - Browse repository at this point
Copy the full SHA 9c64abdView commit details -
tests(k8s): fix tests for RunContainer
Now that RunContainer listens for k8s-state changes, the tests need to actually simulate the state change like the WaitContainer tests do.
Configuration menu - View commit details
-
Copy full SHA for 9686c23 - Browse repository at this point
Copy the full SHA 9686c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd189e0 - Browse repository at this point
Copy the full SHA dd189e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca14e32 - Browse repository at this point
Copy the full SHA ca14e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6d109 - Browse repository at this point
Copy the full SHA 2a6d109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c219c - Browse repository at this point
Copy the full SHA 08c219cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40da3f8 - Browse repository at this point
Copy the full SHA 40da3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4726072 - Browse repository at this point
Copy the full SHA 4726072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2f315 - Browse repository at this point
Copy the full SHA 0d2f315View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf9fb2 - Browse repository at this point
Copy the full SHA ccf9fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76339d - Browse repository at this point
Copy the full SHA f76339dView commit details -
refactor: drop unused Events function
I'll re-add it later when needed.
Configuration menu - View commit details
-
Copy full SHA for e6876d1 - Browse repository at this point
Copy the full SHA e6876d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecceeac - Browse repository at this point
Copy the full SHA ecceeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for b945f33 - Browse repository at this point
Copy the full SHA b945f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec81fa - Browse repository at this point
Copy the full SHA 9ec81faView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65cbe59 - Browse repository at this point
Copy the full SHA 65cbe59View commit details