This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-02-27 16:27:40 +08:00
parent 56a43db625
commit 0d1478c23e
2 changed files with 6 additions and 20 deletions

View File

@ -1,8 +1,9 @@
package main
import (
_ "2025-dev.shylinux.com/x/20250215-cluster/src/travel"
"shylinux.com/x/ice"
_ "2025-dev.shylinux.com/x/20250215-cluster/src/travel"
)
func main() { print(ice.Run()) }

View File

@ -1,25 +1,10 @@
title "ContextOS-Cluster"
refer `
网址 https://dev.shylinux.com
`
chapter "容器服务"
refer `
官网 https://cloud.tencent.com/product/tke
文档 https://cloud.tencent.com/document/product/457
后台 https://console.cloud.tencent.com/tke2/overview
网络 https://console.cloud.tencent.com/vpc/subnet
安全 https://console.cloud.tencent.com/vpc/security-group
密钥 https://console.cloud.tencent.com/cvm/sshkey/index
域名 https://console.cloud.tencent.com/cns
`
chapter "K8S"
refer `
官网 https://kubernetes.io/
文档 https://kubernetes.io/docs/home/
源码 https://github.com/kubernetes/kubernetes
官网 https://dev.shylinux.com
源码 https://git.shylinux.com/dev/cluster
后台 https://dev.shylinux.com/s/20250215-cluster
`
field web.chat.dev.cluster.travel
spark shell `
cd /root; export ctx_cluster=guangzhou-1 ctx_pool=pool-1 ctx_dev=https://2025-dev.shylinux.com ctx_pod=20250211-cluster; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app dev dev username shy usernick "IT 老营长" language zh-cn &
`