kyma-project / lifecycle-manager

Controller that manages the lifecycle of Kyma Modules in your cluster.
http://kyma-project.io
Apache License 2.0
10 stars 30 forks source link

Control Plane Quick Start documentation inconsistencies #1129

Closed ameteiko closed 2 weeks ago

ameteiko commented 9 months ago

Description

Control Plane Quick Start inconsistencies:

Prometheus operator deployment

Prometheus operator deployment command refers to the https://raw.githubusercontent.com/prometheus-community/helm-charts/main/charts/kube-prometheus-stack/crds/crd-servicemonitors.yaml, which results in HTTP 404.

kyma alpha deploy command

kyma alpha deploy -k https://github.com/kyma-project/lifecycle-manager/config/control-plane

- Successfully connected to cluster (33ms)
- Deployed cert-manager.io in version v1.11.0 (4.454s)
- Used Lifecycle-Manager: europe-docker.pkg.dev/kyma-project/prod/lifecycle-manager:latest (0s)
- Kustomizations deployed: [https://github.com/kyma-project/lifecycle-manager/config/control-plane] (5.66s)
X error patching CoreDNS: All attempts fail:
#1: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41
#2: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41
#3: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41 (4.075s)
Error: All attempts fail:
#1: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41
#2: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41
#3: Error response from daemon: client version 1.42 is too new. Maximum supported API version is 1.41
janmedrek commented 2 weeks ago

This doc will be removed: https://github.com/kyma-project/lifecycle-manager/issues/1447