- Feb 21, 2024
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
This will allow gradually replacing it with separate applicationsets.
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Ref. swh/infra/sysadm-environment#5248
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
We have as many nodes as redis has replicas, so podAntiAffinity prevents us from surging the deployment during upgrades.
-
Nicolas Dandrimont authored
This allows setting the hostname as a global variable; For instance this can be used if the chart generates the ingress (which is not the case yet).
-
Nicolas Dandrimont authored
This lets us create ApplicationSets that cannot remove the applications that they create (and instead leave them dangling if they stop being generated). This is useful for critical cluster components such as the Ceph CSI.
-
- Feb 16, 2024
-
-
Nicolas Dandrimont authored
This allows us to get rid of our custom configmaps in favor of built-in value overrides, which should help further upgrades of ArgoCD. Ref. swh/infra/sysadm-environment#5249
-
Nicolas Dandrimont authored
Ref: swh/infra/sysadm-environment#5249
-
- Feb 08, 2024
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
It's been moved to the swh-charts repository in the cluster-components templates. Refs. swh/infra/sysadm-environment#5213
-
- Feb 06, 2024
-
-
Antoine R. Dumont authored
This will allow to install the 'noMetallbSpeaker=true' label on banco to exclude it from running such pod. Refs. swh/infra/sysadm-environment#5234
-
Antoine R. Dumont authored
nodeSelectorTerms is actually a list and not a dict. Refs. swh/infra/sysadm-environment#5234
-
Antoine R. Dumont authored
Through affinity and node labels. Refs. swh/infra/sysadm-environment#5234
-
- Feb 05, 2024
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
- Feb 01, 2024
-
-
Antoine R. Dumont authored
Banco will be marked as such. Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
It's clearer to say, do not schedule pods with labels "noMetallbSpeaker". Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
The commit was badly configured. It ended up not working either. It somehow clashes with the default affinity configured by the helm chart. This reverts commit 2cdc36c8. Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Without the ': |', it's interpreted as an object [1] [1] ``` spec.source.helm.values in body must be of type string: "object". Retrying attempt #3 at 1:22PM. ``` Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
- Jan 30, 2024
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
It's still complaining about it... [1] [2] [1] ``` spec:map[template:map[spec:map[nodeSelector:map[matchExpressions:[map[key:swh/metallbExclude operator:IsNot values:[true]]]] volumes:<nil>]]]]": unrecognized type: string (retried 5 times). ``` [2] https://github.com/helm/helm/issues/2848 Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
It's currently complaining about it otherwise. ``` spec:map[template:map[spec:map[nodeSelector:map[matchExpressions:[map[key:swh/metallbExclude operator:IsNot values:[true]]]] volumes:<nil>]]]]": unrecognized type: string (retried 5 times). ``` Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
I missed those. Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
So there is a chance the manifest actually applies accordingly. Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
with nodeSelector instead of ipAddressPoolSelectors (as it did not change the behavior). Refs. swh/infra/sysadm-environment#5226
-
Antoine R. Dumont authored
Using label selection. Refs. swh/infra/sysadm-environment#5226
-
- Jan 25, 2024
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-