Commit Graph
376 Commits
Author SHA1 Message Date
Tomer EskenaziandGitHub 77fd62f6a5 Helm chart readme - clarify details about multiple filers and datastore (#5384) 2024-03-17 15:34:14 -07:00
chrislu b74e8082ba 3.64 2024-03-16 11:46:40 -07:00
chrislu 54d7748a4a 3.63 2024-02-25 22:17:28 -08:00
SébastienandGitHub abf1dd13d2 k8s-chart-helm: unify extraEnvironmentVars (#5327) 2024-02-22 01:57:00 -08:00
spastorclovrandGitHub 3b5d8ffb70 Fix/s3 config secret (#5302) 2024-02-14 14:33:05 -08:00
cuisongliuandGitHub c5440055fd helm using external master address (#5267)
using external master address
2024-01-30 20:55:36 -08:00
cuisongliuandGitHub 9abd3a90c3 helm enable resource for template (#5268)
enable resource for template
2024-01-30 20:54:50 -08:00
f8c4fb3ebd fix helm install error for No such file or directory (#5250)
* weed/shell: Cluster check other disk types (#5245)

* week/shell: Cluster check other disk types

The `cluster.check` command only took the empty (`""`) and `hdd` disk types
into consideration, but a cluster with only `ssd` or `nvme` disk types would be
equally valid.

This commit simply checks that _any_ disk type is defined, and that some
volumes are available for it.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* weed/shell: Replace loop that copies slice

Use the following construct instead of a `for` loop:

```golang
x = append(x, y...)
```

See https://staticcheck.dev/docs/checks#S1011.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* weed/shell: Check disk types when filer is in use

Filer stores its metadata logs in generic (i.e. `""`) or HDD disk type volumes,
so make sure those disk types exist and have volumes associated with them when
Filer is deployed in the cluster.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

---------

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* weed/shell: Cluster check other disk types (#5245)

* week/shell: Cluster check other disk types

The `cluster.check` command only took the empty (`""`) and `hdd` disk types
into consideration, but a cluster with only `ssd` or `nvme` disk types would be
equally valid.

This commit simply checks that _any_ disk type is defined, and that some
volumes are available for it.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* weed/shell: Replace loop that copies slice

Use the following construct instead of a `for` loop:

```golang
x = append(x, y...)
```

See https://staticcheck.dev/docs/checks#S1011.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* weed/shell: Check disk types when filer is in use

Filer stores its metadata logs in generic (i.e. `""`) or HDD disk type volumes,
so make sure those disk types exist and have volumes associated with them when
Filer is deployed in the cluster.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

---------

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>

* fix helm install error for No such file or directory

---------

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
Co-authored-by: Benoît Knecht <bknecht@protonmail.ch>
2024-01-30 20:46:22 -08:00
spastorclovrandGitHub 5fa8f40fdf Fix/bad mount path better default value (#5253) 2024-01-29 07:11:37 -08:00
spastorclovrandGitHub 95787ea89d Enable multiple disks per volume server. Also streamline the use of /logs & /idx (#5236)
* Enable multiple disks per volume server. Also streamline the use of /logs and /idx

* missing file

* add loop around volume mounts for initContainers

* remove uneeded name for idx
2024-01-24 09:25:17 -08:00
SébastienandGitHub 53be97d5be Fix(k8s-chart-helm): helm upgrade statefulset error (#5207) 2024-01-16 07:40:21 -08:00
chrislu 59b8af99b0 3.62 2024-01-15 20:44:00 -08:00
chrislu 8ae00e47a6 3.61 2024-01-08 00:04:49 -08:00
chrislu d4e91b6ad9 3.60 2024-01-01 19:11:23 -08:00
SébastienandGitHub 59edb84253 fix: k8s-chart-helm master metrics scraping (#5142) 2023-12-28 07:46:42 -08:00
DavidsodandGitHub 3ec2a898b8 #5122 Add support for sidecar containers (#5125) 2023-12-20 15:04:44 -08:00
JesseBotandGitHub 2b323a8293 Fix: helm: remove deprecated values that caused helm template error for post install hook (#5108)
* Update post-install-bucket-hook.yaml - remove deprecated volume checks

* Update Chart.yaml - update chart version to 3.60.0
2023-12-14 08:25:33 -08:00
Bálint József JánváriandChris Lu 43a6b60375 Always include volumes in statefulsets 2023-12-05 22:39:01 -08:00
jessebotandChris Lu 666a22b980 fix defaults for serviceAccountName for each statefulset to follow exact from helm docs
helm docs: https://helm.sh/docs/chart_template_guide/functions_and_pipelines/#using-the-default-function
2023-11-26 09:26:38 -08:00
jessebotandChris Lu d198fd8af7 fix when we create serviceAccount value for master and volume statefulsets to be when global.createClusterRole is set to true 2023-11-26 09:26:38 -08:00
jessebotandChris Lu 0709361ed2 fix duplicate service account name for filer 2023-11-26 09:26:38 -08:00
jessebotandChris Lu c332832f0b prefer global.serviceAccountName when available for all statefulsets 2023-11-26 09:26:38 -08:00
jessebotandChris Lu aff03c1d00 User global.serviceAccountName to populate ServiceAccount, ClusterRole, and ClusterRoleBinding 2023-11-26 09:26:38 -08:00
Max RobyandChris Lu cf5703e86e existingConfigSecretshould now be consistently treated as a string in the post-install-hook 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c479c05f6e revert debug changes i missed 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu d33de9f4db remove trailing spaces 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu aac2cd23c7 add a true flag to job command 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu e4cdfde944 add the secrets volumemount 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 2af6b13800 add a sercret volume mount 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 7a5d9d8690 bump chart version after rebase 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c04284cdd7 remove user job since bucket job can now create public buckets, update values.yaml 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu b8bfd4411a add missing read action 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu f33f7c10f0 trying to get anonymous access for buckets working 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu ac6158818b fix issue with underscores versus dashes in secret name causing variable expansion failure 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu f7b98ea1fb fix uneeded quote usage 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 2920949def templates/post-install-user-hook.yaml 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 5db0064ffe update hook weight order and give descriptive names to jobs 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 0aea4dc1f3 add a $ to env vars so they expand in shell 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 6244bf7355 only template the bucket job if buckets are defined 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 9ff010d15b create a hook for setting up users 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu d9e06d8481 update refs form beta.kubernetes to kubernetes 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 869c2ff4f4 fix loop logic in bucket hook and fix bucket name sin values file 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu e4f77b283c fix service name generation in post-install hook 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c44149a88f add a post-install hook for creating buckets 2023-11-24 06:40:19 -08:00
fibbanachiandChris Lu 69013af0f3 added default tls secret value for master ingress 2023-11-21 14:02:38 -08:00
fibbanachiandChris Lu 9b79a4124d support tls in master-ingress 2023-11-21 14:02:38 -08:00
jessebotandChris Lu f4cafc1dbc fix yamllint errors 2023-11-21 08:20:45 -08:00
jessebotandChris Lu c50b6387f6 fix chart bump to be only one minor patch version from the current chart version 2023-11-21 08:20:45 -08:00
jessebotandChris Lu c219a0c553 specify the filer.s3.existingConfigSecret for the filer statefulset
clean up volumeMounts so name is first in the object list item
2023-11-21 08:20:45 -08:00
jessebotandChris Lu 4297601f4b rename seaweedfs-s3-secret.yaml to s3-secret.yaml to match other s3 files
also make sure we check filer.s3.existingConfigSecret
2023-11-21 08:20:45 -08:00