johnride
  • Joined on 2024-02-06
johnride deleted branch feat/okd-load-balancer-include-workers from NationTech/harmony 2026-03-07 22:42:26 +00:00
johnride pushed to master at NationTech/harmony 2026-03-07 22:42:20 +00:00
e1da7949ec Merge pull request 'okd: add worker nodes to load balancer backend pool' (#246) from feat/okd-load-balancer-include-workers into master
d0a1a73710 doc: fix example code to use ignore instead of no_run
bc2b328296 okd: include workers in load balancer backend pool + add tests and docs
a93896707f okd: add worker nodes to load balancer backend pool
Compare 4 commits »
johnride merged pull request NationTech/harmony#246 2026-03-07 22:42:15 +00:00
okd: add worker nodes to load balancer backend pool
johnride pushed to feat/okd-load-balancer-include-workers at NationTech/harmony 2026-03-07 22:30:42 +00:00
d0a1a73710 doc: fix example code to use ignore instead of no_run
johnride pushed to feat/okd-load-balancer-include-workers at NationTech/harmony 2026-03-07 22:28:18 +00:00
2bfa6c4e3e doc: fix example code to use ignore instead of no_run
johnride pushed to feat/okd-load-balancer-include-workers at NationTech/harmony 2026-03-07 22:15:34 +00:00
bc2b328296 okd: include workers in load balancer backend pool + add tests and docs
johnride created pull request NationTech/harmony#246 2026-03-07 21:47:15 +00:00
okd: add worker nodes to load balancer backend pool
johnride pushed to feat/okd-load-balancer-include-workers at NationTech/harmony 2026-03-07 21:46:57 +00:00
a93896707f okd: add worker nodes to load balancer backend pool
johnride created branch feat/okd-load-balancer-include-workers in NationTech/harmony 2026-03-07 21:46:57 +00:00
johnride pushed to master at NationTech/harmony 2026-03-07 21:35:19 +00:00
0e9b23a320 Merge branch 'feat/change-node-readiness-strategy'
f532ba2b40 doc: Update node readiness readme and deployed port to 25001
fafca31798 fix: formatting and check script
64893a84f5 fix(node health endpoint): Setup sane timeouts for usage as a load balancer health check. The default k8s client timeout of 30 seconds caused haproxy health check to fail even though we still returned 200OK after 30 seconds
f941672662 fix: Node readiness always fails open when kube api call fails on note status check
Compare 8 commits »
johnride pushed to feat/change-node-readiness-strategy at NationTech/harmony 2026-03-07 21:33:38 +00:00
f532ba2b40 doc: Update node readiness readme and deployed port to 25001
johnride pushed to feat/change-node-readiness-strategy at NationTech/harmony 2026-03-07 21:08:56 +00:00
fafca31798 fix: formatting and check script
johnride deleted branch feat/opnsense-config-xml-support-vlan from NationTech/harmony 2026-03-07 20:59:42 +00:00
johnride pushed to master at NationTech/harmony 2026-03-07 20:59:36 +00:00
5412c34957 Merge pull request 'fix: change vlan definition from MaybeString to RawXml' (#245) from feat/opnsense-config-xml-support-vlan into master
55de206523 fix: change vlan definition from MaybeString to RawXml
Compare 2 commits »
johnride merged pull request NationTech/harmony#245 2026-03-07 20:59:29 +00:00
fix: change vlan definition from MaybeString to RawXml
johnride pushed to reafactor/k8sclient at NationTech/harmony 2026-03-07 20:50:46 +00:00
787cc8feab Fix doc tests for harmony-k8s crate refactoring
johnride pushed to reafactor/k8sclient at NationTech/harmony 2026-03-07 20:31:12 +00:00
ce041f495b fix(zitadel): include admin@zitadel.{host} username, secure password with symbol/number, and cert-manager TLS configuration
johnride pushed to feat/change-node-readiness-strategy at NationTech/harmony 2026-03-06 21:28:21 +00:00
64893a84f5 fix(node health endpoint): Setup sane timeouts for usage as a load balancer health check. The default k8s client timeout of 30 seconds caused haproxy health check to fail even though we still returned 200OK after 30 seconds
johnride pushed to feat/change-node-readiness-strategy at NationTech/harmony 2026-03-06 21:22:57 +00:00
bb7c2cdb92 fix(node health endpoint): Setup sane timeouts for usage as a load balancer health check. The default k8s client timeout of 30 seconds caused haproxy health check to fail even though we still returned 200OK after 30 seconds
johnride created pull request NationTech/harmony#244 2026-03-06 20:45:57 +00:00
feat/change-node-readiness-strategy