kustomizer icon indicating copy to clipboard operation
kustomizer copied to clipboard

An experimental package manager for distributing Kubernetes configuration as OCI artifacts.

Results 8 kustomizer issues
Sort by recently updated
recently updated
newest added

Hi, I have a use case where I have some custom resources in my manifest, and ideally they need to be created in a specific order, I can solve this...

`kustomizer` is > `2.0.0` in it's releases / git tags, but the module is still at `v1`, which makes it impossible to import as a library. The first commit just...

I've noticed an issue when using Kustomizer: if I have a cluster-scoped resource (i.e. a `ClusterRole`) that incorrectly specifies a namespace, the inventory of objects that kustomizer passes to flux/ssa...

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

Without these changes, pulling the OCI image will complain about the missing metadata of `org.opencontainers.image.created` See pre-defined annotations here: https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys

## Description Kustomizer allows you to take an artifact and a kustomize local repo to build a manifest. These can have duplicate manifests when specifying both the remote OCI artifact...

bug
good first issue

To reproduce the issue: ```bash $ docker container run --rm ghcr.io/stefanprodan/kustomizer:v2.2.1 kustomizer docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable...

as kustomizer uses cosign executable, it'd be better to include cosign binary into container image. assign it to me I can fix this