-
Notifications
You must be signed in to change notification settings - Fork 45
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
Custom salt k8s module to List do not work with CustomObjects #2592
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
priority:high
High priority issues, should be worked on ASAP (after urgent issues), not postponed
Milestone
Comments
TeddyAndrieux
added
kind:bug
Something isn't working
complexity:easy
Something that requires less than a day to fix
priority:high
High priority issues, should be worked on ASAP (after urgent issues), not postponed
labels
Jun 3, 2020
bert-e
added a commit
that referenced
this issue
Jun 3, 2020
…tmp/octopus/w/2.6/bugfix/GH-2592-fix-list-custom-object-salt
bert-e
added a commit
that referenced
this issue
Jun 4, 2020
…topus/w/2.1/bugfix/GH-2592-fix-list-custom-object-salt
bert-e
added a commit
that referenced
this issue
Jun 4, 2020
…tmp/octopus/w/2.2/bugfix/GH-2592-fix-list-custom-object-salt
bert-e
added a commit
that referenced
this issue
Jun 4, 2020
…tmp/octopus/w/2.3/bugfix/GH-2592-fix-list-custom-object-salt
bert-e
added a commit
that referenced
this issue
Jun 4, 2020
…tmp/octopus/w/2.4/bugfix/GH-2592-fix-list-custom-object-salt
bert-e
added a commit
that referenced
this issue
Jun 4, 2020
…tmp/octopus/w/2.5/bugfix/GH-2592-fix-list-custom-object-salt
Ebaneck
added a commit
that referenced
this issue
Jun 7, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Ebaneck
added a commit
that referenced
this issue
Jun 8, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Ebaneck
added a commit
that referenced
this issue
Jun 8, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Ebaneck
added a commit
that referenced
this issue
Jun 8, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Ebaneck
added a commit
that referenced
this issue
Jun 8, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Ebaneck
added a commit
that referenced
this issue
Jun 8, 2020
The Metalk8s python-kubernetes module list_objects method is bugged for already released versions as reported here:#2592. The module has been patched in this PR: #2592 but since we require the list_objects methods to cleanup old PrometheusRule, we need to find a way to skip cleanup for already released versions. Closes: #2606
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
priority:high
High priority issues, should be worked on ASAP (after urgent issues), not postponed
Component:
'salt'
What happened:
If you try to list custom object using salt the output is wrong
What was expected:
Real object output
Steps to reproduce
⏫
Resolution proposal (optional):
The text was updated successfully, but these errors were encountered: