File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130
130
Install the latest stable version
131
131
132
132
``` shell
133
- kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.2 /manifests/setup/setup.yaml
133
+ kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.4 /manifests/setup/setup.yaml
134
134
135
135
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
136
136
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change 1
- latest
1
+ v2.4.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ operator:
24
24
memory : 64Mi
25
25
container :
26
26
repository : " kubesphere/fluent-operator"
27
- tag : " latest "
27
+ tag : " v2.4.0 "
28
28
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
29
29
nodeSelector : {}
30
30
# Node tolerations applied to Fluent Operator. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Original file line number Diff line number Diff line change 39
39
mountPath : /var/run/docker.sock
40
40
containers :
41
41
- name : fluent-operator
42
- image : kubesphere/fluent-operator:latest
42
+ image : kubesphere/fluent-operator:v2.4.0
43
43
env :
44
44
- name : NAMESPACE
45
45
valueFrom :
Original file line number Diff line number Diff line change @@ -27718,7 +27718,7 @@ spec:
27718
27718
fieldRef:
27719
27719
apiVersion: v1
27720
27720
fieldPath: metadata.namespace
27721
- image: kubesphere/fluent-operator:latest
27721
+ image: kubesphere/fluent-operator:v2.4.0
27722
27722
name: fluent-operator
27723
27723
resources:
27724
27724
limits:
You can’t perform that action at this time.
0 commit comments