Is there a way to force an immediate pod refresh of the openshift-authentication namespace instead of waiting 3 mins after a replace of the oauth.yaml?
@MikeInAZ cluster wide authentication pods will take some time to refresh. 5+ mins is generally epxected but surely depends upon the infrastructure.
Sometimes, it gets ready for me in 3 mins :
@MikeInAZ cluster wide authentication pods will take some time to refresh. 5+ mins is generally epxected but surely depends upon the infrastructure.
Sometimes, it gets ready for me in 3 mins :
You could try deleting the pod on the openshift-authentication namespace, openshift will then recreate the pod with the new oauth
Yep, i was curious about the same with doing just that as shown below. It should recreate after,
$ oc delete pod -n openshift-auththentication -l app=authentication
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.