Peter Kneale

Results 5 comments of Peter Kneale

Same for me - `ERROR: Node is not a Kubernetes node` I tried removing everything but the essentials and it still happens. Any suggestions @lachie83? ```groovy #!/usr/bin/groovy // load pipeline...

How about this: - Ask your DBA to create a readonly account for you in your prod database. - Using that account in your connection string, run the migrator using...

The long names will probably break something like k8s or helm at some point, i think there are 64 char limits there somewhere. current: >docker pull ghcr.io/peterkneale/k8s-dotnet-microservices-monorepo-saas/frontend_admin:latest desired: >docker pull...

How about having one pod/instance who's responsibilty it is to upgrade the database schema. After successfully running migrations this pod should terminate and not be restarted. The other 'app' instances...