We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tip.golang.org runs on GKE (see x/tools/cmd/tip *.yaml)
beta.golang.org runs on a manually-managed GCE VM.
This bug is about migrating beta.golang.org to GKE also.
I suppose it could just be the the same as the tip codebase, but with a flag that makes it use the latest tagged beta or rc.
e.g. every 15 minutes, look at go.googlesource.com or github remote tags,
https://go.googlesource.com/go/+refs
And look at anything containing "beta" or "rc" in the tag name.
Then find the thing with the most recent date, and make the "tip" binary switch to that.
Once maintner is deployed (#19866) soon here, the tip binary could just poll maintner to ask that question about which version is the latest beta.
The text was updated successfully, but these errors were encountered:
/cc @mxplusb
Sorry, something went wrong.
@bradfitz cool, I can take a look at this once #19866 is done, so I can see what changed.
There is no separate beta.golang.org now. It points to the same IP as tip.golang.org. Closing this. Feel free to reopen if this was a mistake.
No branches or pull requests
tip.golang.org runs on GKE (see x/tools/cmd/tip *.yaml)
beta.golang.org runs on a manually-managed GCE VM.
This bug is about migrating beta.golang.org to GKE also.
I suppose it could just be the the same as the tip codebase, but with a flag that makes it use the latest tagged beta or rc.
e.g. every 15 minutes, look at go.googlesource.com or github remote tags,
https://go.googlesource.com/go/+refs
And look at anything containing "beta" or "rc" in the tag name.
Then find the thing with the most recent date, and make the "tip" binary switch to that.
Once maintner is deployed (#19866) soon here, the tip binary could just poll maintner to ask that question about which version is the latest beta.
The text was updated successfully, but these errors were encountered: