"쿠버네티스 tolerations"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
3번째 줄: 3번째 줄:
;k8s 톨러레이션
;k8s 톨러레이션


<source lang='yaml'>
<syntaxhighlight lang='yaml'>
spec:
spec:
   nodeSelector:
   nodeSelector:
10번째 줄: 10번째 줄:
   - effect: NoSchedule
   - effect: NoSchedule
     operator: Exists
     operator: Exists
</source>
</syntaxhighlight>
<source lang='yaml'>
<syntaxhighlight lang='yaml'>
spec:
spec:
   nodeSelector:
   nodeSelector:
18번째 줄: 18번째 줄:
   - effect: NoSchedule
   - effect: NoSchedule
     key: node-role.kubernetes.io/master
     key: node-role.kubernetes.io/master
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 6월 26일 (토) 17:00 판

1 개요

쿠버네티스 tolerations
k8s 톨러레이션
spec:
  nodeSelector:
    node-role.kubernetes.io/master: ""
  tolerations:
  - effect: NoSchedule
    operator: Exists
spec:
  nodeSelector:
    node-role.kubernetes.io/master: ""
  tolerations:
  - effect: NoSchedule
    key: node-role.kubernetes.io/master

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}