Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-2471

No exponential backoff when pruning

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • Customer Impact, Maistra
    • None
    • False
    • False

    Description

      When an error occurs during pruning (e.g. when the operator does not have permission to delete ingresses), there doesn't seem to be an exponential back-off. There does seem to be about a 1.5s delay between two failed prune operations, but this may be due to the prune operation taking that long.

      2021-09-03T12:28:12.214Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:13.827Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:15.406Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:16.879Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:18.377Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:19.886Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:21.574Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:23.019Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      2021-09-03T12:28:24.527Z        ERROR   servicemeshcontrolplane-controller      Error pruning resources {"ServiceMeshControlPlane": "istio-system/minimal", "type": "networking.k8s.io/v1, Kind=Ingress", "error": "error retrieving resources to prune: ingresses.networking.k8s.io is forbidden: User \"system:serviceaccount:openshift-operators:istio-operator\" cannot list resource \"ingresses\" in API group \"networking.k8s.io\" at the cluster scope"}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mluksa@redhat.com Marko Luksa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: