Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce logs #694

Merged
merged 9 commits into from
Mar 12, 2025
Merged

Reduce logs #694

merged 9 commits into from
Mar 12, 2025

Conversation

VOID404
Copy link
Contributor

@VOID404 VOID404 commented Feb 26, 2025

Description

Changes proposed in this pull request:

  • Removed some redundant logs
  • Changed some success log level to debug
  • Changed fsm logs to trace

Log level can be set with -zap-log-level, this was not changed

Related issue(s)

#624

@VOID404 VOID404 requested a review from a team as a code owner February 26, 2025 07:56
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 26, 2025
@VOID404
Copy link
Contributor Author

VOID404 commented Feb 27, 2025

Example:

old logs
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Refreshing runtime CR metrics"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","logger":"setup","msg":"Starting Manager","kubeconfigExpirationTime":660,"kubeconfigRotationPeriod":360}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","logger":"controller-runtime.metrics","msg":"Starting metrics server"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"starting server","name":"health probe","addr":"[::]:8081"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","logger":"controller-runtime.metrics","msg":"Serving metrics server","bindAddress":":8080","secure":false}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting EventSource","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime","source":"kind source: *v1.Runtime"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting EventSource","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster","source":"kind source: *v1.GardenerCluster"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting Controller","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting workers","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime","worker count":25}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting Controller","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster"}
{"level":"info","ts":"2025-02-27T10:07:55+01:00","msg":"Starting workers","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster","worker count":25}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"adding finalizer","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"result":{"Requeue":true,"RequeueAfter":0},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:08:03+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"error":null,"result":{"Requeue":true,"RequeueAfter":0}}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Update Runtime state to Pending - initialised","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize.updateStatusAndRequeue.sFnUpdateStatus.func2","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize.updateStatusAndRequeue.sFnUpdateStatus.func2 to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"result":{"Requeue":true,"RequeueAfter":0},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"error":null,"result":{"Requeue":true,"RequeueAfter":0}}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Gardener shoot does not exist, creating new one","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnCreateShoot","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Create shoot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"Gardener shoot for runtime initialised successfully","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"Name":"kim-void-gcp","Namespace":"garden-kyma-dev"}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnCreateShoot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnCreateShoot.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnCreateShoot.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"result":{"Requeue":false,"RequeueAfter":15000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:08:04+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"error":null,"result":{"Requeue":false,"RequeueAfter":15000000000}}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnEmmitEventfunc.func1 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:08:19+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:09:19+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:10:19+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:11:19+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:12:19+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:12:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:12:19+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:12:20+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:13:20+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:14:20+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"kcp-system/kim-void-gcp-test"}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Take snapshot state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnTakeSnapshot to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Gardener shoot exists, processing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnInitialize to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Select shoot processing state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnSelectShootProcessing to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Waiting for shoot creation state","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"Shoot kim-void-gcp is in Processing state, scheduling for retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation to github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"result":null,"err":null,"mFnIsNill":false}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"switching state from github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm.sFnWaitForShootCreation.updateStatusAndRequeueAfter.sFnUpdateStatus.func3 to ","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"result":{"Requeue":false,"RequeueAfter":60000000000},"err":null,"mFnIsNill":true}
{"level":"info","ts":"2025-02-27T10:15:20+01:00","msg":"reconciliation done","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"error":null,"result":{"Requeue":false,"RequeueAfter":60000000000}}
new logs
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Refreshing runtime CR metrics"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","logger":"setup","msg":"Starting Manager","kubeconfigExpirationTime":660,"kubeconfigRotationPeriod":360}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","logger":"controller-runtime.metrics","msg":"Starting metrics server"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","logger":"controller-runtime.metrics","msg":"Serving metrics server","bindAddress":":8080","secure":false}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"starting server","name":"health probe","addr":"[::]:8081"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting EventSource","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster","source":"kind source: *v1.GardenerCluster"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting EventSource","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime","source":"kind source: *v1.Runtime"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting Controller","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting workers","controller":"gardenercluster","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"GardenerCluster","worker count":25}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting reconciliation.","GardenerCluster":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting Controller","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Starting workers","controller":"runtime","controllerGroup":"infrastructuremanager.kyma-project.io","controllerKind":"Runtime","worker count":25}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:26:58+01:00","msg":"Stopping processing reconcile, exiting with no retry","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":1,"RuntimeCR":"kim-void-gcp-test","shoot":"kim-void-gcp","function":"sFnSelectShootProcessing"}
{"level":"info","ts":"2025-02-27T09:27:19+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:27:19+01:00","msg":"deleting GardenerCluster CR","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":2,"Runtime":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Shoot":"kim-void-gcp"}
{"level":"info","ts":"2025-02-27T09:27:19+01:00","msg":"Starting reconciliation.","GardenerCluster":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:27:19+01:00","msg":"The gardener cluster does not exist the coresponding secret has been deleted.","GardenerCluster":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:27:29+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":3,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:27:29+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:27:29+01:00","msg":"deleting shoot","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":4,"Name":"kim-void-gcp","Namespace":"garden-kyma-dev"}
{"level":"info","ts":"2025-02-27T09:28:46+01:00","msg":"Starting reconciliation.","GardenerCluster":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:28:46+01:00","msg":"The gardener cluster does not exist the coresponding secret has been deleted.","GardenerCluster":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:28:59+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":5,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:29:00+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":6,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:30:30+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":7,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:32:00+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":8,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:33:30+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":9,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:35:00+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":10,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:36:31+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":11,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}
{"level":"info","ts":"2025-02-27T09:38:01+01:00","msg":"Reconciling Runtime","runtimeID":"aaaaaaaa-aaaa-aaaa-aaaa-runtimeidaaa","shootName":"kim-void-gcp","requestID":12,"Name":"kim-void-gcp-test","Namespace":"kcp-system"}

Both example include startup, the new case does some operations more - runtime already exists, it's removed then new one is created.

@kyma-bot kyma-bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 27, 2025
Copy link
Contributor

@koala7659 koala7659 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VOID404 VOID404 merged commit 2d6197a into kyma-project:main Mar 12, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants