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

Consume/deployment #284

Merged
merged 2 commits into from
Jan 12, 2022
Merged

Consume/deployment #284

merged 2 commits into from
Jan 12, 2022

Conversation

vnktram
Copy link
Contributor

@vnktram vnktram commented Dec 13, 2021

@codecov-commenter
Copy link

Codecov Report

Merging #284 (735e3e9) into consume-plane (18f2f2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           consume-plane     #284   +/-   ##
==============================================
  Coverage          45.63%   45.63%           
==============================================
  Files                110      110           
  Lines               5125     5125           
==============================================
  Hits                2339     2339           
  Misses              2611     2611           
  Partials             175      175           
Flag Coverage Δ
integration 29.20% <ø> (ø)
unittests 43.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18f2f2f...735e3e9. Read the comment docs.

@@ -10,6 +10,8 @@ initialize()
return
fi

export METRO_CONSUMEPLANE_ORDINALID=${HOSTNAME##*-}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not understand the ##*-.
Please explain.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubernetes/kubernetes#40651
We need to fetch the ordinal ID for each pod of the stateful set.
Currently, k8s downstream APIs do not expose this field.
Hence the workaround - kubernetes/kubernetes#40651 (comment)

@vnktram vnktram merged commit c4f7e5a into consume-plane Jan 12, 2022
@vnktram vnktram deleted the consume/deployment branch January 12, 2022 09:16
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 this pull request may close these issues.

3 participants