David Boreham dboreham
  • Joined on 2022-12-08
dboreham pushed to main at cerc-io/stack-orchestrator 2024-08-13 17:48:16 +00:00
265699bc38 Allow to disable kind cluster management for testing (#915)
dboreham deleted branch dboreham/mainnet-laconic-open-json-port from cerc-io/stack-orchestrator 2024-08-13 17:48:04 +00:00
dboreham pushed to main at cerc-io/stack-orchestrator 2024-08-13 17:47:58 +00:00
4a7670a5d6 Open the json-rpc port (#916)
dboreham merged pull request cerc-io/stack-orchestrator#916 2024-08-13 17:47:57 +00:00
Open the json-rpc port
dboreham created pull request cerc-io/stack-orchestrator#916 2024-08-13 17:25:56 +00:00
Open the json-rpc port
dboreham created branch dboreham/mainnet-laconic-open-json-port in cerc-io/stack-orchestrator 2024-08-13 17:25:37 +00:00
be80bde56c Open the json-rpc port
8e0b3e5ca6 Merge branch 'dboreham/kind-cluster-management' into dboreham/k8s-deployment-enhancements
196a879c1a Fix bug
Compare 2 commits »
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-13 13:24:21 +00:00
196a879c1a Fix bug
acadc5bc69 Merge branch 'dboreham/kind-cluster-management' into dboreham/k8s-deployment-enhancements
6c2ce4272a Plumb CLI argument to deployer code
5d4fdbf220 Add param to down operation
69ee15a65c Partial hookup of CLI argument for cluster management control
a4964bc6a5 Fix C++ code in Python
Compare 6 commits »
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-12 22:33:16 +00:00
6c2ce4272a Plumb CLI argument to deployer code
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-12 16:49:47 +00:00
5d4fdbf220 Add param to down operation
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-12 16:13:35 +00:00
69ee15a65c Partial hookup of CLI argument for cluster management control
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-12 16:02:26 +00:00
a4964bc6a5 Fix C++ code in Python
dboreham created pull request cerc-io/stack-orchestrator#915 2024-08-12 16:01:27 +00:00
WIP: Allow to disable kind cluster management for testing
dboreham pushed to dboreham/kind-cluster-management at cerc-io/stack-orchestrator 2024-08-12 16:00:50 +00:00
2c12107aab Allow to disable kind cluster management for testing
dboreham created branch dboreham/kind-cluster-management in cerc-io/stack-orchestrator 2024-08-12 16:00:49 +00:00
bf14aad3cb Add initial doc
25e140a171 Support for pod/node affinity and tolerations
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:10:26 +00:00
Support k8s taints and tolerations, node affinity and node selectors
tolerations:
- key: "key1"
  operator: "Equal"
  value: "value1"
  effect: "NoSchedule"
- key: "key1"
  operator: "Equal"
  value: "value1"
  effect: "NoExecute"