主页

索引

模块索引

搜索页面

3.2.22. kubectl apply

Usage:

kubectl apply -f FILENAME [options]

实例:

// 创建or更新
kubectl apply -f xxx.yml
cat pod.json | kubectl apply -f -

主页

索引

模块索引

搜索页面