Chris Lu
c8dea3dd89
2.51
4 years ago
陈杨文
5403ada150
use string version
the helm package will build number version 2.50 to 2.5
4 years ago
Chris Lu
4233ad3f07
2.50
4 years ago
Chris Lu
42fb03a66e
2.49
4 years ago
Chris Lu
45a762223a
2.48
4 years ago
Chris Lu
0f7b43af99
2.47
4 years ago
Chris Lu
4596e64710
2.46
4 years ago
Chris Lu
fe2edd4b50
2.45
4 years ago
Chris Lu
aa6949ef25
2.44
4 years ago
Chris Lu
c48ef78670
2.43
4 years ago
Chris Lu
84312e6799
2.42
4 years ago
Chris Lu
86185262bb
2.41
4 years ago
Chris Lu
e983f91b03
2.40
4 years ago
zhanghc
606c6ae8e8
fix volume-service helm template indentation
4 years ago
Chris Lu
742ab1ec81
2.39
4 years ago
Chris Lu
a37eca78cd
2.38
4 years ago
Chris Lu
6eee200c13
2.37
4 years ago
Chris Lu
6b7aa9633f
2.36
4 years ago
Chris Lu
1dd5bc134c
2.35
4 years ago
Chris Lu
9672f9e1b2
2.34
4 years ago
Chris Lu
91a3ac9731
2.33
4 years ago
Chris Lu
9f00f95bfb
2.32
4 years ago
Chris Lu
f5b5e4da2d
2.31
4 years ago
Chris Lu
d888e9a90f
2.30
4 years ago
Chris Lu
f29ae0db76
2.29
4 years ago
LazyDBA247-Anyvision
02be7ea2fc
Volume:
PVC support + Host Path
idx support on ssd
4 years ago
LazyDBA247-Anyvision
b1b21e0564
make internal filter svc - internal k8s lb
4 years ago
LazyDBA247-Anyvision
9d6b6a4aea
add filter Pattern only if configured
4 years ago
Chris Lu
37f104f88f
2.28
4 years ago
Chris Lu
151c281f36
2.27
4 years ago
Chris Lu
71f0c19515
2.26
4 years ago
Chris Lu
8726ef34c1
2.25
4 years ago
LazyDBA247-Anyvision
1a11967fd9
update README to be more k8s newbie friendly :)
4 years ago
LazyDBA247-Anyvision
73a31789b4
forgot to upload (git add) the s3 secret for auth (previous pr)
4 years ago
Chris Lu
a6e8d606b4
Update README.md
4 years ago
LazyDBA247-Anyvision
b373c1de93
remove collectionPattern if is empty string / null
4 years ago
LazyDBA247-Anyvision
259c66d978
volume: set minFreeSpacePercent to 7%
when k8s node have less than 5% free space, the k8s will start killing pods...
4 years ago
LazyDBA247-Anyvision
91a3314d36
filer/s3: enable/disable s3 and peers
enable/disable s3 pods
launch s3 in filer pod, to reduce network/latency between pods when using s3
disable/enable the peers option (with external backend DB is not needed)
added option to create s3 admin+read users
4 years ago
LazyDBA247-Anyvision
2646f5a784
cronjob: fix and update
enable/disable fix.replication & support for CollectionPrefix filtering
fix toleration and nodeSelector helm templating issues
4 years ago
LazyDBA247-Anyvision
b6fba0c03f
filer: make k8s service ClusterIP type
easier to patch/expose ( probably LoadBalancer will be better, but that also works)
4 years ago
Chris Lu
5e4b5109dd
2.24
4 years ago
Chris Lu
318a3d2efc
2.23
4 years ago
Chris Lu
2c5eac5705
2.22
4 years ago
Chris Lu
c7197470fd
2.21
4 years ago
LazyDBA247-Anyvision
5581d08702
K8S mysql connection pool
set max lifetime to 10 minutes, keeping connection "fresh"
and eliminating mysql/memsql closing old connection (causing filer errors)
4 years ago
LazyDBA247-Anyvision
95982e0856
correct master service
should have also:
publishNotReadyAddresses: true
4 years ago
LazyDBA247-Anyvision
d595b35ca7
filer peers & client service
in order to start several filers with peers setting, they need to be discoverable by dns name, we need a service with
- tolerate-unready-endpoints: "true"
- publishNotReadyAddresses: true
so the filer will start and "See" each other...
added "client" service which expose only ready and line filer
changed s3 config to use the new service
4 years ago
LazyDBA247-Anyvision
c1ed647daf
increase timeout
reduce unwanted k8s pod restarts on slow response
4 years ago
LazyDBA247-Anyvision
e57e6d6677
s3 logs
set logs to hostpath same as other pods
4 years ago
LazyDBA247-Anyvision
9ca1787e7e
s3 allowEmptyFolder
enable setting allowEmptyFolder for s3 server
4 years ago