Skip to content

Instantly share code, notes, and snippets.

View abola's full-sized avatar

Abola Lee abola

  • deltaww.com
  • Taipei, Taiwan
View GitHub Profile
cd ~
git clone https://github.com/systex0668247/GKE-Istio.git
cd GKE-Istio
cloudshell launch-tutorial tutorial.md
@abola
abola / my.dict
Last active August 14, 2019 07:20
我的
你的
#!/bin/sh
###
# MicroK8s + Rancher installer
##
# 如果您的環境不是在 GCP 請自行調整以下兩個變數
EXTERNAL_IP=$(curl -s 169.254.169.254/computeMetadata/v1beta1/instance/network-interfaces/0/access-configs/0/external-ip)
PROJECT_ID=$(curl -s 169.254.169.254/computeMetadata/v1beta1/project/project-id)
sudo snap install microk8s --channel=1.18 --classic