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: docs/configuration/backends/kubernetes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The endpoint may be specified to override the environment variable values inside
108
108
109
109
When the environment variables are not found, Traefik will try to connect to the Kubernetes API server with an external-cluster client.
110
110
In this case, the endpoint is required.
111
-
Specifically, it may be set to the URL used by `kubectl proxy` to connect to a Kubernetes cluster using the granted autentication and authorization of the associated kubeconfig.
111
+
Specifically, it may be set to the URL used by `kubectl proxy` to connect to a Kubernetes cluster using the granted authentication and authorization of the associated kubeconfig.
Copy file name to clipboardexpand all lines: docs/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ IP: 172.27.0.3
138
138
Run more instances of your `whoami` service with the following command:
139
139
140
140
```shell
141
-
docker-compose up -d --scale whoami=2
141
+
docker-compose scale whoami=2
142
142
```
143
143
144
144
Go back to your browser ([http://localhost:8080](http://localhost:8080)) and see that Træfik has automatically detected the new instance of the container.
Copy file name to clipboardexpand all lines: docs/user-guide/docker-and-lets-encrypt.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ Finally but not unimportantly, we tell Træfik to route **to** port `9000`, sinc
232
232
`Service labels`allow managing many routes for the same container.
233
233
234
234
When both `container labels` and `service labels` are defined, `container labels` are just used as default values for missing `service labels` but no frontend/backend are going to be defined only with these labels.
235
-
Obviously, labels `traefik.frontend.rule` and `traefik.port` described above, will only be used to complete information set in `service labels` during the container frontends/bakends creation.
235
+
Obviously, labels `traefik.frontend.rule` and `traefik.port` described above, will only be used to complete information set in `service labels` during the container frontends/backends creation.
236
236
237
237
In the example, two service names are defined : `basic`and `admin`.
238
238
They allow creating two frontends and two backends.
0 commit comments