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
Add agent side waiting. (#25)
Metadata updates labels in a multistep process. Sometimes the user
labels are not populated when system labels are added. This change
increases the wait time. If the label is found, it immediately moves
forward requesting a token.
Wait for labels to appear in metadata (#19)
Metadata sometimes doesn't have the labels populated. So wait for
the values to be populated. There should never be a time when labels
are completely empty since Rancher and K8s both add labels.