Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] following the tutorial with ARM architecture on Linux #1347

Open
pguerin3 opened this issue Sep 22, 2023 · 0 comments
Open

[BUG] following the tutorial with ARM architecture on Linux #1347

pguerin3 opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pguerin3
Copy link

What did you do

I followed the instructions for the NodePort example:
https://k3d.io/v5.6.0/usage/exposing_services/

I got the standard nginX page which was to be expected.

image

image

But following the instructions for the Ingress example, I don't get the same result as for the NodePort example.

  • How was the cluster created?
    • k3d cluster delete k3s-default
    • k3d cluster create --api-port 6550 -p "8081:80@loadbalancer" --agents 2

image

  • What did you do afterwards?

docker ps -a

image

kubectl create deployment nginx --image=nginx

image

kubectl create service clusterip nginx --tcp=80:80

image

less thatfile.yaml

image

kubectl apply -f thatfile.yaml

image

What did you expect to happen

The expectation is that I run the following, and I should get something like the NodePort example.

Screenshots or terminal output

The expectation is that I run the following, and I should get something like the NodePort example, but instead I get 'empty reply'

curl localhost:8081/

image

For the browser, the NodePort example works as expected, but the Ingress example doesn't.

http://localhost:8081/

image

Which OS & Architecture

k3d runtime-info

image

Which version of k3d

k3d version

image

Which version of docker

docker version

image

docker info

image

image

@pguerin3 pguerin3 added the bug Something isn't working label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant