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

[doc] Fix external IP in examples for "Installing Che on kind using chectl" #16794

Closed
olberger opened this issue Apr 28, 2020 · 1 comment
Closed
Labels
area/doc Issues related to documentation area/install Issues related to installation, including offline/air gap and initial setup kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@olberger
Copy link

In "Installing Che on kind using chectl" documentation (https://www.eclipse.org/che/docs/che-7/running-che-locally/#installing-che-on-kind-using-chectl_running-che-locally), the external IP seems to be mistyped, if one checks steps 7 and 8 :

    The ingress-nginx service now has an external IP:

    $ kubectl get svc -n ingress-nginx
    NAME            TYPE           CLUSTER-IP      EXTERNAL-IP    PORT(S)                      AGE
    ingress-nginx   LoadBalancer   10.107.194.26   172.17.255.1   80:32033/TCP,443:30428/TCP   19h

    Run chectl, using the external IP of the ingress-nginx Service as an nip.io URL:

    $ chectl server:start --installer operator --platform k8s --domain 172.17.250.1.nip.io

In the above, it seems to me that the EXTERNAL IP reported for the ingress-nginx service should be the same as the IP passed in the domain... however, one is 172.17.255.1 and the other 172.17.250.1

I'm not sure though which is supposed to be the right one (the one in the IP range, i.e. 172.17.250 ?)

Hth,

@olberger olberger added the kind/bug Outline of a bug - must adhere to the bug report template. label Apr 28, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Apr 28, 2020
@tolusha tolusha added the area/doc Issues related to documentation label Apr 29, 2020
@mmorhun mmorhun added severity/P1 Has a major impact to usage or development of the system. area/install Issues related to installation, including offline/air gap and initial setup and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Apr 29, 2020
@mmorhun
Copy link
Contributor

mmorhun commented Apr 29, 2020

Probably should be handled together with #16792

@tolusha tolusha added this to the Backlog - Deploy milestone May 6, 2020
@tolusha tolusha changed the title Fix external IP in examples for "Installing Che on kind using chectl" [doc] Fix external IP in examples for "Installing Che on kind using chectl" May 6, 2020
@tolusha tolusha mentioned this issue May 8, 2020
56 tasks
@tolusha tolusha closed this as completed May 22, 2020
@tolusha tolusha modified the milestones: Backlog - Deploy, 7.14 May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/doc Issues related to documentation area/install Issues related to installation, including offline/air gap and initial setup kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

4 participants