Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resourcesynccontroller miss key configmaps #1472

Open
lance5890 opened this issue Feb 22, 2023 · 3 comments
Open

resourcesynccontroller miss key configmaps #1472

lance5890 opened this issue Feb 22, 2023 · 3 comments
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@lance5890
Copy link

lance5890 commented Feb 22, 2023

1 problem description
when resourcesynccontroller miss key configmap in CombineCABundleConfigMaps, and err is notFound, it will continue and override this failure, this will cause the caller func generate wrong configgurations

func CombineCABundleConfigMaps(destinationConfigMap ResourceLocation, lister corev1listers.ConfigMapLister, inputConfigMaps ...ResourceLocation) (*corev1.ConfigMap, error) {

2 bug fix
this problem is related to the kube-controller-manager-operator bug openshift/cluster-kube-controller-manager-operator kube-controller-manager rootCA miss key conf

@lance5890
Copy link
Author

@lance5890
Copy link
Author

This PR has closed abnormally , I will propose a new PR later

@lance5890
Copy link
Author

/lifecycle frozen

@openshift-ci openshift-ci bot added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

1 participant