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

bug: kubectl get tasks doesn't work on system with name conflicts? #476

Closed
remoe opened this issue Dec 14, 2020 · 0 comments · Fixed by #492
Closed

bug: kubectl get tasks doesn't work on system with name conflicts? #476

remoe opened this issue Dec 14, 2020 · 0 comments · Fixed by #492
Assignees
Milestone

Comments

@remoe
Copy link

remoe commented Dec 14, 2020

kubectl get tasks returns the tasks from stash backup system and not tekton tasks.

When one run the following on this cluster:

kubectl api-resources | grep -i tasks

It gets the following result on this cluster:

tasks                             task         stash.appscode.com                false        Task
clustertasks                                   tekton.dev                        false        ClusterTask
tasks                                          tekton.dev                        true         Task

and kubectl get tasks returns the "stash" tasks.

image

@remoe remoe changed the title kubectl get tasks doesn't work on system with name conflicts? bug: kubectl get tasks doesn't work on system with name conflicts? Dec 14, 2020
@sudhirverma sudhirverma self-assigned this Jan 12, 2021
@siamaksade siamaksade modified the milestones: Sprint #195, Sprint #196 Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants