mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #62909 from kawych/master
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Manage Metadata Agent Config with Addon Manager **What this PR does / why we need it**: Fixes error where config map for Metadata Agent was not created by addon manager. **Release note**: ```release-note Fix error where config map for Metadata Agent was not created by addon manager. ```
This commit is contained in:
commit
9b7439d77d
@ -12,6 +12,9 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: metadata-agent-config
|
||||
namespace: kube-system
|
||||
labels:
|
||||
kubernetes.io/cluster-service: "true"
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
data:
|
||||
node_level.conf: |-
|
||||
KubernetesUseWatch: true
|
||||
|
Loading…
Reference in New Issue
Block a user