代码拉取完成,页面将自动刷新
#!/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 $@
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。