소개
게시글
질문&답변
2021.09.05
PV를 만들려고 하면 에러가 발생합니다.
안녕하세요 Pod를 생성하려고 하니 위와 동일한 문제가 발생하네요 하기 사항을 데시보드에서 입력했고 Deploying file has failed 라고 나오네요.. 위에서 말씀하신 대로 모든 권한으로 리소스에 접근할 수 있도록 ClusterRole 새로 추가는 했는데도 안되네요.. 혹시 방법이 있을까요? apiVersion: v1 kind: Pod metadata: name: pod-1 spec: containers: - name: container1 image: kubetm/p8000 ports: - containerPort: 8000 - name: container2 image: kubetm/p8080 ports: - containerPort: 8080
- 2
- 11
- 1.1K
질문&답변
2021.01.23
질문드립니다
강의에 사용하신 파일은. 어디서 다운받나요??
- 0
- 3
- 184
질문&답변
2020.08.30
run start 시 오류 발생
안녕하세요 하기와 같이 메시지가 뜨네요... D:\home\study\chatbot-app-master\client>npm run start > client@0.1.0 start D:\home\study\chatbot-app-master\client > react-scripts start [HPM] Proxy created: /api -> http://localhost:5000/ Starting the development server... Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade` Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade` Compiled successfully! You can now view client in the browser. Local: http://localhost:3000/ On Your Network: http://192.168.65.1:3000/ Note that the development build is not optimized. To create a production build, use yarn build. [HPM] Error occurred while trying to proxy request /api/dialogflow/eventQuery from localhost:3000 to http://localhost:5000/ (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_co mmon_system_errors)
- 0
- 2
- 285