Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
added kyma.dev as the domain for the local env
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinvieriu committed Jul 16, 2020
1 parent 0e1c506 commit 6254a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Prerequisites
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [helm 3](https://helm.sh/docs/intro/quickstart/#install-helm)
- [k3d](https://github.com/rancher/k3d) - you can install it with the command: `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash`
- [k3d](https://github.com/rancher/k3d) - you can install it with the command: `brew install k3d` or `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash`

# Quick start

Expand All @@ -22,7 +22,7 @@ Start k3s cluster and Kyma:
```

At the end script asks for your password to add TLS certificate to your key chain.
Use credentials to log into [Kyma Console](https://console.local.kyma.pro)
Use credentials to log into [Kyma Console](https://console.local.kyma.dev)

Your cluster is ready!

Expand Down
2 changes: 1 addition & 1 deletion coredns-patch.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
.:53 {
errors
health
rewrite name regex (.*)\.local\.kyma\.pro istio-ingressgateway.istio-system.svc.cluster.local
rewrite name regex (.*)\.local\.kyma\.dev istio-ingressgateway.istio-system.svc.cluster.local
ready
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
Expand Down
2 changes: 1 addition & 1 deletion kyma-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ k3d create --publish 80:80 --publish 443:443 --enable-registry --registry-volume
# k3d delete --keep-registry-volume -n kyma
echo "Cluster created in $(( $SECONDS/60 )) min $(( $SECONDS % 60 )) sec"
export KUBECONFIG="$(k3d get-kubeconfig -n='kyma')"
export DOMAIN=local.kyma.pro
export DOMAIN=local.kyma.dev
export GARDENER=false
export OVERRIDES=global.isLocalEnv=true,global.ingress.domainName=$DOMAIN,global.environment.gardener=$GARDENER,global.domainName=$DOMAIN,global.minikubeIP=127.0.0.1,global.tlsCrt=ZHVtbXkK
export ORY=global.ory.hydra.persistence.enabled=false,global.ory.hydra.persistence.postgresql.enabled=false,hydra.hydra.autoMigrate=false
Expand Down

0 comments on commit 6254a90

Please sign in to comment.