Closed ryan-blunden closed 3 years ago
kubectl apply can use a URL as a resource so curl is not required.
kubectl apply
curl
This is also how installing the Kubernetes dashboard is recommended.
Ah, neat! Can you also make this change for the kubectl delete command on L238? I've verified that both kubectl apply -f and kubectl delete -f both work with URLs
kubectl delete
kubectl apply -f
kubectl delete -f
Done!
kubectl apply
can use a URL as a resource socurl
is not required.This is also how installing the Kubernetes dashboard is recommended.