kubernetes-reflector
kubernetes-reflector copied to clipboard
Custom Kubernetes controller that can be used to replicate secrets, configmaps and certificates.
Hello. When working on reflector secrets I wanted to reflect `type: kubernetes.io/dockerconfigjson` type of key. The whole key is getting reflected properly, but the type is set to Opaque. I...
I am using Gitops and on pull requests of my app I create a new environment to test the PR. I will create a namespace and the required pods. But...
Bumps [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) from 4.2.0 to 5.0.1. Release notes Sourced from Serilog.Extensions.Hosting's releases. v5.0.1 #64 - add missing service registration for RegisteredLogger (@JSkimming) v5.0.0 No release notes provided. Commits b8f2e70 Merge...
Hi guys, we are happily using reflector in our clusters. But after some time the pod is still running, but secrets are not updated/created anymore. When I restart the deployment...
Bumps [Microsoft.AspNetCore.JsonPatch](https://github.com/dotnet/aspnetcore) from 6.0.1 to 6.0.7. Release notes Sourced from Microsoft.AspNetCore.JsonPatch's releases. .NET 6.0.7 Release .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release .NET 6.0.2 Release...
I have an issue with reflector where after applying a mirror secret, it will get reflected correctly and then deleted later. I traced the event in the log but I...
Hello, In order to combat dockerhub's imposed rate limits it would be great too push your Docker images on GHCR as well as dockerhub. It should be a minimal change...
As per the following trivy scan, there are a few fixable CVEs here, would it be possible to update the base image? ``` trivy image --severity CRITICAL emberstack/kubernetes-reflector:6.1.47 2022-05-17T20:26:14.556-0400 INFO...
I have the below config for the secret. ``` secretTemplate: annotations: reflector.v1.k8s.emberstack.com/auto-reflects: cert-manager/demo-secret reflector.v1.k8s.emberstack.com/reflection-allowed: "true" reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "" # Control destination namespaces reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true" # Auto create reflection for matching namespaces...
Bumps [Autofac.Extensions.DependencyInjection](https://github.com/autofac/Autofac.Extensions.DependencyInjection) from 7.2.0 to 8.0.0. Release notes Sourced from Autofac.Extensions.DependencyInjection's releases. v8.0.0 BREAKING CHANGE: IServiceScopeFactory is now a singleton and child scopes are flat, not hierarchical. Based on #83...