cli icon indicating copy to clipboard operation
cli copied to clipboard

Simple set of commands to manage a Kyma installation

Results 109 cli issues
Sort by recently updated
recently updated
newest added

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....

size/XS
area/dependency

**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...

area/cli

**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...

kind/feature
area/cli

**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...

area/cli
area/installation

**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...

area/cli
area/installation

**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...

kind/bug
area/cli
priority/critical

**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...

area/cli
area/installation

**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...

kind/feature
area/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...

area/cli
area/installation

**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...

kind/bug
area/cli
lifecycle/stale