Updated Deploy to Local Kubernetes (markdown)
parent
b55e4ea44e
commit
479ffb7f0e
@ -115,7 +115,7 @@ docker-compose build
|
|||||||
Then, just run this script from the `k8s\helm` folder, to deploy your local images:
|
Then, just run this script from the `k8s\helm` folder, to deploy your local images:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -useLocalImages $true
|
.\deploy-all.ps1 -imageTag linux-latest -useLocalk8s $true -imagePullPolicy Never
|
||||||
```
|
```
|
||||||
|
|
||||||
The parameter `useLocalk8s` to `$true`, forces the script to use `localhost` as the DNS for all Helm charts and also creates the ingress with the correct ingress class.
|
The parameter `useLocalk8s` to `$true`, forces the script to use `localhost` as the DNS for all Helm charts and also creates the ingress with the correct ingress class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user