Kubernetes Prow Robot
f936ab9334
Merge pull request #1142 from marquiz/release-0.8
...
[release-0.8] docs: mark release v0.8 as unsupported
2023-04-17 06:40:44 -07:00
Markus Lehtonen
c6a366365f
docs: mark release v0.8 as unsupported
2023-04-17 16:27:40 +03:00
Kubernetes Prow Robot
133a5e7000
Merge pull request #776 from k8s-infra-cherrypick-robot/cherry-pick-773-to-release-0.8
...
[release-0.8] docs: Update default K8S_NAMESPACE
2022-02-14 01:25:28 -08:00
Cam Hutchison
7e22ad20c6
docs: Update default K8S_NAMESPACE
...
Change the default K8S_NAMESPACE to node-feature-discovery from
kube-system. The default was changed in the Makefile in commit
5d4484a1d9
, but the docs were not updated
to correspond with that.
2022-02-14 09:19:17 +00:00
Kubernetes Prow Robot
176217e8ae
Merge pull request #765 from k8s-infra-cherrypick-robot/cherry-pick-762-to-release-0.8
...
[release-0.8] docs: re-fix operator deployment instructions
2022-01-25 09:40:32 -08:00
Markus Lehtonen
fdef94dd37
docs: re-fix operator deployment instructions
...
Back to how it was - the 'stable' channel went away in the latest NFD
update on community-opetors (operatorhub.io).
2022-01-25 17:14:15 +00:00
Kubernetes Prow Robot
916a9793ab
Merge pull request #758 from k8s-infra-cherrypick-robot/cherry-pick-726-to-release-0.8
...
[release-0.8] docs: fix operator deployment instructions
2022-01-25 08:18:31 -08:00
Markus Lehtonen
96f8d3ccad
docs: fix operator deployment instructions
2022-01-25 13:43:41 +00:00
Kubernetes Prow Robot
1c85f31850
Merge pull request #749 from k8s-infra-cherrypick-robot/cherry-pick-724-to-release-0.8
...
[release-0.8] scripts/update-gh-pages: fix symlink to stable version
2022-01-21 07:17:59 -08:00
Markus Lehtonen
389d31335a
scripts/update-gh-pages: fix symlink to stable version
...
Fix the sorting magic of release directories. Correctly sort according
to the version number.
2022-01-21 15:12:54 +00:00
Kubernetes Prow Robot
81b65ef857
Merge pull request #620 from marquiz/backports/0.8
...
backports/v0.8: fixes to docs
2021-10-04 07:11:09 -07:00
Markus Lehtonen
a01ad31f14
docs: fix TOCs
...
Make table of contents in the pages cleaner and more readable by
dropping the main heading (H1 level) from TOCs. This was the original
intention with the usage of "no_toc" kramdown magic, which was broken,
however. The kramdown class magic needs to be specified on the line
immediately following the headinds, otherwise it has no effect. We need
to disable MD022 rule of mdlint as it does not understand this magic.
(cherry picked from commit 819f333118
)
2021-10-04 16:51:13 +03:00
krishna2603
590d68d92d
Update developer-guide.md
...
changed exapmle to example
(cherry picked from commit dbb99c6f18
)
2021-10-04 16:51:01 +03:00
Vaibhav
a6910ff700
Fix a link in deployment-and-usage.md
...
(cherry picked from commit ac720ef57a
)
2021-10-04 16:49:57 +03:00
Vaibhav Goel
ce6f4292d5
Fix the typo in deployment-and-usage.md ( #575 )
...
* Fix the typo in deployment-and-usage.md
* Update in doc/get-started/deployment-and-usage.md
(cherry picked from commit 87feb9610b
)
2021-10-04 16:49:17 +03:00
Kubernetes Prow Robot
b7673603e2
Merge pull request #560 from marquiz/devel/backport-0.8
...
backport-0.8: remove wrong commands from docs
2021-08-09 03:03:32 -07:00
Carlos Eduardo Arango Gutierrez
17db5fcda2
Remove wrong comands
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
(cherry picked from commit 59172007b2
)
2021-08-09 12:43:16 +03:00
Kubernetes Prow Robot
b541a342c5
Merge pull request #535 from marquiz/backports/docs-0.8
...
backport-0.8: docs: show full version number in sidebar
2021-05-19 01:40:51 -07:00
Markus Lehtonen
702461cf43
docs: show full version number in sidebar
...
Change the sidebar customization so that the full version (e.g. v0.8.2)
is displayed, instead of the truncated "releae branch version" (e.g.
v0.8) in the top left corner of the page. The items in the version menu
are unchanged and will still show the shorter form.
(cherry picked from commit 4d19e1ab85
)
2021-05-19 11:25:19 +03:00
Kubernetes Prow Robot
94dbcbcd5a
Merge pull request #529 from marquiz/devel/release-0.8.2
...
Update references to v0.8.2
2021-05-18 03:55:30 -07:00
Markus Lehtonen
7a47b66f05
Update references to v0.8.2
...
Generated with scripts/prepare-release.sh
2021-05-18 13:23:17 +03:00
Kubernetes Prow Robot
e7913526d4
Merge pull request #517 from marquiz/backports/helm
...
backport-0.8: helm: add extraLabelNs master flag
2021-05-17 05:58:00 -07:00
Kubernetes Prow Robot
f14d193301
Merge pull request #516 from marquiz/backports/verify-node-name
...
backport-0.8: Accept client certs based on SAN, not just CN (#514 )
2021-04-26 08:57:02 -07:00
Jordan Jacobelli
9fc309a503
helm: add extraLabelNs master flag
...
Signed-off-by: Jordan Jacobelli <jordanjacobelli04@gmail.com>
(cherry picked from commit 630e97a52c
)
2021-04-20 20:42:56 +03:00
robertdavidsmith
bcd8775b5b
Accept client certs based on SAN, not just CN ( #514 )
...
* first attempt at SAN-based VerifyNodeName
* Update docs on verify-node-name
(cherry picked from commit 77bd4e4cf6
)
2021-04-20 20:41:53 +03:00
Kubernetes Prow Robot
3a9c7203f4
Merge pull request #512 from marquiz/backports/docs
...
release-0.8: docs: fixes in Helm documentation
2021-04-15 12:29:01 -07:00
Markus Lehtonen
9fe8a98964
docs: fixes in Helm documentation
...
Use correct spelling of Helm in heading (start with a capital letter).
Use https url for the chart repo.
(cherry picked from commit 72a4162c98
)
2021-04-15 20:35:13 +03:00
Kubernetes Prow Robot
c8fc2088c8
Merge pull request #505 from marquiz/devel/release-0.8
...
Update references to point to v0.8.1
2021-04-06 01:51:36 -07:00
Markus Lehtonen
45847d03a7
Update references to point to v0.8.1
...
Generated with scripts/prepare-release.sh
2021-04-06 09:05:01 +03:00
Kubernetes Prow Robot
75a3a069e2
Merge pull request #500 from marquiz/devel/release-0.8
...
Helm chart: Fix configMap indenting (#496 )
2021-04-01 00:39:22 -07:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
678314f39c
Helm chart: Fix configMap indenting ( #496 )
...
* Fix configMap indenting
* Update Chart.yaml
* Update nfd-worker-conf.yaml
(cherry picked from commit 33a6425d05
)
2021-03-31 10:29:11 +03:00
Kubernetes Prow Robot
2e69521aa2
Merge pull request #493 from marquiz/devel/release-0.8
...
release 0.8: cherry-picks from master
2021-03-21 00:47:43 -07:00
Moshe Levi
57bbe54230
[helm] fix nfd worker tolerations value
...
the tolerations value is array therefore we need to pass
[] and not {}
Signed-off-by: Moshe Levi <moshele@nvidia.com>
(cherry picked from commit 57575231ab
)
2021-03-19 10:20:45 +02:00
Adrian Chiris
ecea38b71a
Docs: Add Table header to master/worker chart parameters
...
While on the project website it looks OK, it does
not render correctly in Markdown.
Signed-off-by: Adrian Chiris <adrianc@nvidia.com>
(cherry picked from commit 30dabcf7bf
)
2021-03-18 19:14:52 +02:00
Markus Lehtonen
b419fe5769
docs: describe Helm repo as the primary option for Helm
...
(cherry picked from commit 11def7b459
)
2021-03-18 19:09:46 +02:00
Markus Lehtonen
c847bb6d74
github: update gh-pages on published releases
...
This will make the Helm repo to be updated at release time.
(cherry picked from commit aa9050eca3
)
2021-03-18 19:09:34 +02:00
Kubernetes Prow Robot
a2101b783b
Merge pull request #487 from marquiz/fixes/release-0.8
...
release-0.8: fix helm repo update
2021-03-18 03:57:19 -07:00
Markus Lehtonen
8ed028ace2
scripts/update-gh-pages: fix helm repo update
...
Whitespace in release metadata json was not correctly handled.
(cherry picked from commit 6541e3bb55
)
2021-03-18 11:26:59 +02:00
Kubernetes Prow Robot
150ce38046
Merge pull request #484 from marquiz/devel/release-0.8
...
release-0.8: update references to point to v0.8.0
2021-03-18 00:35:19 -07:00
Markus Lehtonen
780840d217
Update references to point to v0.8.0
...
Generated with:
scripts/prepare-release.sh v0.8.0
2021-03-17 21:44:01 +02:00
Kubernetes Prow Robot
c7442f81b0
Merge pull request #473 from marquiz/devel/log-readability
...
source/custom: dump config in more human-readable form
2021-03-17 12:03:19 -07:00
Kubernetes Prow Robot
6b7be5a5de
Merge pull request #483 from marquiz/fixes/template
...
Remove --sleep-interval flag from worker deployment templates
2021-03-17 07:52:56 -07:00
Markus Lehtonen
8fee13aebc
Remove --sleep-interval flag from worker deployment templates
...
We don't want that as it makes dynamic configuration of the
sleep-interval via the config file impossible. It was set to the
internal default value, anyway.
2021-03-17 16:36:39 +02:00
Kubernetes Prow Robot
b8a1426252
Merge pull request #481 from marquiz/docs/config-reference
...
docs: document all config file options
2021-03-17 06:28:56 -07:00
Kubernetes Prow Robot
842b583f71
Merge pull request #482 from marquiz/devel/github
...
github: update new-release issue template assignees
2021-03-17 05:52:56 -07:00
Markus Lehtonen
4545be71a8
github: update new-release issue template assignees
...
Sync the default assignees with the project OWNERS file.
2021-03-17 14:40:09 +02:00
Kubernetes Prow Robot
086f8c3b7a
Merge pull request #457 from marquiz/devel/helm-repo
...
Host NFD Helm repo in gh-pages
2021-03-17 04:00:56 -07:00
Markus Lehtonen
fd2dcc2275
scripts/prepare-release: use gpg for signing Helm chart
...
Need to create the provenance file by hand as we mangle the name of the
chart archive. However, this also provides better user experience (for
the release manager) as gpg version 2.1 and later are supported.
2021-03-17 07:48:22 +02:00
Kubernetes Prow Robot
4b9fe06726
Merge pull request #480 from marquiz/docs/fix-reference
...
docs: fix some internal references
2021-03-16 06:22:35 -07:00
Markus Lehtonen
c670526d9f
docs: unify the presentation of defaults in worker config reference
2021-03-16 15:09:53 +02:00