David Boreham dboreham
  • Joined on 2022-12-08
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:10:01 +00:00
Support k8s taints and tolerations, node affinity and node selectors

Toleration spec examples:

apiVersion: v1
kind: Pod
metadata:
  name: nginx
  labels:
    env: test
spec:
  containers:
  - name: nginx
    image: nginx
    imagePullPolicy:…
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:05:46 +00:00
Support k8s taints and tolerations, node affinity and node selectors
apiVersion: apps/v1
kind: Deployment
metadata:
  name: web-server
spec:
  selector:
    matchLabels:
      app: web-store
  replicas: 3
  template:
    metadata:
      labels:
   …
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:05:30 +00:00
Support k8s taints and tolerations, node affinity and node selectors
apiVersion: apps/v1
kind: Deployment
metadata:
  name: redis-cache
spec:
  selector:
    matchLabels:
      app: store
  replicas: 3
  template:
    metadata:
      labels:
      …
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:04:57 +00:00
Support k8s taints and tolerations, node affinity and node selectors
apiVersion: v1
kind: Pod
metadata:
  labels:
    # Assume that all relevant Pods have a "tenant" label set
    tenant: tenant-a
...
spec:
  affinity:
    podAffinity:
     …
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:04:39 +00:00
Support k8s taints and tolerations, node affinity and node selectors
apiVersion: apps/v1
kind: Deployment
metadata:
  name: application-server
...
spec:
  template:
    spec:
      affinity:
        podAffinity:
          requiredDuringSchedulingIgnor…
dboreham commented on issue cerc-io/stack-orchestrator#833 2024-08-10 20:04:05 +00:00
Support k8s taints and tolerations, node affinity and node selectors

Example pod metadata:

apiVersion: v1
kind: Pod
metadata:
  name: with-pod-affinity
spec:
  affinity:
    podAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
      -…
dboreham commented on issue cerc-io/stack-orchestrator#880 2024-08-10 17:46:35 +00:00
Webapps using nextjs fail with latest version

Fixed

dboreham closed issue cerc-io/stack-orchestrator#880 2024-08-10 17:46:35 +00:00
Webapps using nextjs fail with latest version
dboreham commented on issue cerc-io/stack-orchestrator#882 2024-08-10 17:45:55 +00:00
Update stacks to work with new laconicd

Fixed

dboreham closed issue cerc-io/stack-orchestrator#882 2024-08-10 17:45:55 +00:00
Update stacks to work with new laconicd
dboreham created branch dboreham/k8s-deployment-enhancements in cerc-io/stack-orchestrator 2024-08-10 17:44:15 +00:00
dboreham deleted branch zach/uniswap-fix from cerc-io/stack-orchestrator 2024-08-10 17:42:22 +00:00
dboreham deleted branch mars-v2 from cerc-io/stack-orchestrator 2024-08-10 17:42:17 +00:00
dboreham deleted branch dboreham/add-config-tests from cerc-io/stack-orchestrator 2024-08-10 17:42:08 +00:00
dboreham deleted branch dboreham/arm-fixturenet-test from cerc-io/stack-orchestrator 2024-08-10 17:42:02 +00:00
dboreham deleted branch dboreham/external-stack from cerc-io/stack-orchestrator 2024-08-10 17:41:55 +00:00
dboreham deleted branch zach/cns-to-registry from cerc-io/stack-orchestrator 2024-08-10 17:41:50 +00:00
dboreham deleted branch dboreham/external-config from cerc-io/stack-orchestrator 2024-08-10 17:41:45 +00:00
dboreham deleted branch dboreham/refactor-stack-directories from cerc-io/stack-orchestrator 2024-08-10 17:41:38 +00:00