klinch0
ffe6d928e3
feature/add-cosi-resources ( #6638 )
2 weeks ago
Manuel Leonhardt
7766e9729f
Fix typos and YAML syntax issues ( #6628 )
* chore: remove trailing colon
Fixes a typo that might confuse users who simply uncomment or copy the
example, leading them to encounter invalid YAML.
* fix: using seaweedfs-s3-secret as default secret for COSI deployment
The default secret name containing the seaweedfs_s3_config secret key
is called "seaweedfs-s3-secret" throughout the configuration. This fix
ensures the COSI driver deployment uses the same consistent name.
* chore!: fix typo
BREAKING CHANGE: Changes name of key in helm-values.
2 weeks ago
Chris Lu
91a9631904
Revert "Removed unused certificate mounts from helm chart" ( #6597 )
Revert "Removed unused certificate mounts from helm chart (#6581 )"
This reverts commit 65b0a7cf83
.
4 weeks ago
Warren Hodgkinson
65b0a7cf83
Removed unused certificate mounts from helm chart ( #6581 )
1 month ago
chrislu
7d7e06681d
3.85
1 month ago
Gregor Tudan
903d288e08
Helm: Support map format for image pull secrets ( #6546 )
Support map format for image pull secrets
1 month ago
jiawei wei
485c881c10
fix helm: s3 allowEmptyFolder flag if ( #6204 ) ( #6206 )
1 month ago
chrislu
95d8f4415a
3.84
2 months ago
chrislu
5c3d7e6ae6
3.83
2 months ago
Marc MAURICE
95357df8dd
Update README.md - space for label creation ( #6471 )
2 months ago
chrislu
ca4dca14d8
3.82
2 months ago
Hadi Zamani
c7ae969c06
Add bucket's traffic metrics ( #6444 )
* Add bucket's traffic metrics
* Add bucket traffic to dashboards
* Fix bucket metrics help messages
* Fix variable names
2 months ago
chrislu
39c1dde9df
3.81
3 months ago
chrislu
7b3c0e937f
3.80
4 months ago
Omar Hamadeh
8ebbf37e8e
Add a loop to wait for master and filer services in post-install-bucket-hook ( #6240 )
Add a loop to wait for master and filer services before creating buckets
4 months ago
Nathan Dorsey
3400962877
[helm] fix s3 servicemonitor label matching ( #6218 )
5 months ago
chrislu
228946369c
3.79
5 months ago
chrislu
ebbb35d533
3.78
5 months ago
Davide Calabrese
a3b97bfe03
[helm] Allow setting notification.toml config ( #6159 )
* [helm] Allow setting notification.toml config
* [helm] Set notification config conditionally
5 months ago
chrislu
970059d4ce
typo
5 months ago
Dominik Grygiel
d04859b01c
Support specifying rack and dataCenter for filers in helm chart ( #6144 )
5 months ago
oldgiova
5bd5a76d25
feat: add resource annotations ( #6134 )
5 months ago
Dominik Grygiel
9dc47f6b97
Support topologySpreadConstraints in helm chart ( #6132 )
5 months ago
rschnei87
c4525dc6e2
Fix dataDirs.maxVolumes default value when not included in a values.yaml ( #6119 )
6 months ago
chrislu
b28b1a3402
3.77
6 months ago
Spencer Hachmeister
1cf433abf2
feat: Add support for "custom" dataDirs type for volume server in kubernetes helm chart ( #6094 )
6 months ago
chrislu
82ed61c655
3.76
6 months ago
chrislu
117c3aebda
3.75
6 months ago
ayzatziko
416cc58cce
k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel ( #6090 )
6 months ago
chrislu
e3fa87bcc1
3.74
6 months ago
Andrei Kvapil
3ef716409e
Bump COSI-driver version v0.1.2 ( #6074 )
6 months ago
Federico A. Corazza
17b9ce89ee
Bump chart version ( #6033 )
* Update Chart.yaml
* Update k8s/charts/seaweedfs/Chart.yaml
---------
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
6 months ago
Erwan de Lépinau
4f2bdebe49
helm chart: add s3 and s3-tls ports where missing ( #6016 )
7 months ago
chrislu
6063a889ed
3.73
7 months ago
wangtao
0c0666055b
[Helm chart] use `/healthz` as default route in readiness/liveness ( #5990 )
feat: #1627 use `/healthz` as default route in readinessProbe/livenessProbe of volume server
7 months ago
Aniket Dubey
ad5a625781
Allow using a PVC to store filer and master logs - changes in values.yaml ( #5918 )
7 months ago
chrislu
e50d85c0f3
3.72
7 months ago
Andrei Kvapil
23809a1e84
Add volume-resize-hook ( #5868 )
8 months ago
Andrei Kvapil
1256b3e917
Add: COSI BucketClass and BucketAccessClass ( #5863 )
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 months ago
Andrei Kvapil
38befb133d
Fix: Resolve conflicts for deployment in diferent namespaces ( #5862 )
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 months ago
Andrei Kvapil
bd1b8119fe
Fix secretName for seaweedfs-cosi-driver ( #5850 )
8 months ago
Andrei Kvapil
a7e00d9074
Update COSI driver v0.1.1 ( #5845 )
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 months ago
Andrei Kvapil
3b0130b070
Add seaweedfs-cosi-driver ( #5843 )
add: seaweedfs-cosi-driver
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 months ago
Andrei Kvapil
c9e526665b
fix case for keyAlgorithm in Helm chart ( #5835 )
fix keyAlgorithm in Helm chart
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 months ago
chrislu
ed7e721efe
3.71
8 months ago
chrislu
4020149690
3.70
8 months ago
Gregor Tudan
b62f7c5122
helm: restart filer when the s3-configuration changes ( #5768 )
Restarts the filer when the s3-config inside the secret (existing or generated) changes
9 months ago
chrislu
fbe1316c92
3.69
9 months ago
Reddysekhar Gaduputi
e99eee8ed9
[Helm chart] Remove createClusterRole dependency from serviceAccount usage from filer statefulset ( #5724 )
* Remove createClusterRole dependency from serviceAccount usage from filer statefulset
* Add automountServiceAccountToken option for service account.
9 months ago
Gregor Tudan
a6a5495477
Move cluster role to a separate template. ( #5721 )
Move cluster role to a separate template, to allow disabling it without breaking the service account
9 months ago