Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm installation on Minikube is incorrect #3539

Closed
ljupcovangelski opened this issue Aug 4, 2022 · 3 comments
Closed

Helm installation on Minikube is incorrect #3539

ljupcovangelski opened this issue Aug 4, 2022 · 3 comments
Labels

Comments

@ljupcovangelski
Copy link
Contributor

This is how we could improve the documentation:

Did you spot an error in the docs or do you think something is missing? Write a clear and concise description of your change request.

The flow for installing Airy on Minikube using Helm is wrong:

  1. The Minikube command should be with the Docker driver, instead of the Virtualbox one:
minikube -p airy-core start --driver=docker --cpus=3 --memory=7168 --container-runtime=containerd --ports=80:80 --extra-config=apiserver.service-nodeport-range=1-65535
  1. The suggested airy.yaml file works only for cloud installation and not for Minikube. We should suggest creating the airy.yaml file by running the Airy CLI with --init-only or by suggesting the default file:
global:
  host: localhost
ingress-controller:
  ngrokEnabled: true
@ghost
Copy link

ghost commented Aug 10, 2022

The pull request of this issue is #3566
The with the yarn start the page did not work on the latest node version, installed the latest stable node version with nvm (v.16.13.0).
The package.json for docs requires an update. Here is an example issue:

facebook/create-react-app#11565

package.json for docs maybe needs an option like that:
"engines": {
"node": "sth",
"npm": "sth"
},

@ghost
Copy link

ghost commented Aug 10, 2022

I supposed to say "engines" propety of json file.. still using the wrong dialect #newinweb

ghost pushed a commit that referenced this issue Aug 11, 2022
…be-is-incorrect

[#3539] Helm installation on minikube is incorrect
@ghost
Copy link

ghost commented Aug 15, 2022

yes we could close it -> #3566

@ghost ghost closed this as completed Aug 15, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant