kubernetes-replicator icon indicating copy to clipboard operation
kubernetes-replicator copied to clipboard

Kubernetes controller for synchronizing secrets & config maps across namespaces

Results 65 kubernetes-replicator issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We wanted to use kubernetes-replicator within a shared Kubernetes Cluster (Rancher), where creation of ClusterRole and ClusterRolebinding is not permitted....

enhancement
help-wanted

**Acknowledgement** This idea was originally presented by @HansK-p in #40. **Issue** Sometimes, deployment tools (or something as simple as `kubectl apply`) mess with already deployed (and replicated) secrets or config...

enhancement
help-wanted
confirmed

**Describe the bug** Hi, we have the following config to replicate a docker private registry key across ~500 namespaces. ```yaml apiVersion: v1 kind: Secret metadata: name: docker-cred-secret annotations: replicator.v1.mittwald.de/replicate-to: "*"...

bug
confirmed

**Describe the bug** kubernetes-replicator pod crashes when replicating single secret across 150+ namespaces **To Reproduce** Installed using helm ``` helm repo add mittwald https://helm.mittwald.de helm upgrade --version v2.6.3 --install kubernetes-replicator...

bug
feedback-required

**Describe the bug** We are replicating a secret across 100+ namespaces. Replicator successfully replicates the secret but when its starts to cycle a check on the namespaces to validate that...

bug
feedback-required

**Describe the bug** Contents from a pre-existing secret is not being overwritten/merged with source secret on Kubernetes v1.20. Working fine on v1.18.18 and v1.19.10. **To Reproduce** * Deployed kubernetes v1.20...

bug
help-wanted

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies

**Is your feature request related to a problem? Please describe.** Due security/risk limitations I had to bolt down the permissions of kubernetes-replicatior to only allow syncing of certain secrets, the...

enhancement
help-wanted

**Describe the bug** Replicated service accounts only have `replicator.v1.mittwald.de/replicated-at` and `replicator.v1.mittwald.de/replicated-from-version`. Annotations in the source service account are missing in the target. **To Reproduce** Create a service account and a...

bug

**Describe the bug** We have a cluster with more than 10,000 secrets. Kubernetes replicator fails to replicate new secrets, and logs the following: ``` I0110 13:29:37.790193 1 trace.go:219] Trace[1458323237]: "Reflector...

bug