This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Add example k8s usage to apply manifest from URL #352
Labels
type/documentation
Improvements or additions to documentation
type/enhancement
New feature or request
verified
The issue is reproduced
SUMMARY
Today I wanted to apply the official
metrics-server
manifest from a URL instead of from a local file or a file copied to my remote Kubernetes cluster server.I noticed the documentation lacks any examples of URL-based deployments, so I think we should add an example to show how to do it.
Then I realized I'm not even sure if there's a way using a
lookup
withurl
or any other way to directly apply a manifest from a URL... here's how I'm doing it in my current playbook:So... first of all is it possible to apply direct from a URL? And if not, maybe we at least document how to do it this way (download, then apply).
ISSUE TYPE
COMPONENT NAME
k8s
ANSIBLE VERSION
Any.
The text was updated successfully, but these errors were encountered: