Regarding installing spaceone on Microsoft Azure instance #114
Replies: 5 comments 3 replies
-
Hi @varun1369 ! It looks like you have incorrect settings. Could you please edit ** WARNING ** ex) spaceone-initializer:
- enabled: true
+ enabled: false
image:
name: spaceone/spacectl
version: 1.10.4.2
(omit) |
Beta Was this translation helpful? Give feedback.
-
getting Imagepullbackoff even after changing to the above settings. |
Beta Was this translation helpful? Give feedback.
-
Still getting the same issue after applying the above configurations in minikube.yaml file for version 14.2. |
Beta Was this translation helpful? Give feedback.
-
should I change locahost in this uri to the public ip of the Azure instance. |
Beta Was this translation helpful? Give feedback.
-
Hi, @varunmanju
When a user accesses SpaceONE using a browser, the browser gets the console-api address from So you need to change the ENDPOINT as below and restart(just kill the pod) console pod console:
enabled: true
developer: false
name: console
replicas: 1
image:
name: spaceone/console
version: 1.11.0
imagePullPolicy: IfNotPresent
production_json:
CONSOLE_API:
- ENDPOINT: http://localhost:8081
+ ENDPOINT: http://{VM_IP_ADDRESS}:{NODE_PORT_FOR_CONSOLE_API}
DOMAIN_NAME: spaceone
DOMAIN_NAME_REF: config |
Beta Was this translation helpful? Give feedback.
-
I am getting this issue when installing cloud foret version 1.10.4 on a public VM on Microsoft Azure. Have replaced the public IP in the screenshot of the minikube.yaml shown below.
Getting the below error when trying to access the page on my browser.
Please could you resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions