You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Korifi 0.14 we have introduced deployment per every optional component (statefulset runner, kpack image builder, job task runner). The names of their deployments are not prefixed with korifi- (as api and controllers are):
0|0 ❯ k -n korifi get deployments
NAME READY UP-TO-DATE AVAILABLE AGE
job-task-runner-controller-manager 1/1 1 1 5m13s
korifi-api-deployment 1/1 1 1 5m13s
korifi-controllers-controller-manager 1/1 1 1 5m13s
kpack-image-builder-controller-manager 1/1 1 1 5m13s
statefulset-runner-controller-manager 1/1 1 1 5m13s
Same goes for their pods:
❯❯ k -n korifi get pods
NAME READY STATUS RESTARTS AGE
job-task-runner-controller-manager-7687cc455f-q455w 1/1 Running 0 5m42s
korifi-api-deployment-7788dc6dc4-fhkqg 1/1 Running 0 5m42s
korifi-controllers-controller-manager-647c5bd889-v5pt9 1/1 Running 0 5m42s
kpack-image-builder-controller-manager-586cf769bf-w7v4v 1/1 Running 0 5m42s
statefulset-runner-controller-manager-7576cb899c-nmqgp 1/1 Running 0 5m42s
Also, logs for the optional components do not start with the Korifi version (as logs for api and controllers do)
Action to take:
Prefix the name of the deployments with korifi-
Prefix the name of deplotment pods with korifi-
Fix optional components logs to specify Korifi version (see this example)
The text was updated successfully, but these errors were encountered:
Background
With Korifi 0.14 we have introduced deployment per every optional component (statefulset runner, kpack image builder, job task runner). The names of their deployments are not prefixed with
korifi-
(asapi
andcontrollers
are):Same goes for their pods:
Also, logs for the optional components do not start with the Korifi version (as logs for
api
andcontrollers
do)Action to take:
korifi-
korifi-
The text was updated successfully, but these errors were encountered: