Homelab – K8s – Certificate-manager, smallstep, ACME fixing junk

Homelab – K8s – Certificate-manager, smallstep, ACME fixing junk


Saw an error and chased it down today, then went after some redmine functionality.
Certificate Server/company
https://smallstep.com

Redmine plugins:
–Issue determined:
Unable to install custom gems after container runtime. Sidecar, or custom image needed
Can get it running but pod restart will fail while plugin directory requiring custom gem is present
–links:
https://www.redmineup.com/pages/help/…
https://docs.bitnami.com/aws/apps/red…
https://stackoverflow.com/questions/7…
https://kubernetes.io/docs/concepts/w…
https://github.com/bitnami/charts/tre…
https://github.com/agileware-jp/redmi…

things that DID work:
After coping plugin to pluginfolder /opt/bitnami/redmine/plugins (or PVCROOT/plugins)
…1
bundle config set deployment false
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bundle exec rake restart — Watch live at attentiontoodetail

Read More

Leave a Reply