github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/_vendor/src/golang.org/x/tools/cmd/tip/README (about)

     1  ============================================================
     2  Old instructions, only valid for talks.golang.org:
     3  ============================================================
     4  
     5  1. Deploy the app.
     6  
     7     To deploy tip.golang.org:
     8         (See Kubernetes instruction below.)
     9  
    10     To deploy talks.golang.org:
    11         $ gcloud --project golang-org app deploy --no-promote talks.yaml
    12  
    13  2. Wait until the deployed version is serving requests.
    14  
    15  3. Go to the developer console and upgrade the default version.
    16     https://console.developers.google.com/appengine/versions?project=golang-org&moduleId=tip
    17  
    18  4. Clean up any old versions (they continue to use at least one instance).
    19  
    20  ============================================================
    21  New Kubernetes instructions, for tip.golang.org:
    22  ============================================================
    23  
    24  Kubernetes instructions:
    25  
    26   * build & push images (see Makefile for helpers)
    27   * create/update resources:
    28     - kubectl create -f tip-rc.yaml
    29     - kubectl create -f tip-service.yaml
    30  
    31  TODO(bradfitz): flesh out these instructions as I gain experience
    32  with updating this over time. Also: move talks.golang.org to GKE too?