K8S Inferenceservice Worker에 배포

임정민·2024년 10월 15일

메모장

목록 보기
12/34
post-thumbnail
kubectl get nodes
kubectl taint nodes <control-plane-node-name> node-role.kubernetes.io/master=:NoSchedule
kubectl describe node <control-plane-node-name> | grep Taints
kubectl apply -f your-inferenceservice.yaml
kubectl get pods -o wide
profile
https://github.com/min731

0개의 댓글