You can choose among several ways of installation. For more details on the available make targets and the prerequisites, see Development.
- See prerequisites for running the make targets at the Development section.
- You have a Kubecontext pointing to an existing Kubernetes cluster.
make install
make run
export IMG=<my container repo>
make docker-build
make docker-push
kubectl create ns kyma-system
make deploy-experimental
kubectl create ns kyma-system
kubectl apply -f https://github.com/kyma-project/telemetry-manager/releases/latest/download/telemetry-manager.yaml
kubectl apply -f https://github.com/kyma-project/telemetry-manager/releases/latest/download/telemetry-default-cr.yaml -n kyma-system