DopplerHQ / kubernetes-operator

Apache License 2.0
45 stars 18 forks source link

Remove curl from deploy command #7

Closed ryan-blunden closed 3 years ago

ryan-blunden commented 3 years ago

kubectl apply can use a URL as a resource so curl is not required.

This is also how installing the Kubernetes dashboard is recommended.

nmanoogian commented 3 years ago

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

ryan-blunden commented 3 years ago

Done!