K8s错误回滚
vim httpd.v1.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: httpd
spec:
selector:
matchLabels:
run: httpd
revisionHistoryLimit: 10 # 最多能记录几次修改
replicas: 3
template:
metadata:
labels:
run: httpd
spec:
containers:
- name: httpd
image: httpd:2.4.37 #V1为2.4.37 v2 v3更切其他版本
ports:
- containerPort: 80
kubectl apply -f htt
K8s错误回滚最先出现在Python成神之路。
共有 0 条评论