Skip to content

Commit

Permalink
docs: update arm64 script (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
minkj1992 authored Dec 18, 2023
1 parent 4856c2b commit f81d73b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/setup-kubernetes/install-prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "3. Install Prerequisite"
description: "Install docker"
sidebar_position: 3
date: 2021-12-13
lastmod: 2021-12-20
contributors: ["Jaeyeon Kim", "Jongsun Shinn", "Sangwoo Shim"]
lastmod: 2023-09-29
contributors: ["Jaeyeon Kim", "Jongsun Shinn", "Sangwoo Shim", "Minwook Je"]
---


Expand Down Expand Up @@ -158,8 +158,12 @@ kubectl 은 쿠버네티스 클러스터에 API를 요청할 때 사용하는

```bash
curl -LO https://dl.k8s.io/release/v1.21.7/bin/linux/amd64/kubectl
# Or if you use arm64
curl -LO https://dl.k8s.io/release/v1.21.7/bin/linux/arm64/kubectl
```


2. kubectl 을 사용할 수 있도록 파일의 권한과 위치를 변경합니다.

```bash
Expand Down

0 comments on commit f81d73b

Please sign in to comment.