게시글
질문&답변
2024.03.27
The repository 'https://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file.
저는 아래 사이트를 참고하여 해결 하였습니다.https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-kubeadm-kubelet-and-kubectl 1. sudo apt-get install -y apt-transport-https ca-certificates curl gpg2. sudo mkdir -p -m 755 /etc/apt/keyrings3. curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg4. echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list5. apt-get update6. apt-get install -y kubelet kubeadm kubectl
- 0
- 3
- 4K
질문&답변
2024.03.27
The repository 'https://apt.kubernetes.io kubernetes-focal Release' does not have a Release file.
문제를 해결하기 위해 한참을 검색하다 아래 사이트를 참고하여 해결 하였습니다.https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-kubeadm-kubelet-and-kubectl 1. sudo apt-get install -y apt-transport-https ca-certificates curl gpg2. sudo mkdir -p -m 755 /etc/apt/keyrings3. curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg4. echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list5. apt-get update6. apt-get install -y kubelet kubeadm kubectl
- 0
- 2
- 689
질문&답변
2024.03.27
(정보공유) vagrant up 할 때 SSH auth method: private key 문구에서 멈출 때 해결방법 공유합니다.
저는 cpu와 메모리를 마스터와 동일하게 설정한 뒤로 정상 진행 되었습니다.
- 1
- 2
- 898
질문&답변
2022.08.03
14강 강의에서 logout 시 오류가 발생 합니다.
버전을 낮춰서 설치하니 정상 동작 됩니다. 코드 다운 받아서 npm i 로 설치 하고 다로 손댄건 없는대 이상하네요... 답변 감사합니다. 수고하세요.
- 0
- 3
- 220
질문&답변
2022.08.03
14강 강의에서 logout 시 오류가 발생 합니다.
네 강사님 코드로 한게 맞습니다. package.json에 passport 관련해서 버전이 아래와 같은대 최신으로 업데이트 해야 할까요? "passport": "^0.6.0", "passport-local": "^1.0.0",
- 0
- 3
- 220
질문&답변
2022.07.21
back 디렉토리에 npm i 오류 문의
package-lock.json 지우고 npm i 하니 설치가 됐습니다. 다만 아래와 같이 취약점 경고가 뜨긴 했습니다. 감사합니다. 수고하세요. 3 high severity vulnerabilities Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.
- 0
- 3
- 291
질문&답변
2022.07.21
back 디렉토리에 npm i 오류 문의
npm i -g node-gyp 한 후 다시 npm i 를 하였지만 동일해 보이는 에러가 발생 합니다. npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm ERR! code 1 npm ERR! path D:\study\react\sleact\back\node_modules\bcrypt npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.0.0 npm ERR! gyp info using node@16.15.1 | win32 | x64 npm ERR! gyp info find Python using Python version 3.10.5 found at "C:\Users\lodics\AppData\Local\Programs\Python\Python310\python.exe" npm ERR! gyp info find VS using VS2019 (16.11.32602.291) found at: npm ERR! gyp info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional" npm ERR! gyp info find VS run with --verbose for detailed information npm ERR! gyp info spawn C:\Users\lodics\AppData\Local\Programs\Python\Python310\python.exe npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args 'C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\gyp\\gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'msvs', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args 'D:\\study\\react\\sleact\\back\\node_modules\\bcrypt\\build\\config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args 'C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args 'C:\\Users\\lodics\\AppData\\Local\\node-gyp\\Cache\\16.15.1\\include\\node\\common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=C:\\Users\\lodics\\AppData\\Local\\node-gyp\\Cache\\16.15.1', npm ERR! gyp info spawn args '-Dnode_gyp_dir=C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=C:\\\\Users\\\\lodics\\\\AppData\\\\Local\\\\node-gyp\\\\Cache\\\\16.15.1\\\\ npm ERR! gyp info spawn args '-Dmodule_root_dir=D:\\study\\react\\sleact\\back\\node_modules\\bcrypt', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'D:\\study\\react\\sleact\\back\\node_modules\\bcrypt\\build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! gyp: Undefined variable module_name in binding.gyp while trying to load binding.gyp npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:261:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:527:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Windows_NT 10.0.19044 npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd D:\study\react\sleact\back\node_modules\bcrypt npm ERR! gyp ERR! node -v v16.15.1 npm ERR! gyp ERR! node-gyp -v v9.0.0 npm ERR! gyp ERR! not ok npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lodics\AppData\Local\npm-cache\_logs\2022-07-21T07_41_18_908Z-debug-0.log
- 0
- 3
- 291