Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit f38224b

Browse files
authored
Merge pull request #96 from adrianludwin/docs9
Update docs to v0.9 (master)
2 parents 786ee54 + 35ed7d0 commit f38224b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/user-guide/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HNC User Guide v0.8 (and v0.7)
1+
# HNC User Guide v0.9 (and v0.8)
22

33
Authors: [email protected] and other contributors from wg-multitenancy
44

@@ -12,7 +12,7 @@ This guide explains how to use hierarchical namespaces, explains some of the
1212
concepts behind them for a more in-depth understanding, and covers some best
1313
practices.
1414

15-
**Note: this doc covers HNC v0.8.x and v0.7.x.** For older versions of HNC,
15+
**Note: this doc covers HNC v0.9.x and v0.8.x.** For older versions of HNC,
1616
see below.
1717

1818
## Table of contents
@@ -25,6 +25,7 @@ see below.
2525

2626
## Older user guides
2727

28+
* [HNC v0.7](https://github.com/kubernetes-sigs/multi-tenancy/tree/hnc-v0.7/docs/user-guide)
2829
* [HNC v0.6](https://github.com/kubernetes-sigs/multi-tenancy/tree/hnc-v0.6/docs/user-guide)
2930
* [HNC v0.5](https://github.com/kubernetes-sigs/multi-tenancy/tree/hnc-v0.5/docs/user-guide)
3031
* [HNC v0.4](https://github.com/kubernetes-sigs/multi-tenancy/tree/hnc-v0.4/docs/user-guide)

docs/user-guide/how-to.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ release notes for that version.
417417

418418
#### Prerequisites
419419

420-
***These prerequisites apply to HNC v0.8 and later.***
421-
422420
Ensure `kube-system`, `kube-public` and `kube-node-lease` namespaces are listed
423421
in the [argument list](#admin-cli-args) with the option `--excluded-namespace`.
424422

@@ -511,8 +509,7 @@ kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/rel
511509

512510
### Including and excluding namespaces from HNC
513511

514-
***Excluded namespaces are only available in HNC v0.8 and higher. Included
515-
namespaces are only available in HNC v0.9 and higher.***
512+
***Included namespaces are only available in HNC v0.9 and higher.***
516513

517514
HNC installs a validating webhook on _all_ objects in your cluster. If HNC
518515
itself is damaged or inaccessible, this could result in all changes to all

docs/user-guide/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ simply use the config subcommand:
209209
kubectl hns config set-resource secrets --mode Propagate
210210
```
211211

212-
Note: As of HNC v0.6+, the supported modes are `Propagate`, `Remove` and
212+
Note: As of HNC v0.9+, the supported modes are `Propagate`, `Remove` and
213213
`Ignore`. More may be added in the future; you can run `kubectl hns config
214214
set-resource` for the latest documentation.
215215

0 commit comments

Comments
 (0)