Skip to content

Commit da1c405

Browse files
committed
[ko] Update the doc for windows server
1 parent cdad8b4 commit da1c405

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

content/ko/docs/concepts/windows/intro.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,14 @@ Windows Server 2019 및 이후 버전을 지원하는 컨테이너 런타임이
342342

343343
윈도우에는 호스트 OS 버전이 컨테이너 베이스 이미지 OS 버전과 일치해야 한다는
344344
엄격한 호환성 규칙이 있다.
345-
컨테이너 운영 체제가 Windows Server 2019인 윈도우 컨테이너만이 완전히 지원된다.
345+
컨테이너 운영 체제가 Windows Server 2022인 윈도우 컨테이너만이 완전히 지원된다.
346346

347347
쿠버네티스 v{{< skew currentVersion >}}에서,
348348
윈도우 노드(및 파드)에 대한 운영 체제 호환성은 다음과 같다.
349349

350350
Windows Server LTSC 릴리스
351-
: Windows Server 2019
352351
: Windows Server 2022
353-
354-
Windows Server SAC 릴리스
355-
: Windows Server 버전 20H2
352+
: Windows Server 2025
356353

357354
쿠버네티스 [버전 차이 정책](/ko/releases/version-skew-policy/) 또한 적용된다.
358355

content/ko/docs/concepts/windows/user-guide.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ GMSA로 구성한 컨테이너는 GMSA로 구성된 신원을 들고 있는 동
205205
```yaml
206206
nodeSelector:
207207
kubernetes.io/os: windows
208-
node.kubernetes.io/windows-build: '10.0.17763'
208+
node.kubernetes.io/windows-build: '10.0.20348'
209209
tolerations:
210210
- key: "os"
211211
operator: "Equal"
@@ -224,11 +224,12 @@ tolerations:
224224
이 레이블은 호환성을 위해 일치시켜야 하는 윈도우 메이저, 마이너 및 빌드 번호를 나타낸다.
225225
각 윈도우 서버 버전에 대해 현재 사용하고 있는 빌드 번호는 다음과 같다.
226226

227-
| 제품 이름 | 빌드 번호 |
228-
|--------------------------------------|------------------------|
229-
| Windows Server 2019 | 10.0.17763 |
230-
| Windows Server, 버전 20H2 | 10.0.19042 |
231-
| Windows Server 2022 | 10.0.20348 |
227+
| 제품 이름 | 빌드 번호 |
228+
|-------------------------|------------------------|
229+
| Windows Server 2019 | 10.0.17763 |
230+
| Windows Server, 버전 20H2 | 10.0.19042 |
231+
| Windows Server 2022 | 10.0.20348 |
232+
| Windows Server 2025 | 10.0.26100 |
232233

233234
### RuntimeClass로 단순화
234235

@@ -248,7 +249,7 @@ scheduling:
248249
nodeSelector:
249250
kubernetes.io/os: 'windows'
250251
kubernetes.io/arch: 'amd64'
251-
node.kubernetes.io/windows-build: '10.0.17763'
252+
node.kubernetes.io/windows-build: '10.0.20348'
252253
tolerations:
253254
- effect: NoSchedule
254255
key: os

0 commit comments

Comments
 (0)