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're keen to see how many requests we're making via the controller-manager to see if we're close to our rate limits.
How to see/obtain freshest GITHUB_TOKEN?
From the deployment spec I can see this:
- name: GITHUB_TOKEN valueFrom: secretKeyRef: key: github_token name: controller-manager optional: true
However when I view the secrets created I can't see this anywhere in the Namespace and viewing the controller logs don't show anything along these lines. I am trying exec into the controller manager but I get a 126 error (due to lack of shell).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We're keen to see how many requests we're making via the controller-manager to see if we're close to our rate limits.
How to see/obtain freshest GITHUB_TOKEN?
From the deployment spec I can see this:
- name: GITHUB_TOKEN valueFrom: secretKeyRef: key: github_token name: controller-manager optional: true
However when I view the secrets created I can't see this anywhere in the Namespace and viewing the controller logs don't show anything along these lines. I am trying exec into the controller manager but I get a 126 error (due to lack of shell).
Beta Was this translation helpful? Give feedback.
All reactions