airy icon indicating copy to clipboard operation
airy copied to clipboard

Helm installation on Minikube is incorrect

Open ljupcovangelski opened this issue 1 year ago • 2 comments

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

ljupcovangelski avatar Aug 04 '22 12:08 ljupcovangelski

The pull request of this issue is https://github.com/airyhq/airy/pull/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:

https://github.com/facebook/create-react-app/issues/11565

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

ghost avatar Aug 10 '22 06:08 ghost

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

ghost avatar Aug 10 '22 07:08 ghost

yes we could close it -> https://github.com/airyhq/airy/pull/3566

ghost avatar Aug 15 '22 20:08 ghost