I want to run some kubectl apply
commands without downloading the files:
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
In addition, I also want to run kubectl kustomize
,kubectl apply -k
, on the following directory while accessing it as a remote URL: https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd