diff --git a/node-problem-detector.yaml b/node-problem-detector.yaml index b2337517054..c9eea6b1168 100644 --- a/node-problem-detector.yaml +++ b/node-problem-detector.yaml @@ -1,7 +1,7 @@ package: name: node-problem-detector version: 0.8.13 - epoch: 2 + epoch: 3 description: node-problem-detector aims to make various node problems visible to the upstream layers in the cluster management stack. copyright: - license: Apache-2.0 @@ -89,6 +89,12 @@ subpackages: mkdir -p "${{targets.subpkgdir}}"/usr/bin/ install -m755 -D ./output/$(go env GOOS)_$(go env GOARCH)/bin/log-counter "${{targets.subpkgdir}}"/usr/bin/log-counter + - name: node-problem-detector + pipeline: + - runs: | + mkdir -p ${{targets.subpkgdir}} + ln -sf /usr/bin/node-problem-detector ${{targets.subpkgdir}}/node-problem-detector + update: enabled: true github: