kubeflow-introduction icon indicating copy to clipboard operation
kubeflow-introduction copied to clipboard

Alternative Github API rate limit circumventing solution

Open rabierp opened this issue 7 years ago • 0 comments

Hi,

I hit the github API rate limit while following the codelab from Cloud Shell. Since I'm not sure I really hit this limit alone, that might come from some IP sharing mecanism (maybe not sure ...). But I found this: https://ksonnet.io/docs/tutorial/#troubleshooting-github-rate-limiting-errors So I generated a token at https://github.com/settings/tokens put it in an env var: $ export GITHUB_TOKEN= Then, Github API rate limit is much higher, and only for me. It seems to me it is more elegant than deleting the kubeflow folder and copying it from downloaded tarball + adding ks env again.

HTH, Pascal

rabierp avatar Aug 22 '18 12:08 rabierp