cli
cli copied to clipboard
Simple set of commands to manage a Kyma installation
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.9.3 to 3.9.4. Release notes Sourced from helm.sh/helm/v3's releases. Helm 3.9.4 Helm v3.9.4 is a security (patch) release. Users are strongly recommended to update to this release....
**Description** Some pipelines are creating Gardener test clusters by sending a [Shoot-Spec](https://github.com/kyma-project/test-infra/blob/main/prow/scripts/resources/reconciler/shoot-template.yaml) to the Gardener API. This has the drawback that the spec needs to be regularly updated when Gardener...
**Description** The kyma deployment needs to patch coreDNS, for which it gets the cluster registry IP. In case of k3d it fetches it from the local docker daemon. This approach...
**Description** With the new operator based lifecycle management, the current `deploy` command will stop working. The command needs to be migrated to the new approach. The new command should be...
**Description** Kyma modules are released and distributed as OCI container images following the [OCM](https://github.com/gardener/component-spec) format. This format supports cryptographically signing the images, which will make sure that kyma modules are...
**Description** When you want to deploy kyma from commit, the workspace location is cleaned with ci mode, the workspace directory is wiped. I don't know why the directory is wiped...
**Description** Kyma modules are represented at runtime with a specific `CRD` which needs to conform to the `lifecycle-manager`'s specification. To ensure a valid `CRD` is defined for a module it...
**Description** ARM Macs are not fully supported at the moment for Kyma deployment. For this reason we need to show a clear warning to the user when using the CLI...
**Description** Kyma modules are released and distributed as OCI container images following the [OCM](https://github.com/gardener/component-spec) format. The CLI needs to provide utilities to unpack the modules and be able to read...
**Description** `kubectl` works fine with a [`$KUBECONFIG`](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#linux) set to something like this: ``` /Users/foo/kubeconfig1:/Users/foo/kubeconfig2:/Users/foo/kubeconfig3 ``` internally all mentioned kubeconfig files will be merged into a single kubeconfig and then parsed...