Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sagor999 committed Oct 21, 2022
1 parent 6f25291 commit a0f3e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ws-daemon/pkg/container/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func (s *Containerd) handleContainerdEvent(ev interface{}) {
}

func (s *Containerd) handleNewContainer(c containers.Container) {
log.WithField("labels", c.Labels).WithField("ID", c.ID).WithField("image", c.Image).Info("new container")
// TODO(cw): check kubernetes namespace
podName := c.Labels[containerLabelK8sPodName]
if podName == "" {
Expand Down

0 comments on commit a0f3e3d

Please sign in to comment.