mirror of
https://github.com/traefik/traefik.git
synced 2025-05-09 17:33:08 +00:00
k8s guide: Leave note about assumed DaemonSet usage.
This commit is contained in:
parent
3e13ebec93
commit
01e17b6c3e
@ -257,7 +257,7 @@ curl $(minikube ip)
|
|||||||
404 page not found
|
404 page not found
|
||||||
```
|
```
|
||||||
|
|
||||||
If you decided to use the deployment, then you need to target the correct NodePort, which can be seen then you execute `kubectl get services --namespace=kube-system`.
|
If you decided to use the deployment, then you need to target the correct NodePort, which can be seen when you execute `kubectl get services --namespace=kube-system`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl $(minikube ip):<NODEPORT>
|
curl $(minikube ip):<NODEPORT>
|
||||||
@ -269,6 +269,8 @@ curl $(minikube ip):<NODEPORT>
|
|||||||
!!! note
|
!!! note
|
||||||
We expect to see a 404 response here as we haven't yet given Træfik any configuration.
|
We expect to see a 404 response here as we haven't yet given Træfik any configuration.
|
||||||
|
|
||||||
|
All further examples below assume a DaemonSet installation. Deployment users will need to append the NodePort when constructing requests.
|
||||||
|
|
||||||
## Deploy Træfik using Helm Chart
|
## Deploy Træfik using Helm Chart
|
||||||
|
|
||||||
Instead of installing Træfik via an own object, you can also use the Træfik Helm chart.
|
Instead of installing Træfik via an own object, you can also use the Træfik Helm chart.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user