You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip
* Add csi-s3 and have portainer use it
* Change request @Hrytsuk 1GB max portainer volume size
* Arch Linux Certificates Customization
* Fix pgsql exporter failure
* [Kubernetes] Introduce on-prem persistent Storage (Longhorn) 🎉 (#979)
* Introduce longhorn chart
* Further longhorn configuration
* Longhorn: further settings configuration
* Fix longhorn configuration bugs
Extra: introduce longhorn pv vales for portainer
* Add comment for deletion longhorn
* Further longhorn configuration
* Add README.md for Longhorn wit FAQ
* Update Longhorn readme
* Update readme
* Futher LH configuration
* Update LH's Readme
* Update Longhorn Readme
* Improve LH's Readme
* LH: Reduce reserved default disk space to 5%
Since we use a dedicated disk for LH, we can go ahead with 5%
* Use values to set Longhorn storage class
* Update LH's Readme
* LH Readme: add requirements reference
* PR Review: bring back portainer s3 pv
* LH: decrease portinaer volume size
* Experimental: Try to add tracing to simcore-traefik on master
* FixesITISFoundation/osparc-simcore#7363
* Arch Linux Certificates Customization - 2
* Make fluentd build on arm
* Make fluentd build on arm - 2
---------
Co-authored-by: Dustin Kaiser <[email protected]>
Co-authored-by: YH <[email protected]>
There is currently no CD for building the fluentd image.
2
2
It has to be built and pushed manually:
3
3
4
-
Run e.g. `docker build -t itisfoundation/fluentd:v1.16.9-1.0 .` in this folder, then push the image to dockerhub.
4
+
Run e.g. `docker buildx build --platform linux/amd64,linux/arm64 --push -t itisfoundation/fluentd:v1.16.9-1.0 .` in this folder, then push the image to dockerhub.
5
+
Keep in mind that some ops machines run on ARM, so we need an ARM image as well.
0 commit comments