Skip to content

kyma-project/kyma-dashboard

Kyma-Dashboard

Overview (mandatory)

This project contains configuration and extensions neccessary to deploy Busola on dev, stage and prod environments.

Prerequisites

  • npm in version 8.1.2 or higher
  • node in version 16.13.2 or higher
  • docker

Installation

To install dependencies, run the npm install command.

Usage

You can run Kyma Dashboard locally with configuration of one of following enviroments: . First prepare extensions for the environment you wish to access: dev, stage or prod. Then build docker image for the same env. Finally run coresponding docker image.

ENV=$ENV make prepare-extensions-image

TARGET=local ENV=$ENV make build

docker run --rm -it -p 3001:3001 -e DOCKER_DESKTOP_CLUSTER=true --pid=host --name kyma-dashboard kyma-dashboard-local-$ENV

To run Kyma Dashboard from a PR run this command

docker run --rm -it -p 3001:3001 -e DOCKER_DESKTOP_CLUSTER=true --pid=host --name kyma-dashboard europe-docker.pkg.dev/kyma-project/dev/kyma-dashboard-local-dev:PR-$PR_NUMBER

Development

Contribution

For the information on how to contribute to this project, follow the contributing guide.

Run tests

For the information on how to run tests and configure them, go to the tests directory.

About

This is the main repository for the SAP BTP, Kyma runtime Dashboard

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published