-
Installation Issue of Version 1.11.0If you have any problems of installation. Please add comments. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello, I encountered an issue while following the installation guide at https://cloudforet.io/ko/docs/setup_operation/installation/on_premise/ After performing the step [5. Initialize the configuration], when I run the command I see the following error log, and I'm unable to proceed with the subsequent steps
I suspect that there might be an incorrect configuration in the initializer.yaml file, specifically in the marketplace_endpoint section. Could you please provide guidance on how to resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi @yangmingyu2020 :) When you run the initializer, Cloudforet try to connect to open-source marketplace. So, you can install cloudforet with local mode instead of default mode. please reinstall initializer with local mode. If you get an other error, Please continue to leave comments.
helm install initializer -n spaceone
main:
import:
- /root/spacectl/apply/root_domain.yaml
- /root/spacectl/apply/create_managed_repository.yaml
- /root/spacectl/apply/user_domain.yaml
- /root/spacectl/apply/create_role.yaml
- /root/spacectl/apply/add_statistics_schedule.yaml
- /root/spacectl/apply/print_api_key.yaml
var:
domain:
root: root
user: spaceone
default_language: ko
default_timezone: Asia/Seoul
domain_owner:
id: admin
password: Admin123!@# # Change your password
user:
id: system_api_key
helm install initializer cloudforet/spaceone-initializer -n spaceone -f initializer.yaml |
Beta Was this translation helpful? Give feedback.
안녕하세요.
document를 리뷰해본 결과, 혼란스러울 수 있는 부분이 있어 nginx-ingress의 공식 문서를 참고하여 tls 설정 방법을 안내해드립니다.
(남겨주신 피드백을 바탕으로, document는 추후 업데이트 될 예정입니다. 감사합니다.)
Generate self-managed SSL
아래의 openssl 명령어를 이용해서 사설 ssl 인증서를 생성합니다. (준비된 인증서가 있다면 사설 인증서 생성은 skip 해도 됩니다.)
Create secret for ssl
인증서가 준비 되었다면 해당 인증서 파일을 이용해서 se…