Skip to content

Commit

Permalink
Merge pull request #1286 from MondayCha/fix-general-stage
Browse files Browse the repository at this point in the history
Fix daemonset deletion in general stage
  • Loading branch information
k8s-ci-robot authored Dec 31, 2024
2 parents 69e2c53 + c4a3325 commit 63d5344
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
1 change: 0 additions & 1 deletion kustomize/stage/pod/general/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ resources:
- pod-init-container-completed.yaml
- pod-ready.yaml
- pod-complete.yaml
- pod-remove-finalizer.yaml
- pod-delete.yaml
3 changes: 0 additions & 3 deletions kustomize/stage/pod/general/pod-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ spec:
type: Normal
reason: Created
message: Created container
finalizers:
add:
- value: 'kwok.x-k8s.io/fake'
statusTemplate: |
{{ $now := Now }}
Expand Down
1 change: 1 addition & 0 deletions kustomize/stage/pod/general/pod-ready.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ spec:
startedAt: {{ $now | Quote }}
{{ end }}
phase: Running
startTime: {{ $now | Quote }}
34 changes: 0 additions & 34 deletions kustomize/stage/pod/general/pod-remove-finalizer.yaml

This file was deleted.

0 comments on commit 63d5344

Please sign in to comment.