Markus Lehtonen
038c84ee1d
Use k8s.gcr.io image registry in deployment spec templates
...
Shift from quay.io to the new community managed image registry.
(cherry picked from commit bb99b2b627
)
2020-10-21 15:24:57 +03:00
Markus Lehtonen
5e62ced4d8
Use release v0.6.0 in deployment templates and README
2020-05-26 15:08:31 +03:00
Markus Lehtonen
d216fca1c0
source/network: run discovery under host sysfs
...
Instead of relying on golang "net" package, use the configured host
sysfs for all discovery. No need to use hostNetwork after that so drop
it from the worker deployment templates.
2020-05-21 20:33:30 +03:00
Markus Lehtonen
789a0073a6
Refer to v0.5.0 release in README and the deployment templates
2019-11-22 11:18:34 +02:00
Markus Lehtonen
611916f807
Add nfd namespace to the daemonset-combined deployment template
...
Without this the nfd namespace is not created and the deployment may
fail.
2019-11-21 11:10:50 +02:00
Antti Kervinen
9b96407b26
Makefile: create default yamls, configurable namespace
...
- Create default yamls for deploying master and worker.
- Use kube-system namespace by default.
- Configurable namespace:
make IMAGE_REGISTRY=myhost:5000 K8S_NAMESPACE=my-nfd-devel
2019-06-05 13:13:53 +03:00
Markus Lehtonen
fa47b0178d
Use v0.4.0 release in README and deployment templates and script
...
Also, slightly adjust the deployment instructions in README to point out
that the templates should now be usable as is to run the latest released
version of NFD.
2019-05-21 11:19:30 +03:00
Markus Lehtonen
c9c9a3f0f0
Use a placeholder for the container image in the template specs
...
The templates were not compatible with the image they were pointing to
(v0.3.0).
2019-05-09 20:06:18 +03:00
Jordan Jacobelli
5df5e5c187
Mount source.d and features.d in template YAMLs
...
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
2019-04-22 10:07:23 -07:00
Markus Lehtonen
97694c15d8
Add template spec for running master and worker in the same pod
...
Makes deployment simpler, but, "softens" the setup by basically giving
nodes the capability to label themselves.
2019-04-04 22:40:24 +03:00