Infra
[k8s] master에 worker node처럼 application 배포하기
뚜둔뚜둔
2022. 2. 25. 16:11
master에 pod 배포
- master untainted
해당 명령어를 통하여 master를 worker처럼 사용가능.$kubectl taint nodes --all node-role.kubernetes.io/master-
https://league-cat.tistory.com/390
[k8s] master에 worker node처럼 application 배포하기
master에 pod 배포 master untainted 해당 명령어를 통하여 master를 worker처럼 사용가능하였습니다. $kubectl taint nodes --all node-role.kubernetes.io/master- node/k8s-master untainted error: taint "nod..
league-cat.tistory.com
master 에 worker node 가능하게 하기 !!!!
반응형