Giter Site home page Giter Site logo

Comments (8)

crabtree avatar crabtree commented on August 21, 2024

Can you share logs from the installer pod? Just execute kubectl logs -n kyma-installer YOUR_KYMA_INSTALLER_POD_NAME

As you can see in the output of clean-up.ps1 command there is an error saying Error: incompatible versions client[v2.10.0] server[v2.8.2], please try installing helm v2.8.2.

from kyma.

margauxcabrera avatar margauxcabrera commented on August 21, 2024
PS C:\Kyma\kyma\installation> kubectl logs -n kyma-installer kyma-installer-6bc6956958-5b4b6
2018/08/23 03:34:47 starting operator...
2018/08/23 03:34:54 ---------------------------
2018/08/23 03:34:54 Downloading Kyma
2018/08/23 03:34:54 ---------------------------
2018/08/23 03:34:54 Local Kyma sources provided. Download of sources not required.
2018/08/23 03:34:54 Downloading Kyma...DONE
2018/08/23 03:34:54 ---------------------------
2018/08/23 03:34:54 Installing cluster prerequisites
2018/08/23 03:34:54 ---------------------------
2018/08/23 03:34:54 Bash script error
2018/08/23 03:34:54 /kyma/resources/cluster-prerequisites/install.sh: line 2: $'\r': command not found
: invalid option nameer-prerequisites/install.sh: line 3: set: errexit
/kyma/resources/cluster-prerequisites/install.sh: line 4: $'\r': command not found
/kyma/resources/cluster-prerequisites/install.sh: line 6: syntax error near unexpected token `$'{\r''
'kyma/resources/cluster-prerequisites/install.sh: line 6: `function prepareSystemNs() {
2018/08/23 03:34:54 Bash script output
2018/08/23 03:34:54
2018/08/23 03:34:54 Script Error:  Details: exit status 2
E0823 03:34:54.203566       1 controller.go:281] exit status 2

from kyma.

crabtree avatar crabtree commented on August 21, 2024

It looks like line endings in your fetched sources were replaced with Windows line endings. When you try to run local kyma, sources are copied into installer pod which runs linux and thats why you see error with '\r' character.

It may be connected with your git client configuration. It can be configured that during checkout line endings are converted.

from kyma.

margauxcabrera avatar margauxcabrera commented on August 21, 2024

It's saying kyma is already installed. I can also see that all the pods are in running state. However, console.kyma.local is still inaccessible.

from kyma.

crabtree avatar crabtree commented on August 21, 2024

Can you verify your hosts file if there are entries related to kyma.local?

from kyma.

margauxcabrera avatar margauxcabrera commented on August 21, 2024

Yes, there are.

192.168.99.100 apiserver.kyma.local console.kyma.local catalog.kyma.local instances.kyma.local dex.kyma.local docs.kyma.local lambdas-ui.kyma.local
192.168.99.100 ui-api.kyma.local minio.kyma.local jaeger.kyma.local grafana.kyma.local configurations-generator.kyma.local gateway.kyma.local connector-service.kyma.local

I also tried just the IP but still can't access it.

from kyma.

crabtree avatar crabtree commented on August 21, 2024

To clarify, are you accessing console under http://console.kyma.local or https://console.kyma.local? https should be used.

from kyma.

margauxcabrera avatar margauxcabrera commented on August 21, 2024

I was accessing http://console.kyma.local. When I tried https://console.kyma.local, I was able to access dex.kyma.local.

Thanks a lot for your assistance!

from kyma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.