-
Notifications
You must be signed in to change notification settings - Fork 405
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
Update Quick Install guide #18749
Update Quick Install guide #18749
Conversation
👷 Deploy request for kyma-project pending review.Visit the deploys page to approve it
|
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -17,11 +17,13 @@ To get started with Kyma, let's quickly install it with specific modules first. | |||
1. To provision a k3d cluster, run: | |||
|
|||
```bash | |||
k3d cluster create --k3s-arg '--tls-san=host.docker.internal@server:*' | |||
k3d cluster create kyma --kubeconfig-switch-context -p '80:80@loadbalancer' -p '443:443@loadbalancer' --k3s-arg '--disable=traefik@server:*' --k3s-arg '--tls-san=host.docker.internal@server:*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
80 and 443 might be reserved ports. so they may not be possible to use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, let's use 30080 and 30443 then. I'll update commands in API Gateway tutorials with another PR
25b5be8
to
7eb60e3
Compare
39ff136
to
c68dce9
Compare
c68dce9
to
c1f97ec
Compare
Description
Changes proposed in this pull request:
Related issue(s)