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

Failed to delete StatefulSet "affinity-assistant-9edfd8d72f" not found #3205

Closed
abudavis opened this issue Sep 11, 2020 · 3 comments · Fixed by #3212
Closed

Failed to delete StatefulSet "affinity-assistant-9edfd8d72f" not found #3205

abudavis opened this issue Sep 11, 2020 · 3 comments · Fixed by #3212
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@abudavis
Copy link

After a successful Pipelinerun (which references a PVC, see below) on OpenShift 4.5 Tekton Pipelines, I get continuous alerts on the dashboard stating "failed to delete StatefulSet affinity-assistant-9edfd8d72f: statefulsets.apps "affinity-assistant-9edfd8d72f" not found"

Wonder what is causing this, however the Pipelines seem to run OK.

apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
  name: clonegit-pipelinerun
spec:
  pipelineRef:
    name: clonegit-pipeline
  params:
    - name: gitUrl
      value: https://github.com/xxx.git
    - name: gitRevision
      value: master
  serviceAccountName: pipeline
  workspaces:
    - name: git-source
      persistentVolumeClaim:
        claimName: picalc-source-pvc
@abudavis abudavis added the kind/bug Categorizes issue or PR as related to a bug. label Sep 11, 2020
@jlpettersson
Copy link
Member

cc @vdemeester

@bharathvenkatrajan
Copy link

bharathvenkatrajan commented Sep 14, 2020

@jlpettersson I am using the openshift pipelines operator 1.1.1 and I am having the same issue. Is there a workaround for this of some sort? Because I am not sure when this will be fixed in the pipelines operator even if its fixed in Tekton. Atleast I want to disable this specific event. Is that possible?

@jlpettersson
Copy link
Member

jlpettersson commented Sep 14, 2020

@bharathvenkatrajan the only workaround I know about is to enable the Affinity Assistant - but it depends if you want that or not. However to enable the Affinity Assistant without changing the image for it, looks problematic on OpenShift at the moment.

You may ask in the openshift-pipelines channel on tektoncd slack about Openshift Pipeline upgrades/patches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants