Skip to content
Snippets Groups Projects
Verified Commit d5f98fb5 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): Fix nodeselector for crio config plan

This patch fixes the problem of not deploying the crio config plan
anywhere due to the lack of a nodeselector. system-upgrades-controller
does rather nothing than everything and therefore no nodeselector, means
no targets instead of everything.
parent 8bc2a7d5
Branches
Tags
No related merge requests found
......@@ -13,8 +13,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2022-01-21T21:54:23Z"
mac: ENC[AES256_GCM,data:QYRyRUsrtQ4ac3PtqfmZYuf2cwYTStFSB2o5Mnqta1/onKUrSrFbYe5UMgdrzN7BRM44+B6TpZeHQKN7btiy4E9qYZbquZEcpOA8+rHfUlIRn5QThPgmXrDDhd33hZVvt23vuaBpfAcic7qUPHfDjkiGC137uyYpRGJJVfV3Z9c=,iv:mU9lKh1xKRuVvoEMciDJHBDHkaptcQXMBM2kJZ7ziPs=,tag:dXJHO8mkx4WqYLppPjx+hQ==,type:str]
lastmodified: "2022-01-21T22:26:07Z"
mac: ENC[AES256_GCM,data:B7cVpU8PmKPrO7X47JIf4A90qYOlq8onZpbNSyMOi6Cjjbf2DsNTEr4GshPfOLapWskBa8JEGR9Ax+OWWVUkZBmIvFvDxdCm9UTwL8fvyC8xzRMMQmW2Sy1bPMeebqbrMx1uBLuzcCWSe+j67B4ZYSHVIFb+eUBHeCzVNJoy9mU=,iv:EwFqfMopcNIXRTS5YZJZv/n31BfFYhuMwYGQ5CJzrQQ=,tag:PA8U4uOEG5lE4jG/sgFCfg==,type:str]
pgp:
- created_at: "2022-01-21T21:30:49Z"
enc: |-
......@@ -67,11 +67,17 @@ metadata:
namespace: system-upgrade
spec:
concurrency: 1
nodeSelector:
matchExpressions:
- key: feature.node.kubernetes.io/system-os_release.ID
operator: In
values:
- fedora
serviceAccountName: system-upgrade
secrets:
- name: crio-registry-config
path: /host/run/system-upgrade/secrets/crio-registry-config
version: 1.0.0
version: 1.0.1
upgrade:
image: registry.shivering-isles.com/fedora/fedora:35
command:
......@@ -86,8 +92,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2022-01-21T21:54:23Z"
mac: ENC[AES256_GCM,data:QYRyRUsrtQ4ac3PtqfmZYuf2cwYTStFSB2o5Mnqta1/onKUrSrFbYe5UMgdrzN7BRM44+B6TpZeHQKN7btiy4E9qYZbquZEcpOA8+rHfUlIRn5QThPgmXrDDhd33hZVvt23vuaBpfAcic7qUPHfDjkiGC137uyYpRGJJVfV3Z9c=,iv:mU9lKh1xKRuVvoEMciDJHBDHkaptcQXMBM2kJZ7ziPs=,tag:dXJHO8mkx4WqYLppPjx+hQ==,type:str]
lastmodified: "2022-01-21T22:26:07Z"
mac: ENC[AES256_GCM,data:B7cVpU8PmKPrO7X47JIf4A90qYOlq8onZpbNSyMOi6Cjjbf2DsNTEr4GshPfOLapWskBa8JEGR9Ax+OWWVUkZBmIvFvDxdCm9UTwL8fvyC8xzRMMQmW2Sy1bPMeebqbrMx1uBLuzcCWSe+j67B4ZYSHVIFb+eUBHeCzVNJoy9mU=,iv:EwFqfMopcNIXRTS5YZJZv/n31BfFYhuMwYGQ5CJzrQQ=,tag:PA8U4uOEG5lE4jG/sgFCfg==,type:str]
pgp:
- created_at: "2022-01-21T21:30:49Z"
enc: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment