You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean install of openshift v0.13.1 will bring in the latest kubernetes. Therefore, simply updating Pipfile.lock will automatically address this issue (openshift v0.13.1 is already pulled in)
After updating, base image of ansible-operator should also be rebuilt.
/language ansible
Let me know if it is okay for me to work on the PR.
The text was updated successfully, but these errors were encountered:
Let me know if it is okay for me to work on the PR
If you are still interested, go for it! If you do create the PR, feel free to ping me here or request my review on the PR and I will do my best to make sure we get it reviewed and merged in a timely manner 😄
I believe we have another issue that is FIPS related: #5723 - which from reading the comments this upgrade would fix so it would be awesome to get this in!
upgrading kubernetes dependency to pull fixes due to failures on FIPS enabled clusters (operator-framework#5723)
Closesoperator-framework#6169
Signed-off-by: daezaa <dschoi92@gmail.com>
Feature Request
Describe the problem you need a feature to resolve.
There is a known issue which kubernetes client fails in FIPS enabled clusters (#5723) and it has been resolved in
25.3.0
version.However ansible-operator is not picking up the version which the issue is addressed. - https://github.com/operator-framework/operator-sdk/blob/master/images/ansible-operator/Pipfile.lock#L209
Describe the solution you'd like.
Clean install of
openshift v0.13.1
will bring in the latestkubernetes
. Therefore, simply updatingPipfile.lock
will automatically address this issue (openshift v0.13.1 is already pulled in)After updating, base image of ansible-operator should also be rebuilt.
/language ansible
Let me know if it is okay for me to work on the PR.
The text was updated successfully, but these errors were encountered: