Created
August 4, 2022 19:54
-
-
Save brandond/3c622059d721e0780cff97dbb895eb3d to your computer and use it in GitHub Desktop.
cadvisor containerd-cri kustomize
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | |
resources: | |
- https://github.com/google/cadvisor.git/deploy/kubernetes/base?ref=v0.45.0-containerd-cri | |
images: | |
- name: gcr.io/cadvisor/cadvisor | |
newTag: v0.45.0-containerd-cri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment