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
We used to mount credentials Secrets on deprovision pods. When we were
doing that, if the Secret changed, the data in the mounted directory
would get updated dynamically by kube. We had code in place to terminate
the deprovision command in that scenario, since it would presumably fail
401 the next time it needed to create a cloud client.
Via HIVE-2021 / #1874 / 0f4b1de we stopped with the mounting, and
started loading the Secrets explicitly from the deprovision pods.
Although we're still laying the data down in the same kind of directory
structure, it is no longer possible for the values to change
dynamically. This renders the aforementioned code obsolete.
So we're ripping it out.
HIVE-2781
0 commit comments