Skip to content

Conversation

@slaskawi
Copy link
Member

Fixes #33

if(!pods.contains(podIP))
pods.add(podIP);
}
String parentDeployment = Optional.ofNullable(obj.at("metadata"))
Copy link
Member Author

Choose a reason for hiding this comment

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

@belaban Are you OK with this change?

Copy link
Member

Choose a reason for hiding this comment

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

Big change: I'd like to test this with minikube first... however the turnaround time for this is quite high .. stay tuned.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, no problem. Take your time and keep me posted ;)


if (split_clusters_during_rolling_update) {
if(physical_addr != null) {
String senderIp = ((IpAddress)physical_addr).getIpAddress().getHostAddress();
Copy link
Member Author

@slaskawi slaskawi Aug 24, 2017

Choose a reason for hiding this comment

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

@belaban Could you please have a look at this? Can I safely cast to IpAddress? I didn't find any problems but maybe there are some corner cases?

Copy link
Member

Choose a reason for hiding this comment

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

No, this should be find as I don't have other impls of PhysicalAddress

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.

2 participants