我尝试使用 livenessProbe 和 readinessProbe 应用我的 pod。问题是我得到一个错误:应用后:kubectl apply -f test1.yaml
错误:
The Pod "test1" is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations)....