Posts
Q&A
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.3K
Q&A
์ง๋ฌธ๋๋ฆฝ๋๋ค
๊ฐ์์ ์ฌ์ฉํ์ ํ์ผ์. ์ด๋์ ๋ค์ด๋ฐ๋์??
- 0
- 3
- 243
Q&A
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
- 350