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
The flag has been removed in openshift-clients-4.6.0-202006250705, even though I can't really find how that change was introduced, probably by a bump of k8s. There is no mention whatsoever in any release notes I can find. OpenShift 4.6 has been released three days ago: https://www.openshift.com/blog/red-hat-openshift-4.6-is-now-available.
Looks like we need to use plain get and implement the --export functionality ourselves. I think we already do this partially, but there could be some nasty details.
The text was updated successfully, but these errors were encountered:
Update no.1: I ran make test without --export against an OpenShift 3.11 cluster and it passes. However, the E2E tests do not cover all supported resources right now so I would take it with a grain of salt.
See e.g. https://www.reddit.com/r/openshift/comments/fyms4k/flag_export_has_been_deprecated/ and kubernetes/website#14432.
The flag has been removed in openshift-clients-4.6.0-202006250705, even though I can't really find how that change was introduced, probably by a bump of k8s. There is no mention whatsoever in any release notes I can find. OpenShift 4.6 has been released three days ago: https://www.openshift.com/blog/red-hat-openshift-4.6-is-now-available.
Looks like we need to use plain
get
and implement the--export
functionality ourselves. I think we already do this partially, but there could be some nasty details.The text was updated successfully, but these errors were encountered: