"K8s updateStrategy"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
;쿠버네티스 updateStrategy
;쿠버네티스 updateStrategy


<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml' line highlight='12'>
apiVersion: apps/v1
apiVersion: apps/v1
kind: DaemonSet
kind: DaemonSet

2023년 9월 14일 (목) 16:33 판

1 개요

쿠버네티스 updateStrategy
apiVersion: apps/v1
kind: DaemonSet
metadata:
  name: fluentd-elasticsearch
  namespace: kube-system
  labels:
    k8s-app: fluentd-logging
spec:
  selector:
    matchLabels:
      name: fluentd-elasticsearch
  updateStrategy:
    type: RollingUpdate
    rollingUpdate:
      maxUnavailable: 1
...

2 같이 보기

3 참고

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