You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# gardener-extension-traefik
1
+
# gardener-extension-shoot-traefik
2
2
3
-
The `gardener-extension-traefik` deploys Traefik ingress controller to Gardener shoot clusters as a replacement for the nginx-ingress-controller which is out of maintenance.
3
+
The `gardener-extension-shoot-traefik` deploys Traefik ingress controller to Gardener shoot clusters as a replacement for the nginx-ingress-controller which is out of maintenance.
4
4
5
5
## Features
6
6
@@ -84,7 +84,7 @@ command.
84
84
make docker-build
85
85
```
86
86
87
-
For local development of the `gardener-extension-traefik` it is recommended that
87
+
For local development of the `gardener-extension-shoot-traefik` it is recommended that
88
88
you setup a [development Gardener environment](https://gardener.cloud/docs/gardener/local_setup/).
89
89
90
90
Please refer to the next sections for more information about deploying and
@@ -164,12 +164,12 @@ Verify that we have successfully created the `ControllerDeployment` and
164
164
`ControllerRegistration` resources.
165
165
166
166
```shell
167
-
$ kubectl get controllerregistrations,controllerdeployments gardener-extension-traefik
0 commit comments