Kustomization with Remote Resources

I was today days old when I learned you can reference remote locations in your kustomize file.

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin?ref=v0.30.0
patches:
  - path: add-args.yaml

And can be run by kubectl apply -k intel/

Leave a comment

Your email address will not be published. Required fields are marked *