-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Merged by Bors] - Deploy default and support custom affinities #319
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
razvan
reviewed
Feb 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: changelog and operator-rs version
aa1cbf1
to
375ee7f
Compare
375ee7f
to
5aa5d08
Compare
razvan
approved these changes
Feb 20, 2023
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Feb 20, 2023
# Description For stackabletech/issues#323 ``` k get pod -l app.kubernetes.io/name=hdfs -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES simple-hdfs-datanode-default-0 1/1 Running 0 6m55s 10.210.95.85 default-fj5utf2erz <none> <none> simple-hdfs-datanode-default-1 1/1 Running 0 3m31s 10.212.53.91 default-47v42ahsci <none> <none> simple-hdfs-datanode-default-2 1/1 Running 0 2m46s 10.210.48.212 default-se3dl3u4yy <none> <none> simple-hdfs-datanode-default-3 1/1 Running 0 2m7s 10.217.17.211 default-7z4lhciepb <none> <none> simple-hdfs-datanode-default-4 1/1 Running 0 57s 10.209.135.145 default-dsd3qljwbd <none> <none> simple-hdfs-journalnode-default-0 1/1 Running 0 6m56s 10.210.95.84 default-fj5utf2erz <none> <none> simple-hdfs-namenode-default-0 2/2 Running 0 4m34s 10.210.95.86 default-fj5utf2erz <none> <none> simple-hdfs-namenode-default-1 2/2 Running 0 4m56s 10.212.53.90 default-47v42ahsci <none> <none> ``` Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
Pull request successfully merged into main. Build succeeded: |
Added to the Feature Tracker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
For stackabletech/issues#323
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information