zzxwill / terraform-controller-backup

Kubernetes Terraform Controller
Apache License 2.0
1 stars 1 forks source link

Pod orphaned after its job is manually deleted. #4

Open zzxwill opened 3 years ago

zzxwill commented 3 years ago

After deleted the job, the pod is orphaned and its ownerreference field is gone.

➜  /Users/zhouzhengxi k get pod
NAME                       READY   STATUS      RESTARTS   AGE
aliyun-oss-destroy-b875w   0/1     Completed   0          14m

Related to #3

zzxwill commented 3 years ago

A known issue https://github.com/kubernetes/kubernetes/issues/71975