Ai
3 Star 0 Fork 0

mirrors_sourcegraph/deploy-sourcegraph-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
create-new-cluster.sh 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
#
# This file should be filled in by customers with the `kubectl` commands that should be run on
# new cluster creation.
#
# ./kubectl-apply-all.sh already runs all the `kubectl apply` commands
# that applies your YAML files to the cluster. In addition, you should add commands
# to create Kubernetes objects which satisfy one of the following conditions:
#
# * The object is a secret that shouldn't be committed to version control. (.e.g `kubectl create secret ...`)
# * The object will never be updated after creation. (e.g., a network load balancer - `kubectl expose ...`)
#
# Objects that do not meet the above criteria should NOT be created by this script. Instead, create
# a YAML file that can be `kubectl apply`d to the cluster, version that file in this repository, and add
# the relevant `kubectl apply` command to ./kubectl-apply-all.sh
./kubectl-apply-all.sh $@
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sourcegraph/deploy-sourcegraph-test.git
git@gitee.com:mirrors_sourcegraph/deploy-sourcegraph-test.git
mirrors_sourcegraph
deploy-sourcegraph-test
deploy-sourcegraph-test
master

搜索帮助