kpt-config-sync icon indicating copy to clipboard operation
kpt-config-sync copied to clipboard

Config Sync - used to sync Git, OCI and Helm charts to your clusters.

Results 80 kpt-config-sync issues
Sort by recently updated
recently updated
newest added

- Add core.Scheme, to be used eveywhere in this code base. This scheme should have all required typed registered. - Add utility functions for type lookup and conversion: - kinds.ToUnstructured...

do-not-merge/hold
size/XXL
approved

- The fake.Client was designed to simulate the apiserver and various upstream controllers in vanilla Kubernetes. This change adds support for simulating the following additional features: - Initialize ResourceVersion on...

do-not-merge/hold
size/XXL

Add R*Sync finalizer to delete managed resources - Add a new custom finalizer for both RootSync & RepoSync. - Convert RootSync to use explicit custom finalizer, instead of delegating to...

do-not-merge/hold
size/XXL
approved

I am getting this error caused by our corporate proxy: `[1] KNV1068: failed to run kustomize build in /repo/source/d523134f8a76659526b7ab6b0ea3cc3908a00100/cert-manager, stdout: : Error: accumulating resources: accumulation err='accumulating resources from 'base': '/repo/source/d523134f8a76659526b7ab6b0ea3cc3908a00100/cert-manager/base'...

enhancement

The [contribution guide](https://github.com/GoogleContainerTools/kpt-config-sync/blob/main/docs/contributing.md) needs to be updated now that development is happening on Github.

documentation

This change utilizes the new functions in cli-utils and kpt to register the status reader for rollout objects in the applier builder. Note: since it depends on the new version...

size/XXL
needs-ok-to-test

Update the nomos CLI to poll statuses from sharded ResourceGroups.

size/M
do-not-merge/hold

This commit bumps kpt to use a newer commit sha for kpt (from a forked repo) to test ResourceGroup sharding. DO NOT MERGE yet.

do-not-merge/hold
size/XXL

- Don't enqueue a reconcile if the ResourceVersion hasn't changed - Remove lock and resourceVersion cache that was attempting to dedupe the hard way - Reduce watch scope from cluster...

do-not-merge/hold
size/L
approved

Here is my way to install kpt-config-sync, # Create a directory to store the manifest bundle mkdir -p # Extract the manifest bundle tar -xzf -C # Apply the manifests...

documentation
enhancement