Skip to content
View st185229's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report st185229

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Google cli commands Google cli commands
    1
    GCP commands
    2
    
                  
    3
    Project
    4
    --------------------------------------------------------------------------------------------------------------------------------
    5
    export PROJECT_ID=$(gcloud info --format='value(config.project)')
  2. Markdown Markdown
    1
    # Markdown Cheat Sheet
    2
    
                  
    3
    Adapted  from [The Markdown Guide](https://www.markdownguide.org)!
    4
    
                  
    5
    This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for [basic syntax](https://www.markdownguide.org/basic-syntax) and [extended syntax](https://www.markdownguide.org/extended-syntax).
  3. Kubeadm Kubeadm
    1
    ### new node to join
    2
    kubeadm token create --print-join-command
    3
    kubeadm join 192.168.1.226:6443 --token ck974i.q8uumlrivrbv6aek     --discovery-token-ca-cert-hash sha256:fee346f1300b58f79bd3d9c464a9cf608c380692af88a3c73832eb6529d49ed3
  4. Kubernetes commands Kubernetes commands
    1
    ### GKE & K8S
    2
    
                  
    3
    Create cloud
    4
    --------------
    5
    gcloud container clusters create bootcamp --num-nodes 5 --scopes "https://www.googleapis.com/auth/projecthosting,storage-rw"