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

Race condition occurring between finishing job and new incoming commit from Webhook #3067

Open
mmartin24 opened this issue Nov 11, 2024 · 0 comments
Labels
Milestone

Comments

@mmartin24
Copy link
Collaborator

mmartin24 commented Nov 11, 2024

Issue:

With a webhook in place, if a commit is sent while the previous job is not finished the gitjob never changes status.

In the screenshot it can be seen how even when the replica number has been updated to 5, still the UI displays 2.
2024-11-08_16-43

To reproduce

Observed behavior:

  • Gitjob does not update the replicas
  • Gitrepo does however update correctly

Expected behavior:

  • Number of replicas updated correctly

Logs:

Webhook Payload
{
  "ref": "refs/heads/main",
  "before": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224",
  "after": "21c9d870151b6da1bedc2681014c39cdf8129585",
  "repository": {
    "id": 836697933,
    "node_id": "R_kgDOMd7_TQ",
    "name": "webhook-github-test",
    "full_name": "fleetqa/webhook-github-test",
    "private": false,
    "owner": {
      "name": "fleetqa",
      "email": "[email protected]",
      "login": "fleetqa",
      "id": 166113384,
      "node_id": "U_kgDOCeawaA",
      "avatar_url": "https://avatars.githubusercontent.com/u/166113384?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fleetqa",
      "html_url": "https://github.com/fleetqa",
      "followers_url": "https://api.github.com/users/fleetqa/followers",
      "following_url": "https://api.github.com/users/fleetqa/following{/other_user}",
      "gists_url": "https://api.github.com/users/fleetqa/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fleetqa/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fleetqa/subscriptions",
      "organizations_url": "https://api.github.com/users/fleetqa/orgs",
      "repos_url": "https://api.github.com/users/fleetqa/repos",
      "events_url": "https://api.github.com/users/fleetqa/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fleetqa/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/fleetqa/webhook-github-test",
    "description": null,
    "fork": false,
    "url": "https://github.com/fleetqa/webhook-github-test",
    "forks_url": "https://api.github.com/repos/fleetqa/webhook-github-test/forks",
    "keys_url": "https://api.github.com/repos/fleetqa/webhook-github-test/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/fleetqa/webhook-github-test/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/fleetqa/webhook-github-test/teams",
    "hooks_url": "https://api.github.com/repos/fleetqa/webhook-github-test/hooks",
    "issue_events_url": "https://api.github.com/repos/fleetqa/webhook-github-test/issues/events{/number}",
    "events_url": "https://api.github.com/repos/fleetqa/webhook-github-test/events",
    "assignees_url": "https://api.github.com/repos/fleetqa/webhook-github-test/assignees{/user}",
    "branches_url": "https://api.github.com/repos/fleetqa/webhook-github-test/branches{/branch}",
    "tags_url": "https://api.github.com/repos/fleetqa/webhook-github-test/tags",
    "blobs_url": "https://api.github.com/repos/fleetqa/webhook-github-test/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/fleetqa/webhook-github-test/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/fleetqa/webhook-github-test/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/fleetqa/webhook-github-test/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/fleetqa/webhook-github-test/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/fleetqa/webhook-github-test/languages",
    "stargazers_url": "https://api.github.com/repos/fleetqa/webhook-github-test/stargazers",
    "contributors_url": "https://api.github.com/repos/fleetqa/webhook-github-test/contributors",
    "subscribers_url": "https://api.github.com/repos/fleetqa/webhook-github-test/subscribers",
    "subscription_url": "https://api.github.com/repos/fleetqa/webhook-github-test/subscription",
    "commits_url": "https://api.github.com/repos/fleetqa/webhook-github-test/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/fleetqa/webhook-github-test/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/fleetqa/webhook-github-test/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/fleetqa/webhook-github-test/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/fleetqa/webhook-github-test/contents/{+path}",
    "compare_url": "https://api.github.com/repos/fleetqa/webhook-github-test/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/fleetqa/webhook-github-test/merges",
    "archive_url": "https://api.github.com/repos/fleetqa/webhook-github-test/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/fleetqa/webhook-github-test/downloads",
    "issues_url": "https://api.github.com/repos/fleetqa/webhook-github-test/issues{/number}",
    "pulls_url": "https://api.github.com/repos/fleetqa/webhook-github-test/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/fleetqa/webhook-github-test/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/fleetqa/webhook-github-test/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/fleetqa/webhook-github-test/labels{/name}",
    "releases_url": "https://api.github.com/repos/fleetqa/webhook-github-test/releases{/id}",
    "deployments_url": "https://api.github.com/repos/fleetqa/webhook-github-test/deployments",
    "created_at": 1722511363,
    "updated_at": "2024-11-08T15:47:55Z",
    "pushed_at": 1731080885,
    "git_url": "git://github.com/fleetqa/webhook-github-test.git",
    "ssh_url": "[email protected]:fleetqa/webhook-github-test.git",
    "clone_url": "https://github.com/fleetqa/webhook-github-test.git",
    "svn_url": "https://github.com/fleetqa/webhook-github-test",
    "homepage": null,
    "size": 5,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 0,
    "license": null,
    "allow_forking": true,
    "is_template": false,
    "web_commit_signoff_required": false,
    "topics": [

    ],
    "visibility": "public",
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "main",
    "stargazers": 0,
    "master_branch": "main"
  },
  "pusher": {
    "name": "fleetqa",
    "email": "[email protected]"
  },
  "sender": {
    "login": "fleetqa",
    "id": 166113384,
    "node_id": "U_kgDOCeawaA",
    "avatar_url": "https://avatars.githubusercontent.com/u/166113384?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/fleetqa",
    "html_url": "https://github.com/fleetqa",
    "followers_url": "https://api.github.com/users/fleetqa/followers",
    "following_url": "https://api.github.com/users/fleetqa/following{/other_user}",
    "gists_url": "https://api.github.com/users/fleetqa/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/fleetqa/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/fleetqa/subscriptions",
    "organizations_url": "https://api.github.com/users/fleetqa/orgs",
    "repos_url": "https://api.github.com/users/fleetqa/repos",
    "events_url": "https://api.github.com/users/fleetqa/events{/privacy}",
    "received_events_url": "https://api.github.com/users/fleetqa/received_events",
    "type": "User",
    "user_view_type": "public",
    "site_admin": false
  },
  "created": false,
  "deleted": false,
  "forced": false,
  "base_ref": null,
  "compare": "https://github.com/fleetqa/webhook-github-test/compare/ded1afcfdd8f...21c9d870151b",
  "commits": [
    {
      "id": "21c9d870151b6da1bedc2681014c39cdf8129585",
      "tree_id": "048156ce21ba63d94362895ebd95ea12f4b6b24a",
      "distinct": true,
      "message": "Ensuring number of replicas is 5",
      "timestamp": "2024-11-08T16:48:04+01:00",
      "url": "https://github.com/fleetqa/webhook-github-test/commit/21c9d870151b6da1bedc2681014c39cdf8129585",
      "author": {
        "name": "fleetqa",
        "email": "[email protected]",
        "username": "fleetqa"
      },
      "committer": {
        "name": "fleetqa",
        "email": "[email protected]",
        "username": "fleetqa"
      },
      "added": [

      ],
      "removed": [

      ],
      "modified": [
        "deployment.yaml"
      ]
    }
  ],
  "head_commit": {
    "id": "21c9d870151b6da1bedc2681014c39cdf8129585",
    "tree_id": "048156ce21ba63d94362895ebd95ea12f4b6b24a",
    "distinct": true,
    "message": "Ensuring number of replicas is 5",
    "timestamp": "2024-11-08T16:48:04+01:00",
    "url": "https://github.com/fleetqa/webhook-github-test/commit/21c9d870151b6da1bedc2681014c39cdf8129585",
    "author": {
      "name": "fleetqa",
      "email": "[email protected]",
      "username": "fleetqa"
    },
    "committer": {
      "name": "fleetqa",
      "email": "[email protected]",
      "username": "fleetqa"
    },
    "added": [

    ],
    "removed": [

    ],
    "modified": [
      "deployment.yaml"
    ]
  }
}
Gitjob logs
> k logs -n cattle-fleet-system gitjob-8fb8698c-7j6v9 
2024-11-08T15:46:39Z    INFO    setup   starting config controller
2024-11-08T15:46:39Z    INFO    setup   starting gitops controller
2024-11-08T15:46:39Z    INFO    setup   Setting up webhook listener
2024-11-08T15:46:39Z    INFO    setup   starting gitops status controller
2024-11-08T15:46:39Z    INFO    controller-runtime.metrics      Starting metrics server
I1108 15:46:39.138380       7 reflector.go:305] Starting reflector *v1.Secret (9h18m31.866014466s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:46:39.138405       7 reflector.go:341] Listing and watching *v1.Secret from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:46:39Z    INFO    controller-runtime.metrics      Serving metrics server  {"bindAddress": ":8081", "secure": false}
I1108 15:46:39.185410       7 reflector.go:368] Caches populated for *v1.Secret from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:46:39.238620       7 leaderelection.go:254] attempting to acquire leader lease cattle-fleet-system/fleet-gitops-leader-election-shard...
I1108 15:46:39.248987       7 leaderelection.go:456] lock is held by gitjob-bb4b77d49-8ln8l_ce6d4668-6dcf-483e-a264-4c156fcb793f and has not yet expired
I1108 15:46:39.249008       7 leaderelection.go:263] failed to acquire lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:46:52.508553       7 leaderelection.go:456] lock is held by gitjob-bb4b77d49-8ln8l_ce6d4668-6dcf-483e-a264-4c156fcb793f and has not yet expired
I1108 15:46:52.508574       7 leaderelection.go:263] failed to acquire lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:47:07.323740       7 leaderelection.go:456] lock is held by gitjob-bb4b77d49-8ln8l_ce6d4668-6dcf-483e-a264-4c156fcb793f and has not yet expired
I1108 15:47:07.323760       7 leaderelection.go:263] failed to acquire lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:47:20.884936       7 leaderelection.go:268] successfully acquired lease cattle-fleet-system/fleet-gitops-leader-election-shard
2024-11-08T15:47:20Z    DEBUG   events  gitjob-8fb8698c-7j6v9_b0dfb562-e0dc-4fb7-a814-08d2890fe68e became leader        {"type": "Normal", "object": {"kind":"Lease","namespace":"cattle-fleet-system","name":"fleet-gitops-leader-election-shard","uid":"2bae2430-2545-49db-b0a0-e4f3c83449d6","apiVersion":"coordination.k8s.io/v1","resourceVersion":"71609"}, "reason": "LeaderElection"}
2024-11-08T15:47:20Z    INFO    Starting EventSource    {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "source": "kind source: *v1.ConfigMap"}
2024-11-08T15:47:20Z    INFO    Starting Controller     {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap"}
2024-11-08T15:47:20Z    INFO    Starting EventSource    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "source": "kind source: *v1alpha1.GitRepo"}
2024-11-08T15:47:20Z    INFO    Starting EventSource    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "source": "kind source: *v1alpha1.Bundle"}
2024-11-08T15:47:20Z    INFO    Starting Controller     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo"}
I1108 15:47:20.886444       7 reflector.go:305] Starting reflector *v1.ConfigMap (9h47m42.23980476s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.886457       7 reflector.go:341] Listing and watching *v1.ConfigMap from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:47:20Z    INFO    Starting EventSource    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "source": "kind source: *v1alpha1.GitRepo"}
2024-11-08T15:47:20Z    INFO    Starting EventSource    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "source": "kind source: *v1.Job"}
2024-11-08T15:47:20Z    INFO    Starting Controller     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo"}
I1108 15:47:20.889469       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:47:20.892273       7 reflector.go:305] Starting reflector *v1alpha1.Bundle (9h37m23.644919753s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.892294       7 reflector.go:341] Listing and watching *v1alpha1.Bundle from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.895024       7 reflector.go:305] Starting reflector *v1.Job (9h8m17.235999587s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.895035       7 reflector.go:305] Starting reflector *v1alpha1.GitRepo (10h20m35.693545001s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.895049       7 reflector.go:341] Listing and watching *v1alpha1.GitRepo from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.895041       7 reflector.go:341] Listing and watching *v1.Job from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.896866       7 reflector.go:368] Caches populated for *v1.Job from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.897748       7 reflector.go:368] Caches populated for *v1alpha1.GitRepo from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.898042       7 reflector.go:368] Caches populated for *v1.ConfigMap from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.898668       7 reflector.go:368] Caches populated for *v1alpha1.Bundle from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:47:20Z    INFO    Starting workers        {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "worker count": 1}
2024-11-08T15:47:20Z    LEVEL(-5)       Reconciling     {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "ConfigMap": {"name":"fleet-controller","namespace":"cattle-fleet-system"}, "namespace": "cattle-fleet-system", "name": "fleet-controller", "reconcileID": "46dacd44-d485-4bb7-9d3f-cdfa498bb100"}
2024-11-08T15:47:20Z    DEBUG   config  Reconciling config configmap, loading config    {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "ConfigMap": {"name":"fleet-controller","namespace":"cattle-fleet-system"}, "namespace": "cattle-fleet-system", "name": "fleet-controller", "reconcileID": "46dacd44-d485-4bb7-9d3f-cdfa498bb100"}
2024-11-08T15:47:20Z    LEVEL(-5)       Reconcile successful    {"controller": "configmap", "controllerGroup": "", "controllerKind": "ConfigMap", "ConfigMap": {"name":"fleet-controller","namespace":"cattle-fleet-system"}, "namespace": "cattle-fleet-system", "name": "fleet-controller", "reconcileID": "46dacd44-d485-4bb7-9d3f-cdfa498bb100"}
2024-11-08T15:47:20Z    INFO    Starting workers        {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "worker count": 50}
2024-11-08T15:47:20Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d21f8101-13cd-4073-9789-ce2cff8c8173"}
I1108 15:47:20.995490       7 reflector.go:305] Starting reflector *v1alpha1.GitRepoRestriction (10h48m44.489980375s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.995515       7 reflector.go:341] Listing and watching *v1alpha1.GitRepoRestriction from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:20.997235       7 reflector.go:368] Caches populated for *v1alpha1.GitRepoRestriction from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:47:21Z    INFO    Starting workers        {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "worker count": 50}
2024-11-08T15:47:21Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d21f8101-13cd-4073-9789-ce2cff8c8173", "generation": 2, "commit": "d171da135fd78d0712ff7a78082e57e9e84725b6", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "fbc29bc5-06fb-4c27-aa41-b1525bced033"}
2024-11-08T15:47:21Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "fbc29bc5-06fb-4c27-aa41-b1525bced033", "generation": 2, "commit": "d171da135fd78d0712ff7a78082e57e9e84725b6", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
I1108 15:47:21.097219       7 reflector.go:305] Starting reflector *v1alpha1.BundleDeployment (10h12m50.059150801s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:21.097240       7 reflector.go:341] Listing and watching *v1alpha1.BundleDeployment from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:21.100943       7 reflector.go:368] Caches populated for *v1alpha1.BundleDeployment from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:47:21Z    DEBUG   gitjob  Creating Git job resources      {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "fbc29bc5-06fb-4c27-aa41-b1525bced033", "generation": 2, "commit": "d171da135fd78d0712ff7a78082e57e9e84725b6", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d21f8101-13cd-4073-9789-ce2cff8c8173"}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8c41f8cc-7500-4a32-b51f-ba2a1bb64fe3"}
2024-11-08T15:47:21Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8c41f8cc-7500-4a32-b51f-ba2a1bb64fe3", "generation": 2, "commit": "d171da135fd78d0712ff7a78082e57e9e84725b6", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8c41f8cc-7500-4a32-b51f-ba2a1bb64fe3"}
2024-11-08T15:47:21Z    DEBUG   events  GitJob was created      {"type": "Normal", "object": {"kind":"GitRepo","namespace":"fleet-local","name":"webhook-test-disable-polling","uid":"5d3f5e62-5b26-42f2-ba53-9cc0b3488604","apiVersion":"fleet.cattle.io/v1alpha1","resourceVersion":"70438"}, "reason": "Created"}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "fbc29bc5-06fb-4c27-aa41-b1525bced033"}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "144f21b3-add4-43bb-9aec-b9a9f700f226"}
2024-11-08T15:47:21Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "144f21b3-add4-43bb-9aec-b9a9f700f226", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2a06d45a-0196-488d-b43a-0f38e233ac0b"}
2024-11-08T15:47:21Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2a06d45a-0196-488d-b43a-0f38e233ac0b", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2a06d45a-0196-488d-b43a-0f38e233ac0b"}
2024-11-08T15:47:21Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "144f21b3-add4-43bb-9aec-b9a9f700f226"}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "44b8631b-24e2-44b5-9098-91569d71bf93"}
2024-11-08T15:47:22Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "44b8631b-24e2-44b5-9098-91569d71bf93", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:40:44Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "44b8631b-24e2-44b5-9098-91569d71bf93"}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "dddeebb1-08f2-4c6a-90e9-5a90055486ae"}
2024-11-08T15:47:22Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "dddeebb1-08f2-4c6a-90e9-5a90055486ae", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:22Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "dddeebb1-08f2-4c6a-90e9-5a90055486ae"}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a57b79c4-1a36-4e66-9f61-b9014d28f937"}
2024-11-08T15:47:22Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a57b79c4-1a36-4e66-9f61-b9014d28f937", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:22Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a57b79c4-1a36-4e66-9f61-b9014d28f937"}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e1c13336-465b-411e-93d3-3e3cc7fe4ce1"}
2024-11-08T15:47:22Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e1c13336-465b-411e-93d3-3e3cc7fe4ce1", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:22Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e1c13336-465b-411e-93d3-3e3cc7fe4ce1"}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "5804614c-2060-4a74-af4c-647ada40939b"}
2024-11-08T15:47:22Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "5804614c-2060-4a74-af4c-647ada40939b", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:22Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Replicas: 2/5"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:22Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "5804614c-2060-4a74-af4c-647ada40939b"}
2024-11-08T15:47:24Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ff97e46-1c3c-426c-aa1a-c6c890d5da24"}
2024-11-08T15:47:24Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ff97e46-1c3c-426c-aa1a-c6c890d5da24", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:22Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Replicas: 2/5"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:24Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ff97e46-1c3c-426c-aa1a-c6c890d5da24"}
2024-11-08T15:47:24Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a3e08066-364a-4f56-b795-abe7f6412956"}
2024-11-08T15:47:24Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a3e08066-364a-4f56-b795-abe7f6412956", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:24Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:24Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a3e08066-364a-4f56-b795-abe7f6412956"}
2024-11-08T15:47:25Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "45f697c7-0788-46c8-8631-651273b4e88b"}
2024-11-08T15:47:25Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "45f697c7-0788-46c8-8631-651273b4e88b", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:24Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:25Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "45f697c7-0788-46c8-8631-651273b4e88b"}
2024-11-08T15:47:25Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "908669ef-a08f-43ff-90ea-d3208cb6e8ad"}
2024-11-08T15:47:25Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "908669ef-a08f-43ff-90ea-d3208cb6e8ad", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:24Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:25Z    INFO    gitjob  job deletion triggered because job succeeded    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "908669ef-a08f-43ff-90ea-d3208cb6e8ad", "generation": 2, "commit": "f8d3293dcd521eca88fc2b2e51e873b668a4f4ae", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:24Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:40:42Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:40:42Z"}]}
2024-11-08T15:47:25Z    DEBUG   events  job deletion triggered because job succeeded    {"type": "Normal", "object": {"kind":"GitRepo","namespace":"fleet-local","name":"webhook-test-disable-polling","uid":"5d3f5e62-5b26-42f2-ba53-9cc0b3488604","apiVersion":"fleet.cattle.io/v1alpha1","resourceVersion":"71718"}, "reason": "JobDeleted"}
2024-11-08T15:47:25Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "908669ef-a08f-43ff-90ea-d3208cb6e8ad"}
I1108 15:47:30.894262       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:47:40.899549       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
2024-11-08T15:47:48Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "f448a1ce-806c-4838-87a6-cf9c2ade652b"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "55cff2f9-d2c0-4787-a726-6b21523a56d6"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "f448a1ce-806c-4838-87a6-cf9c2ade652b"}
2024-11-08T15:47:48Z    INFO    gitjob  Gitrepo deleted, deleting bundle, image scans   {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "55cff2f9-d2c0-4787-a726-6b21523a56d6"}
I1108 15:47:48.182835       7 reflector.go:305] Starting reflector *v1alpha1.ImageScan (10h32m0.000253617s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:48.182862       7 reflector.go:341] Listing and watching *v1alpha1.ImageScan from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
I1108 15:47:48.184078       7 reflector.go:368] Caches populated for *v1alpha1.ImageScan from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243
2024-11-08T15:47:48Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "3aeb7a53-1393-4336-aec1-f7bb4c4b8a4f"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "3aeb7a53-1393-4336-aec1-f7bb4c4b8a4f"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "55cff2f9-d2c0-4787-a726-6b21523a56d6"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "80f2c1c9-c82e-436a-a664-9eed20e91c6a"}
2024-11-08T15:47:48Z    DEBUG   gitjob  Gitrepo deleted, cleaning up poll jobs  {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "80f2c1c9-c82e-436a-a664-9eed20e91c6a"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "64f75919-716e-4681-afa3-77507d2af13c"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "80f2c1c9-c82e-436a-a664-9eed20e91c6a"}
2024-11-08T15:47:48Z    DEBUG   gitops-status   Gitrepo deleted, cleaning up poll jobs  {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "64f75919-716e-4681-afa3-77507d2af13c"}
2024-11-08T15:47:48Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "64f75919-716e-4681-afa3-77507d2af13c"}
I1108 15:47:50.904246       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
2024-11-08T15:47:52Z    DEBUG   webhook Webhook payload {"payload": {"ref":"refs/heads/main","before":"f8d3293dcd521eca88fc2b2e51e873b668a4f4ae","after":"ded1afcfdd8f0c0b4bddb242e0c75b374e189224","created":false,"deleted":false,"forced":false,"base_ref":null,"compare":"https://github.com/fleetqa/webhook-github-test/compare/f8d3293dcd52...ded1afcfdd8f","commits":[{"sha":"","id":"ded1afcfdd8f0c0b4bddb242e0c75b374e189224","node_id":"","tree_id":"a8c4b1099c9e422fbdc1fe170309bf90c9f03233","distinct":true,"message":"Ensuring initial number of replicas is 2","timestamp":"2024-11-08T16:47:50+01:00","url":"https://github.com/fleetqa/webhook-github-test/commit/ded1afcfdd8f0c0b4bddb242e0c75b374e189224","author":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"committer":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"added":[],"removed":[],"modified":["deployment.yaml"]}],"head_commit":{"id":"ded1afcfdd8f0c0b4bddb242e0c75b374e189224","node_id":"","tree_id":"a8c4b1099c9e422fbdc1fe170309bf90c9f03233","distinct":true,"message":"Ensuring initial number of replicas is 2","timestamp":"2024-11-08T16:47:50+01:00","url":"https://github.com/fleetqa/webhook-github-test/commit/ded1afcfdd8f0c0b4bddb242e0c75b374e189224","author":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"committer":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"added":[],"removed":[],"modified":["deployment.yaml"]},"repository":{"id":836697933,"node_id":"R_kgDOMd7_TQ","name":"webhook-github-test","full_name":"fleetqa/webhook-github-test","owner":{"login":"fleetqa","id":166113384,"node_id":"U_kgDOCeawaA","avatar_url":"https://avatars.githubusercontent.com/u/166113384?v=4","gravatar_id":"","url":"https://api.github.com/users/fleetqa","html_url":"https://github.com/fleetqa","followers_url":"https://api.github.com/users/fleetqa/followers","following_url":"https://api.github.com/users/fleetqa/following{/other_user}","gists_url":"https://api.github.com/users/fleetqa/gists{/gist_id}","starred_url":"https://api.github.com/users/fleetqa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fleetqa/subscriptions","organizations_url":"https://api.github.com/users/fleetqa/orgs","repos_url":"https://api.github.com/users/fleetqa/repos","events_url":"https://api.github.com/users/fleetqa/events{/privacy}","received_events_url":"https://api.github.com/users/fleetqa/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/fleetqa/webhook-github-test","description":"","fork":false,"url":"https://github.com/fleetqa/webhook-github-test","forks_url":"https://api.github.com/repos/fleetqa/webhook-github-test/forks","keys_url":"https://api.github.com/repos/fleetqa/webhook-github-test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/fleetqa/webhook-github-test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/fleetqa/webhook-github-test/teams","hooks_url":"https://api.github.com/repos/fleetqa/webhook-github-test/hooks","issue_events_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues/events{/number}","events_url":"https://api.github.com/repos/fleetqa/webhook-github-test/events","assignees_url":"https://api.github.com/repos/fleetqa/webhook-github-test/assignees{/user}","branches_url":"https://api.github.com/repos/fleetqa/webhook-github-test/branches{/branch}","tags_url":"https://api.github.com/repos/fleetqa/webhook-github-test/tags","blobs_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/refs{/sha}","trees_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/fleetqa/webhook-github-test/statuses/{sha}","languages_url":"https://api.github.com/repos/fleetqa/webhook-github-test/languages","stargazers_url":"https://api.github.com/repos/fleetqa/webhook-github-test/stargazers","contributors_url":"https://api.github.com/repos/fleetqa/webhook-github-test/contributors","subscribers_url":"https://api.github.com/repos/fleetqa/webhook-github-test/subscribers","subscription_url":"https://api.github.com/repos/fleetqa/webhook-github-test/subscription","commits_url":"https://api.github.com/repos/fleetqa/webhook-github-test/commits{/sha}","git_commits_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/commits{/sha}","comments_url":"https://api.github.com/repos/fleetqa/webhook-github-test/comments{/number}","issue_comment_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues/comments{/number}","contents_url":"https://api.github.com/repos/fleetqa/webhook-github-test/contents/{+path}","compare_url":"https://api.github.com/repos/fleetqa/webhook-github-test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/fleetqa/webhook-github-test/merges","archive_url":"https://api.github.com/repos/fleetqa/webhook-github-test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/fleetqa/webhook-github-test/downloads","issues_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues{/number}","pulls_url":"https://api.github.com/repos/fleetqa/webhook-github-test/pulls{/number}","milestones_url":"https://api.github.com/repos/fleetqa/webhook-github-test/milestones{/number}","notifications_url":"https://api.github.com/repos/fleetqa/webhook-github-test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/fleetqa/webhook-github-test/labels{/name}","releases_url":"https://api.github.com/repos/fleetqa/webhook-github-test/releases{/id}","created_at":1722511363,"updated_at":"2024-11-08T15:40:56Z","pushed_at":1731080871,"git_url":"git://github.com/fleetqa/webhook-github-test.git","ssh_url":"[email protected]:fleetqa/webhook-github-test.git","clone_url":"https://github.com/fleetqa/webhook-github-test.git","svn_url":"https://github.com/fleetqa/webhook-github-test","homepage":null,"size":5,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"main","stargazers":0,"master_branch":"main"},"pusher":{"name":"fleetqa","email":"[email protected]"},"sender":{"login":"fleetqa","id":166113384,"node_id":"U_kgDOCeawaA","avatar_url":"https://avatars.githubusercontent.com/u/166113384?v=4","gravatar_id":"","url":"https://api.github.com/users/fleetqa","html_url":"https://github.com/fleetqa","followers_url":"https://api.github.com/users/fleetqa/followers","following_url":"https://api.github.com/users/fleetqa/following{/other_user}","gists_url":"https://api.github.com/users/fleetqa/gists{/gist_id}","starred_url":"https://api.github.com/users/fleetqa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fleetqa/subscriptions","organizations_url":"https://api.github.com/users/fleetqa/orgs","repos_url":"https://api.github.com/users/fleetqa/repos","events_url":"https://api.github.com/users/fleetqa/events{/privacy}","received_events_url":"https://api.github.com/users/fleetqa/received_events","type":"User","site_admin":false},"installation":{"id":0}}}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "704ee5c6-d1c7-4e26-b925-32889ac049d9"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2e2b2eb5-0835-4a42-9481-f791e3eae299"}
2024-11-08T15:47:53Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2e2b2eb5-0835-4a42-9481-f791e3eae299", "generation": 1, "commit": "", "conditions": null}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile done, requeueing      {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "704ee5c6-d1c7-4e26-b925-32889ac049d9"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ea023f9b-58d4-465d-b97c-1449a182dd2b"}
2024-11-08T15:47:53Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ea023f9b-58d4-465d-b97c-1449a182dd2b", "generation": 2, "commit": "", "conditions": null}
2024-11-08T15:47:53Z    ERROR   gitops-status   Reconcile failed update to git repo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2e2b2eb5-0835-4a42-9481-f791e3eae299", "generation": 1, "commit": "", "conditions": null, "status": {"observedGeneration":0,"readyClusters":0,"desiredReadyClusters":0,"summary":{"ready":0,"desiredReady":0},"display":{"readyBundleDeployments":"0/0","state":"GitUpdating"},"conditions":[{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}],"resourceCounts":{"ready":0,"desiredReady":0,"waitApplied":0,"modified":0,"orphaned":0,"missing":0,"unknown":0,"notReady":0},"lastSyncedImageScanTime":null,"lastPollingTriggered":null}, "error": "Operation cannot be fulfilled on gitrepos.fleet.cattle.io \"webhook-test-disable-polling\": the object has been modified; please apply your changes to the latest version and try again"}
github.com/rancher/fleet/internal/cmd/controller/gitops/reconciler.(*StatusReconciler).Reconcile
        /home/runner/_work/fleet/fleet/internal/cmd/controller/gitops/reconciler/status_controller.go:116
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Reconcile
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:116
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:303
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:263
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:224
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile done, requeueing after 5s     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "2e2b2eb5-0835-4a42-9481-f791e3eae299"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffb50131-144d-469e-ba3d-7d5026e80422"}
2024-11-08T15:47:53Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffb50131-144d-469e-ba3d-7d5026e80422", "generation": 2, "commit": "", "conditions": null}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffb50131-144d-469e-ba3d-7d5026e80422"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "24d1a66c-c5e3-4f73-bd54-017bb61a2f5f"}
2024-11-08T15:47:53Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "24d1a66c-c5e3-4f73-bd54-017bb61a2f5f", "generation": 2, "commit": "", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "24d1a66c-c5e3-4f73-bd54-017bb61a2f5f"}
2024-11-08T15:47:53Z    DEBUG   gitjob  Creating Git job resources      {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ea023f9b-58d4-465d-b97c-1449a182dd2b", "generation": 2, "commit": "", "conditions": null}
2024-11-08T15:47:53Z    DEBUG   events  GitJob was created      {"type": "Normal", "object": {"kind":"GitRepo","namespace":"fleet-local","name":"webhook-test-disable-polling","uid":"72fe4005-6971-4121-a94c-3f199da4b7c2","apiVersion":"fleet.cattle.io/v1alpha1","resourceVersion":"71865"}, "reason": "Created"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ea023f9b-58d4-465d-b97c-1449a182dd2b"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a30dd03f-adb7-442e-b2e5-92443b090598"}
2024-11-08T15:47:53Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a30dd03f-adb7-442e-b2e5-92443b090598", "generation": 2, "commit": "", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "072628a2-a1e3-481c-b350-d9619533d507"}
2024-11-08T15:47:53Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "072628a2-a1e3-481c-b350-d9619533d507", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "072628a2-a1e3-481c-b350-d9619533d507"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "6cebfd6e-e710-49d5-9416-04f6e9ab308b"}
2024-11-08T15:47:53Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "6cebfd6e-e710-49d5-9416-04f6e9ab308b", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    DEBUG   gitjob  Creating Git job resources      {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a30dd03f-adb7-442e-b2e5-92443b090598", "generation": 2, "commit": "", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "6cebfd6e-e710-49d5-9416-04f6e9ab308b"}
2024-11-08T15:47:53Z    ERROR   Reconciler error        {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "a30dd03f-adb7-442e-b2e5-92443b090598", "error": "error creating git job: jobs.batch \"webhook-test-disable-polling-182b0\" already exists"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:263
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:224
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "450de2c2-075d-436d-8220-169d2c7e3cd7"}
2024-11-08T15:47:53Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "450de2c2-075d-436d-8220-169d2c7e3cd7", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "450de2c2-075d-436d-8220-169d2c7e3cd7"}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "361600b2-671c-4108-b8b3-7c4b2dd893d3"}
2024-11-08T15:47:53Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "361600b2-671c-4108-b8b3-7c4b2dd893d3", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:53Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "361600b2-671c-4108-b8b3-7c4b2dd893d3"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "036351e0-5562-4e95-a961-81e8b9c45133"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "036351e0-5562-4e95-a961-81e8b9c45133", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "036351e0-5562-4e95-a961-81e8b9c45133"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ae0d9a0-12e6-43e3-b8ac-c826066ae055"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ae0d9a0-12e6-43e3-b8ac-c826066ae055", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8ae0d9a0-12e6-43e3-b8ac-c826066ae055"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "607bcba4-c265-44aa-9037-406ab89fd3bf"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "607bcba4-c265-44aa-9037-406ab89fd3bf", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    ERROR   gitops-status   Reconcile failed update to git repo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "607bcba4-c265-44aa-9037-406ab89fd3bf", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}], "status": {"observedGeneration":2,"commit":"ded1afcfdd8f0c0b4bddb242e0c75b374e189224","readyClusters":0,"desiredReadyClusters":1,"gitJobStatus":"Current","summary":{"waitApplied":1,"ready":0,"desiredReady":1,"nonReadyResources":[{"name":"webhook-test-disable-polling","bundleState":"WaitApplied"}]},"display":{"readyBundleDeployments":"0/1","state":"WaitApplied"},"conditions":[{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}],"resourceCounts":{"ready":0,"desiredReady":0,"waitApplied":0,"modified":0,"orphaned":0,"missing":0,"unknown":0,"notReady":0},"lastSyncedImageScanTime":null,"lastPollingTriggered":null}, "error": "Operation cannot be fulfilled on gitrepos.fleet.cattle.io \"webhook-test-disable-polling\": the object has been modified; please apply your changes to the latest version and try again"}
github.com/rancher/fleet/internal/cmd/controller/gitops/reconciler.(*StatusReconciler).Reconcile
        /home/runner/_work/fleet/fleet/internal/cmd/controller/gitops/reconciler/status_controller.go:116
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Reconcile
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:116
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:303
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:263
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2
        /home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:224
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile done, requeueing after 5s     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "607bcba4-c265-44aa-9037-406ab89fd3bf"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "0c619c7d-01d1-4b00-9ade-a7cf740e44a2"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "0c619c7d-01d1-4b00-9ade-a7cf740e44a2", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "0c619c7d-01d1-4b00-9ade-a7cf740e44a2"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffa41a13-600d-41d6-8db9-4cd1ea89447d"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffa41a13-600d-41d6-8db9-4cd1ea89447d", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"WaitApplied(1) [Bundle webhook-test-disable-polling]"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "ffa41a13-600d-41d6-8db9-4cd1ea89447d"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e6b472b6-a729-4144-873a-a265c6ba39d8"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e6b472b6-a729-4144-873a-a265c6ba39d8", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Replicas: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "e6b472b6-a729-4144-873a-a265c6ba39d8"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d87bb1e0-6e58-4e8e-ba12-f366b5335b2c"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d87bb1e0-6e58-4e8e-ba12-f366b5335b2c", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Replicas: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "d87bb1e0-6e58-4e8e-ba12-f366b5335b2c"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "1bac6dd6-fbe1-4911-8461-af81d94e9232"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "1bac6dd6-fbe1-4911-8461-af81d94e9232", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Replicas: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "1bac6dd6-fbe1-4911-8461-af81d94e9232"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "03055e73-b46b-43aa-9ac2-454381e89c89"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "03055e73-b46b-43aa-9ac2-454381e89c89", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Replicas: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "03055e73-b46b-43aa-9ac2-454381e89c89"}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "b7d757de-42fd-4e83-b4c6-37df6e8723c7"}
2024-11-08T15:47:55Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "b7d757de-42fd-4e83-b4c6-37df6e8723c7", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Available: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:55Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "b7d757de-42fd-4e83-b4c6-37df6e8723c7"}
2024-11-08T15:47:56Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "40f3e929-a9c3-4de6-a2c1-8012a0ba4dfe"}
2024-11-08T15:47:56Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "40f3e929-a9c3-4de6-a2c1-8012a0ba4dfe", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"False","lastUpdateTime":"2024-11-08T15:47:55Z","message":"NotReady(1) [Bundle webhook-test-disable-polling]; deployment.apps default/webhook-test-disable-polling [progressing] Deployment does not have minimum availability., Available: 0/2"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:56Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "40f3e929-a9c3-4de6-a2c1-8012a0ba4dfe"}
2024-11-08T15:47:56Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "42fd0fff-8165-4dbf-8c8e-485c4d75bf9a"}
2024-11-08T15:47:56Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "42fd0fff-8165-4dbf-8c8e-485c4d75bf9a", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:56Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "42fd0fff-8165-4dbf-8c8e-485c4d75bf9a"}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "406a362f-e190-41b3-a3a3-e065513ea236"}
2024-11-08T15:47:58Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "406a362f-e190-41b3-a3a3-e065513ea236", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8b5b7a98-cdce-4831-a223-a9ee8eab13ad"}
2024-11-08T15:47:58Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8b5b7a98-cdce-4831-a223-a9ee8eab13ad", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "406a362f-e190-41b3-a3a3-e065513ea236"}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "4ad6ee5f-ca6a-4558-802e-435ddf72d305"}
2024-11-08T15:47:58Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "4ad6ee5f-ca6a-4558-802e-435ddf72d305", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:58Z    INFO    gitjob  job deletion triggered because job succeeded    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "4ad6ee5f-ca6a-4558-802e-435ddf72d305", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "8b5b7a98-cdce-4831-a223-a9ee8eab13ad"}
2024-11-08T15:47:58Z    DEBUG   events  job deletion triggered because job succeeded    {"type": "Normal", "object": {"kind":"GitRepo","namespace":"fleet-local","name":"webhook-test-disable-polling","uid":"72fe4005-6971-4121-a94c-3f199da4b7c2","apiVersion":"fleet.cattle.io/v1alpha1","resourceVersion":"71962"}, "reason": "JobDeleted"}
2024-11-08T15:47:58Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "4ad6ee5f-ca6a-4558-802e-435ddf72d305"}
I1108 15:48:00.908264       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
2024-11-08T15:48:06Z    DEBUG   webhook Webhook payload {"payload": {"ref":"refs/heads/main","before":"ded1afcfdd8f0c0b4bddb242e0c75b374e189224","after":"21c9d870151b6da1bedc2681014c39cdf8129585","created":false,"deleted":false,"forced":false,"base_ref":null,"compare":"https://github.com/fleetqa/webhook-github-test/compare/ded1afcfdd8f...21c9d870151b","commits":[{"sha":"","id":"21c9d870151b6da1bedc2681014c39cdf8129585","node_id":"","tree_id":"048156ce21ba63d94362895ebd95ea12f4b6b24a","distinct":true,"message":"Ensuring number of replicas is 5","timestamp":"2024-11-08T16:48:04+01:00","url":"https://github.com/fleetqa/webhook-github-test/commit/21c9d870151b6da1bedc2681014c39cdf8129585","author":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"committer":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"added":[],"removed":[],"modified":["deployment.yaml"]}],"head_commit":{"id":"21c9d870151b6da1bedc2681014c39cdf8129585","node_id":"","tree_id":"048156ce21ba63d94362895ebd95ea12f4b6b24a","distinct":true,"message":"Ensuring number of replicas is 5","timestamp":"2024-11-08T16:48:04+01:00","url":"https://github.com/fleetqa/webhook-github-test/commit/21c9d870151b6da1bedc2681014c39cdf8129585","author":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"committer":{"name":"fleetqa","email":"[email protected]","username":"fleetqa"},"added":[],"removed":[],"modified":["deployment.yaml"]},"repository":{"id":836697933,"node_id":"R_kgDOMd7_TQ","name":"webhook-github-test","full_name":"fleetqa/webhook-github-test","owner":{"login":"fleetqa","id":166113384,"node_id":"U_kgDOCeawaA","avatar_url":"https://avatars.githubusercontent.com/u/166113384?v=4","gravatar_id":"","url":"https://api.github.com/users/fleetqa","html_url":"https://github.com/fleetqa","followers_url":"https://api.github.com/users/fleetqa/followers","following_url":"https://api.github.com/users/fleetqa/following{/other_user}","gists_url":"https://api.github.com/users/fleetqa/gists{/gist_id}","starred_url":"https://api.github.com/users/fleetqa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fleetqa/subscriptions","organizations_url":"https://api.github.com/users/fleetqa/orgs","repos_url":"https://api.github.com/users/fleetqa/repos","events_url":"https://api.github.com/users/fleetqa/events{/privacy}","received_events_url":"https://api.github.com/users/fleetqa/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/fleetqa/webhook-github-test","description":"","fork":false,"url":"https://github.com/fleetqa/webhook-github-test","forks_url":"https://api.github.com/repos/fleetqa/webhook-github-test/forks","keys_url":"https://api.github.com/repos/fleetqa/webhook-github-test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/fleetqa/webhook-github-test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/fleetqa/webhook-github-test/teams","hooks_url":"https://api.github.com/repos/fleetqa/webhook-github-test/hooks","issue_events_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues/events{/number}","events_url":"https://api.github.com/repos/fleetqa/webhook-github-test/events","assignees_url":"https://api.github.com/repos/fleetqa/webhook-github-test/assignees{/user}","branches_url":"https://api.github.com/repos/fleetqa/webhook-github-test/branches{/branch}","tags_url":"https://api.github.com/repos/fleetqa/webhook-github-test/tags","blobs_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/refs{/sha}","trees_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/fleetqa/webhook-github-test/statuses/{sha}","languages_url":"https://api.github.com/repos/fleetqa/webhook-github-test/languages","stargazers_url":"https://api.github.com/repos/fleetqa/webhook-github-test/stargazers","contributors_url":"https://api.github.com/repos/fleetqa/webhook-github-test/contributors","subscribers_url":"https://api.github.com/repos/fleetqa/webhook-github-test/subscribers","subscription_url":"https://api.github.com/repos/fleetqa/webhook-github-test/subscription","commits_url":"https://api.github.com/repos/fleetqa/webhook-github-test/commits{/sha}","git_commits_url":"https://api.github.com/repos/fleetqa/webhook-github-test/git/commits{/sha}","comments_url":"https://api.github.com/repos/fleetqa/webhook-github-test/comments{/number}","issue_comment_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues/comments{/number}","contents_url":"https://api.github.com/repos/fleetqa/webhook-github-test/contents/{+path}","compare_url":"https://api.github.com/repos/fleetqa/webhook-github-test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/fleetqa/webhook-github-test/merges","archive_url":"https://api.github.com/repos/fleetqa/webhook-github-test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/fleetqa/webhook-github-test/downloads","issues_url":"https://api.github.com/repos/fleetqa/webhook-github-test/issues{/number}","pulls_url":"https://api.github.com/repos/fleetqa/webhook-github-test/pulls{/number}","milestones_url":"https://api.github.com/repos/fleetqa/webhook-github-test/milestones{/number}","notifications_url":"https://api.github.com/repos/fleetqa/webhook-github-test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/fleetqa/webhook-github-test/labels{/name}","releases_url":"https://api.github.com/repos/fleetqa/webhook-github-test/releases{/id}","created_at":1722511363,"updated_at":"2024-11-08T15:47:55Z","pushed_at":1731080885,"git_url":"git://github.com/fleetqa/webhook-github-test.git","ssh_url":"[email protected]:fleetqa/webhook-github-test.git","clone_url":"https://github.com/fleetqa/webhook-github-test.git","svn_url":"https://github.com/fleetqa/webhook-github-test","homepage":null,"size":5,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"main","stargazers":0,"master_branch":"main"},"pusher":{"name":"fleetqa","email":"[email protected]"},"sender":{"login":"fleetqa","id":166113384,"node_id":"U_kgDOCeawaA","avatar_url":"https://avatars.githubusercontent.com/u/166113384?v=4","gravatar_id":"","url":"https://api.github.com/users/fleetqa","html_url":"https://github.com/fleetqa","followers_url":"https://api.github.com/users/fleetqa/followers","following_url":"https://api.github.com/users/fleetqa/following{/other_user}","gists_url":"https://api.github.com/users/fleetqa/gists{/gist_id}","starred_url":"https://api.github.com/users/fleetqa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fleetqa/subscriptions","organizations_url":"https://api.github.com/users/fleetqa/orgs","repos_url":"https://api.github.com/users/fleetqa/repos","events_url":"https://api.github.com/users/fleetqa/events{/privacy}","received_events_url":"https://api.github.com/users/fleetqa/received_events","type":"User","site_admin":false},"installation":{"id":0}}}
2024-11-08T15:48:06Z    LEVEL(-5)       Reconciling     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "504ad7d4-9da2-42b8-a299-972b7b10bdbc"}
2024-11-08T15:48:06Z    LEVEL(-5)       Reconciling     {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "41cc6043-28dd-440e-93fa-db7cff536139"}
2024-11-08T15:48:06Z    DEBUG   gitjob  Reconciling GitRepo     {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "504ad7d4-9da2-42b8-a299-972b7b10bdbc", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:48:06Z    DEBUG   gitops-status   Reconciling GitRepo status      {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "41cc6043-28dd-440e-93fa-db7cff536139", "generation": 2, "commit": "ded1afcfdd8f0c0b4bddb242e0c75b374e189224", "conditions": [{"type":"Ready","status":"True","lastUpdateTime":"2024-11-08T15:47:56Z"},{"type":"GitPolling","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Reconciling","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Stalled","status":"False","lastUpdateTime":"2024-11-08T15:47:53Z"},{"type":"Accepted","status":"True","lastUpdateTime":"2024-11-08T15:47:53Z"}]}
2024-11-08T15:48:06Z    LEVEL(-5)       Reconcile successful    {"controller": "GitRepoStatus", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "41cc6043-28dd-440e-93fa-db7cff536139"}
2024-11-08T15:48:06Z    LEVEL(-5)       Reconcile successful    {"controller": "gitrepo", "controllerGroup": "fleet.cattle.io", "controllerKind": "GitRepo", "GitRepo": {"name":"webhook-test-disable-polling","namespace":"fleet-local"}, "namespace": "fleet-local", "name": "webhook-test-disable-polling", "reconcileID": "504ad7d4-9da2-42b8-a299-972b7b10bdbc"}
I1108 15:48:10.912639       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:48:20.917861       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:48:30.922792       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:48:40.927492       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:48:50.932228       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:49:00.937038       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:49:10.941410       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:49:20.946139       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:49:30.950634       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard
I1108 15:49:40.955073       7 leaderelection.go:293] successfully renewed lease cattle-fleet-system/fleet-gitops-leader-election-shard

</details>

### Test environment
Rancher 2.10-head with 	`fleet:105.0.0+up0.11.0-rc.2`
@mmartin24 mmartin24 added this to Fleet Nov 11, 2024
@mmartin24 mmartin24 converted this from a draft issue Nov 11, 2024
@manno manno moved this from 🆕 New to 📋 Backlog in Fleet Nov 27, 2024
@manno manno added this to the v2.11.0 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants