Skip to content
Snippets Groups Projects
Verified Commit 125a20a6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(kube-system): Remove dynamic metadata

parent d855df8b
Branches
Tags
No related merge requests found
apiVersion: v1 apiVersion: v1
kind: ConfigMap
metadata:
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled
name: kubelet-config-1.21
namespace: kube-system
data: data:
kubelet: | kubelet: |
apiVersion: kubelet.config.k8s.io/v1beta1 apiVersion: kubelet.config.k8s.io/v1beta1
...@@ -39,13 +45,3 @@ data: ...@@ -39,13 +45,3 @@ data:
streamingConnectionIdleTimeout: 0s streamingConnectionIdleTimeout: 0s
syncFrequency: 0s syncFrequency: 0s
volumeStatsAggPeriod: 0s volumeStatsAggPeriod: 0s
kind: ConfigMap
metadata:
annotations:
kubeadm.kubernetes.io/component-config.hash: sha256:8912bdfe80280dffc9e637149eb28ce3727d3d140cb1e7d43174177989e59620
kustomize.toolkit.fluxcd.io/prune: disabled
creationTimestamp: "2022-01-12T21:54:32Z"
name: kubelet-config-1.21
namespace: kube-system
resourceVersion: "211"
uid: e1b06474-d63b-454b-b58e-8102cc1fec6c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment