[k8s] Kubernetes 설치 - M1 Apple Silicon
·
є(・Θ・。)э››/Kubernetes
노션에 쓴거 언제 다 옮기지~~~~~ 그치만 티스토리에 바로 올리는건 필기가 힘드네ㅜㅜ쿠버네티스 설치M1 Apple SiliconTerminal - homebrew로 도커 쓰던 상태 1) 도커 데스크탑 설치- Setting (톱니바퀴) -> Kubernetes -> Reset cluster하기 2) 버전이 안맞을 경우~ ❯ curl -LO "https://dl.k8s.io/release/v1.32.2/bin/darwin/arm64/kubectl" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent..
Mac M1에 VMware Fusion, Ubuntu 설치
·
mac 적응기
1. VMware fusion for mac 다운로드!연결되는 사이트에 회원 가입해야지 다운이 가능하다 https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion Desktop Hypervisor Solutions | VMwareVMware Workstation and VMware Fusion desktop hypervisors are the industry leaders in local virtualization. Learn how VMware’s local virtualization solutions provide an easier way to build, test and deliver any app for any device ..
git terminal 사용법(init부터 push까지..)
·
mac 적응기/기초 정리
git push 잘못해서 팀원 코드를 날려버렸다...ㅠㅠ 정말 미안미안해~ 그래서 깃 올리는 방법 다시 정리 1. 파일 올리기 $ git init //확인용이라 미리 연결했으면 안해도 됨 $ git config --global user.name $ git config --global user.email - 깃 상태 $ git status >> 추적하지 않는 파일 존재하면(그게 내가 올리려는 파일이면) - 파일 추가하기 $ git add -A - 커밋 메시지 설정 $ git commit -m "plz" - 깃주소랑 연결 $ git remote add origin https://github.com/본인 깃 주소 - 확인? $ git remote -v origin https://github.com/본인 깃 주..
iterm2로 github push 하기
·
mac 적응기/기초 정리
+ 추가!) https://pineapplemango.tistory.com/121 git terminal 사용법(init부터 push까지..) git push 잘못해서 팀원 코드를 날려버렸다...ㅠㅠ 정말 미안미안해~ 그래서 깃 올리는 방법 다시 정리 1. 파일 올리기 $ git init //확인용이라 미리 연결했으면 안해도 됨 $ git config --global user.name $ git pineapplemango.tistory.com # 파일로 이동 1. git init #git repository 초기화 2. git add . # 전체 파일 추가 3. git add 파일/디렉토리 경로 도 가능 4. git commit -m "first commit" # 추가한 파일 commit 5. git r..
TaffyMuffin
'Mac' 태그의 글 목록