Skip to content

Commit cb3d03c

Browse files
authored
docs: update README with KO information (#1401)
1 parent f29a337 commit cb3d03c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ helm repo update
1616
- [`kong/ingress`][#kongingress]: An umbrella chart for Kong Gateway and [Kong Ingress Controller][kic_gh].
1717
- [`kong/kong`][#kongkong]: A flexible building block for supporting a wide variety of environment configurations.
1818
- [`kong/gateway-operator`][#konggateway-operator]: Installs [Kong Gateway Operator][kgo_gh].
19+
- NOTE: This chart has been replaced by `kong/kong-operator` which installs [Kong Operator][ko_gh].
20+
- [`kong/kong-operator`][#kong-operator]: Installs [Kong Operator][ko_gh].
1921

2022
[#kongingress]: #kongingress
2123
[#kongkong]: #kongkong
2224
[#konggateway-operator]: #konggateway-operator
25+
[#kong-operator]: #kongkong-operator
2326
[kic_gh]: https://github.com/Kong/kubernetes-ingress-controller
2427

2528
### `kong/ingress`
@@ -57,6 +60,8 @@ of the `kong/kong` documentation's table of contents.
5760

5861
### `kong/gateway-operator`
5962

63+
> NOTE: This chart has been replaced by `kong/kong-operator` which installs [Kong Operator][ko_gh].
64+
6065
`kong/gateway-operator` installs [Kong Gateway Operator][kgo_gh].
6166

6267
To use it:
@@ -67,13 +72,29 @@ helm install kong/gateway-operator --generate-name
6772

6873
[kgo_gh]: https://github.com/Kong/gateway-operator
6974

75+
### `kong/kong-operator`
76+
77+
`kong/kong-operator` installs [Kong Operator][ko_gh].
78+
79+
To use it:
80+
81+
```bash
82+
helm install kong/kong-operator --generate-name
83+
```
84+
85+
For more information about Kong Operator, see the [Kong Operator documentation][ko_docs].
86+
87+
[ko_gh]: https://github.com/Kong/kong-operator
88+
[ko_docs]: https://developer.konghq.com/operator/
89+
7090
## Documentation
7191

7292
The documentation for Kong's Helm Charts is available on GitHub:
7393

7494
- [kong/ingress](https://github.com/Kong/charts/blob/main/charts/ingress/README.md)
7595
- [kong/kong](https://github.com/Kong/charts/blob/main/charts/kong/README.md)
7696
- [kong/gateway-operator](https://github.com/Kong/charts/blob/main/charts/gateway-operator/README.md)
97+
- [kong/kong-operator](https://github.com/Kong/charts/blob/main/charts/kong-operator/README.md)
7798

7899
## Seeking help
79100

0 commit comments

Comments
 (0)