E D R , A S I H C RSS

BackLinks search for "NoSchedule"

BackLinks of NoSchedule


Search BackLinks only
Display context of search results
Case-sensitive searching
  • KubernetesINACTION/밑줄긋기
         node-role.kubernetes.io/master <key> null <value> 효과는 NoSchedule
          * NoSchedule: 파드가 테인트를 허용하지 않는 경우 파드가 노드에 스케줄링되지 않는다.
          * PreferNoSchedule: NoSchedule의 소프트한 버전이다. 즉, 스케줄러가 파드를 노드에 스케줄링하지 않으려 하지만 다른 곳에 스케줄링 할 수 없으면 해당 노드에 스케줄링 된다.
          * NoExecuete: 스케줄링에만 영향을 주는 NoSchedule이나 PreferNoSchedule과 달리, NoExecute는 노드에서 이미 실행 중인 파드에도 영향을 준다. NoExecute 테인트를 노드에 추가하면 해당 노드에서 이미 실행 중이지만 NoExecute 테인트를 허용하지 않는 파드는 노드에서 제거된다.
         {{{ $ kubectl taint node node1.k8s node-type=production:NoSchedule }}}
          effect: NoSchedule
Found 1 matching page out of 7547 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0072 sec