This folder contains documents that relate to the project.
Run make test
to see if all tests are passing.
You can configure the Infrastructure Manager deployment with the following arguments:
gardener-kubeconfig-path
- defines the path to the Gardener project kubeconfig used during API callsgardener-project
- the name of the Gardener project where the infrastructure operations are performedminimal-rotation-time
- the ratio determines what is the minimal time that needs to pass to rotate the certificatekubeconfig-expiration-time
- maximum time after which kubeconfig is rotated. The rotation happens between (minimal-rotation-time
*kubeconfig-expiration-time
) andkubeconfig-expiration-time
.gardener-request-timeout
- specifies the timeout for requests to Gardener. Default value is60s
.shoot-spec-dump-enabled
- feature flag responsible for enabling the shoot spec dump. Default value isfalse
.audit-log-mandatory
- feature flag responsible for enabling the Audit Log strict config. Default value istrue
.
See manager_gardener_secret_patch.yaml for default values.
- Switching between the
provisioner
andkim
.
The kyma-project.io/controlled-by-provisioner
label provides fine-grained control over the Runtime
CR. Only if the label value is set to false
, the resource is considered managed and will be controlled by kyma-application-manager
.
TBD: List potential issues and provide tips on how to avoid or solve them. To structure the content, use the following sections:
- Symptom
- Cause
- Remedy