File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
- # Use patched reloader. Can be removed after version with fix (https://github.com/vmware/kube-fluentd-operator/pull/360) is available.
2
- FROM golang:1.18 as builder
3
- WORKDIR /go/src/github.com/vmware/kube-fluentd-operator
4
- RUN set -e \
5
- && git clone --depth 1 --branch bugfix/migration-mode-with-cr-namespaces https://github.com/jonasrutishauser/kube-fluentd-operator.git . \
6
- && cd config-reloader \
7
- && GO111MODULE=on GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags "-X github.com/vmware/kube-fluentd-operator/config-reloader/config.Version=1.16.8-1 -w -s" .
8
- # End patch build
9
-
10
- FROM vmware/kube-fluentd-operator:v1.16.8
1
+ FROM vmware/kube-fluentd-operator:v1.17.6
11
2
12
3
RUN set -e \
13
4
&& tdnf install -y jq sed \
14
5
&& gem install -N fluent-plugin-jq -v "0.5.1" \
15
6
&& echo OK
16
7
17
- # Use patched reloader
18
- COPY --from=builder /go/src/github.com/vmware/kube-fluentd-operator/config-reloader/config-reloader /bin/config-reloader
19
-
20
8
# Patch configuration files:
21
9
# - relabel all at end to allow default match in kube-system.conf (is before all other namespaces)
22
10
# - kubelet.log of rancher is in /var/lib/rancher/rke2/agent/logs
You can’t perform that action at this time.
0 commit comments