Error rendering WebPanel: No renderer found for resource type: velocity Template contents: <meta name="ajs-keyboardshortcut-hash" content="$keyboardShortcutManager.shortcutsHash">

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

코드 블럭
ingress:
  enabled: true
  annotations: {}
  hosts:
    - host: ch06-echo.gihyo.local
  위와 같은 설정시에 ingress.yaml 수정이 필요한 것으로 계속 에러가 발생하는데 해결방법을 아직 찾지 못하였다.
만약 enbaled: false 를 지정할 경우에 install 은 되나 정상적으로 호스트 접근이 안되는 것을 확인하였다. path: [/]




절대 주의할 점은 echo 는 local repository 에 설치한 상태이다.

...