Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Merged by Bors] - Deploy default and support custom affinities #319

Closed
wants to merge 12 commits into from

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer commented Feb 16, 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>

Review Checklist

  • Code contains useful comments
  • CRD change approved (or not applicable)
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)
  • Helm chart can be installed and deployed operator works (or not applicable)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

@razvan razvan self-requested a review February 17, 2023 10:45
Copy link
Member

@razvan razvan left a 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

@sbernauer sbernauer self-assigned this Feb 17, 2023
@razvan
Copy link
Member

razvan commented 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>
@bors
Copy link
Contributor

bors bot commented Feb 20, 2023

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Deploy default and support custom affinities [Merged by Bors] - Deploy default and support custom affinities Feb 20, 2023
@bors bors bot closed this Feb 20, 2023
@bors bors bot deleted the feat/affinity branch February 20, 2023 17:08
@lfrancke
Copy link
Member

Added to the Feature Tracker

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants