File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ kubectl delete replicaset my-repset --cascade=false
124
124
125
125
### Deploymentsに関する追記事項
126
126
127
- Kubernetes1.7以前では、Deploymentに対するカスケード削除において、作成されたReplicaSetだけでなく、それらのPodも削除するためには、ユーザーは` propagationPolicy: Foreground ` と指定* しなくてはなりません* 。もしこのタイプの_propagationPolicy _ が使われなかった場合、そのReplicaSetは削除されますが、そのPodは削除されずみなしご状態になります。
127
+ Kubernetes1.7以前では、Deploymentに対するカスケード削除において、作成されたReplicaSetだけでなく、それらのPodも削除するためには、ユーザーは` propagationPolicy: Foreground ` と指定* しなくてはなりません* 。もしこのタイプの * propagationPolicy * が使われなかった場合、そのReplicaSetは削除されますが、そのPodは削除されずみなしご状態になります。
128
128
さらなる詳細に関しては[ kubeadm/#149 ] ( https://github.com/kubernetes/kubeadm/issues/149#issuecomment-284766613 ) を参照してください。
129
129
130
130
## 既知の問題について
You can’t perform that action at this time.
0 commit comments