johnride
  • Joined on 2024-02-06
johnride commented on pull request NationTech/harmony#158 2025-10-21 13:51:03 +00:00
WIP: feat(update default ingress class): score to update default ingress class to use trusted CA cert

Context : private cloud

Private cloud operators will like exposing automatically ingress ressources in the internal network with the default router. This router is generally also exposed…

johnride pushed to feat/webappdns at NationTech/harmony 2025-10-16 02:27:21 +00:00
79e406f126 feat(argocd): Can now detect argocd instance when already installed and write crd accordingly. One major caveat though is that crd versions are not managed properly yet
0700e30299 wip: install argocd app depending on how argocd is already installed in the cluster
Compare 2 commits »
johnride pushed to feat/webappdns at NationTech/harmony 2025-10-15 01:16:11 +00:00
528ee8a696 wip: argocd discovery
johnride pushed to feat/webappdns at NationTech/harmony 2025-10-15 01:15:28 +00:00
2b105b280d wip: argocd discovery
johnride pushed to feat/webappdns at NationTech/harmony 2025-10-14 19:53:27 +00:00
69a159711a feat: Support tls enabled by default on rust web app
johnride created pull request NationTech/harmony#167 2025-10-14 19:19:31 +00:00
feat(application): Webapp feature with production dns
johnride created branch feat/webappdns in NationTech/harmony 2025-10-14 19:19:18 +00:00
johnride pushed to feat/webappdns at NationTech/harmony 2025-10-14 19:19:18 +00:00
b0ad7bb4c4 feat(application): Webapp feature with production dns
johnride released Latest Snapshot at NationTech/harmony 2025-10-03 00:33:00 +00:00
johnride deleted branch feat/openbao from NationTech/harmony 2025-10-03 00:29:04 +00:00
johnride pushed to master at NationTech/harmony 2025-10-03 00:28:56 +00:00
cf576192a8 Merge pull request 'feat: Add openbao example, open-source fork of vault' (#162) from feat/openbao into master
f7e9669009 Merge branch 'master' into feat/openbao
f65e16df7b feat: Remove unused helm command, refactor url to use hurl in some more places
4a500e4eb7 feat: Add openbao example, open-source fork of vault
Compare 4 commits »
johnride merged pull request NationTech/harmony#162 2025-10-03 00:28:51 +00:00
feat: Add openbao example, open-source fork of vault
johnride pushed to feat/detect_k8s_flavour at NationTech/harmony 2025-10-02 21:14:35 +00:00
5f78300d78 Merge branch 'master' into feat/detect_k8s_flavour
cbbaae2ac8 okd_enable_user_workload_monitoring (#160)
Compare 2 commits »
johnride pushed to feat/openbao at NationTech/harmony 2025-10-02 21:11:47 +00:00
f7e9669009 Merge branch 'master' into feat/openbao
cbbaae2ac8 okd_enable_user_workload_monitoring (#160)
Compare 2 commits »
johnride pushed to fix/clippy at NationTech/harmony 2025-10-02 21:11:07 +00:00
6e53397a58 commit
johnride created pull request NationTech/harmony#164 2025-10-02 20:25:41 +00:00
fix: clippy
johnride opened issue NationTech/harmony#163 2025-09-29 20:00:45 +00:00
BUG OKD "tcp server port" check is not enough when a node is half broken
johnride commented on pull request NationTech/harmony#159 2025-09-29 15:05:48 +00:00
WIP: configure-switch

Ok, I think I figured it out and it's not as complicated as it seems.

When an interface has changed, for example with a NIC replacement, we won't be deleting the switch config to fix that. What…

johnride commented on pull request NationTech/harmony#159 2025-09-29 13:35:44 +00:00
WIP: configure-switch

There may be a better way but no better answer than 42.

johnride commented on pull request NationTech/harmony#159 2025-09-29 13:35:44 +00:00
WIP: configure-switch

redhat operators are not always available, it depends on how the OKD cluster was brought up. This method may not be as portable as we need.