-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from sighupio/fix_perms
Fixing permission issue for ingress-nginx-metrics svc
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Ingress Core Module version 1.11.1 | ||
|
||
`fury-kubernetes-ingress` is part of the SIGHUP maintained [Kubernetes | ||
Fury Distribution](https://github.com/sighupio/fury-distribution). The | ||
module ships Ingress Controller and TLS certificate management | ||
components you need to manage external access to your services in your | ||
cluster. Team SIGHUP makes it a priority to maintain these modules in | ||
compliance with CNCF and with all the latest features from upstream. | ||
|
||
This is a minor release fixing a permission issue. | ||
|
||
## Changelog | ||
|
||
### Breaking changes | ||
> None | ||
### Features | ||
### Bug fixes | ||
* [#52](https://github.com/sighupio/fury-kubernetes-ingress/pull/52) Fixing permission issue for ingress-nginx-metrics svc | ||
|
||
|
||
## Upgrade Guide | ||
|
||
### Process | ||
|
||
To upgrade this core module from `v1.11.0` to `v1.11.1`, you need to download this new version, then apply the `kustomize` project. | ||
|
||
```bash | ||
kustomize build katalog/nginx/configs/ | kubectl apply -f - | ||
# Configured | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ rules: | |
- get | ||
- list | ||
- watch | ||
- update | ||
- apiGroups: | ||
- "" | ||
resources: | ||
|