• Joined on 2024-02-08
wjro pushed to fix/dynamically_get_public_domain at NationTech/harmony 2026-02-17 20:34:57 +00:00
d8ab9d52a4 fix:broken test
wjro created pull request NationTech/harmony#234 2026-02-17 20:02:35 +00:00
fix/dynamically_get_public_domain
wjro pushed to fix/dynamically_get_public_domain at NationTech/harmony 2026-02-17 20:02:05 +00:00
2cb7aeefc0 fix: deploys replicated postgresql with site 2 as standby
wjro pushed to fix/dynamically_get_public_domain at NationTech/harmony 2026-02-16 21:22:46 +00:00
16016febcf wip: adding impl details for deploying connected replica cluster
wjro suggested changes for NationTech/harmony#232 2026-02-16 15:43:48 +00:00
feat/drain_k8s_node
wjro commented on pull request NationTech/harmony#232 2026-02-16 15:43:48 +00:00
feat/drain_k8s_node

It feels like a problem to me to have KubernetesDistribution defined in K8sAnywhere when it is used in the crate. It seems like everything related to KubernetesDistribution should be extracted here.

wjro commented on pull request NationTech/harmony#232 2026-02-16 15:43:48 +00:00
feat/drain_k8s_node

This is never used for building the privileged pod, I feel like this should be at least a match over the various distributions that are implemented. Right now it is silently only working for open-shift distros

wjro commented on pull request NationTech/harmony#232 2026-02-16 15:43:48 +00:00
feat/drain_k8s_node

Maybe the above comment doesn't matter right now since this will only work if the distribution is OpenshiftFamily. It feels to me like this should also be a match over the KubernetesDistributions

wjro pushed to fix/dynamically_get_public_domain at NationTech/harmony 2026-02-13 21:08:09 +00:00
e709de531d fix: added route building to failover topology
wjro pushed to fix/dynamically_get_public_domain at NationTech/harmony 2026-02-13 20:18:34 +00:00
724ab0b888 wip: removed hardcoding and added fn to trait tlsrouter
wjro created branch fix/dynamically_get_public_domain in NationTech/harmony 2026-02-13 20:18:34 +00:00
wjro deleted branch feat/integrate-brocade from NationTech/harmony 2026-02-12 15:41:23 +00:00
wjro pushed to master at NationTech/harmony 2026-02-12 15:41:19 +00:00
f4a70d8978 Merge pull request 'feat: integrate-brocade' (#230) from feat/integrate-brocade into master
2ddc9c0579 fix:format
fececc2efd Creating a BrocadeSwitchConfig struct
8afcacbd24 feat: integrate brocade
Compare 4 commits »
wjro merged pull request NationTech/harmony#230 2026-02-12 15:41:16 +00:00
feat: integrate-brocade
wjro pushed to feat/integrate-brocade at NationTech/harmony 2026-02-12 15:31:11 +00:00
2ddc9c0579 fix:format
wjro pushed to feat/nats-jetstream at NationTech/harmony 2026-02-11 16:09:32 +00:00
c6c53b1117 wip: created basic struct for separation natsjetstream config from nats
wjro created branch feat/nats-jetstream in NationTech/harmony 2026-02-11 16:09:31 +00:00
wjro pushed to adr-nats-creds at NationTech/harmony 2026-02-06 20:33:01 +00:00
0b9499bc97 doc: adr 019
wjro created branch adr-nats-creds in NationTech/harmony 2026-02-06 20:33:00 +00:00
wjro created pull request NationTech/harmony#229 2026-02-06 14:09:37 +00:00
fix: readded tokio retry to get ca cert for a nats cluster which was accidentally removed during a refactor