Skip to content

Commit

Permalink
test UI, fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>

oops

Signed-off-by: Michael Crenshaw <[email protected]>

indent

Signed-off-by: Michael Crenshaw <[email protected]>

fix accidental duplication

Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Oct 15, 2024
1 parent 0fd7b0f commit 016d5af
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 167 deletions.
6 changes: 0 additions & 6 deletions controller/cache/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,6 @@ func populatePodInfo(un *unstructured.Unstructured, res *ResourceInfo) {
readyContainers++
}
continue
case isRestartableInitContainer(initContainers[container.Name]) &&
container.Started != nil && *container.Started:
if container.Ready {
readyContainers++
}
continue
case container.State.Terminated != nil:
// initialization is failed
if len(container.State.Terminated.Reason) == 0 {
Expand Down
Loading

0 comments on commit 016d5af

Please sign in to comment.