-
Notifications
You must be signed in to change notification settings - Fork 202
Fix #1299 : autotls feature doesn't work with OpenShift 3.9 (Kubernetes 1.8+) due to InitContainer annotation deprecation #1318
Conversation
@nicolaferraro @hrishin : Could you please review? It's a tiny PR ;) |
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.
I think the annotation didn't change name, but they've removed the annotation in favor of the field in the PodSpec. So you should set the initContainers field in the handler..
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.
LGTM 😄
retest this |
…(Kubernetes 1.8+) due to InitContainer annotation deprecation
@rhuss : All checks have passed. Could you please take a look and approve so that we can proceed with merging? |
I think its ok when 1 reviewer (@nicolaferraro) approved it. So going to merge it now. |
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.
👍
Going to merge as the test fails because of the boosters (not part of this project) are failing. Hopefully we get #1317 fixed. |
#1299