Angelo Luis Rodrigues Da Silva
f412dff9d1
Fix of the directory name ( #604 )
Fix of the default directory name used in the examples
6 years ago
Justin Kotalik
d507826059
0.4 -> 0.5 ( #603 )
6 years ago
Justin Kotalik
14f08ccf05
Add clone directory ( #589 )
6 years ago
Justin Kotalik
7e0a68326d
Small doc update.
6 years ago
Justin Kotalik
f1920e3100
Start finding func rather than downloading it ( #587 )
6 years ago
Justin Kotalik
379ff07b06
Azure function support ( #572 )
6 years ago
John Luo
5ebf8f391b
Update developer guide
Fix instructions for installing local builds
6 years ago
Laurent Kempé
7508822d36
Update 01_deploy.md ( #571 )
6 years ago
Shayne Boyer
a9c738e01d
Add Recipe in docs for Github Actions ( #557 )
* docs for specifying base image:tag
* fixup items
* adding recipe for actions
* add intro
* Update docs/recipes/githubactions_aks.md
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Ryan Nowak
5a703c57d2
Update CI build instructions to use 0.4
This should be 0.4 since we bumped the version
6 years ago
Justin Kotalik
9113caabac
Updating versions ( #554 )
6 years ago
Jesus Angulo
91d9b3bc23
Update documentation to fix kubectl apply command ( #552 )
Fixing pointing to the public github url instead of raw content.
6 years ago
Justin Kotalik
53a1ac81a4
0.2 to 0.3
6 years ago
Raz Friman
c016f38ce0
Seq Extension ( #513 )
6 years ago
areller
a7eae8f3ef
using the ASP.NET Core HealthChecks library for the liveness/readiness sample ( #523 )
* changing sample project to use microsoft health checks library
* update probes recipe
* Update probes.md
* changing probes doc
* give more description in '/' of sample service
6 years ago
Justin Kotalik
e7cb54b801
Adds --watch as an option for tye run ( #526 )
6 years ago
Nilesh Gule
a89d550917
Updated the reference to undeploy markdown file ( #520 )
6 years ago
areller
e23a6506e9
Liveness and Readiness Documentation, Samples and Small Changes ( #502 )
* sample app and beggining of recipe
* fix link
* sample, recipe and schema docs
* change http failures to debug logs
* add model validation to probes and http prober
* add deserialization and validation tests
* license
* format
* PR fixes
* remove some Console.WriteLine's
6 years ago
areller
ea43a55382
log verbosity in tye run ( #506 )
* tye run log verbosity
* formatting
6 years ago
Max
65c09d737e
Docs: Updated Container Registry Server example ( #500 )
Azure Container Registry Login Server is usually the registry name combined with `azurecr.io`.
6 years ago
Shayne Boyer
87cd4f4087
Docs for specifying base image:tag ( #475 )
6 years ago
ArieJones
d6c8dc2504
Update dapr.md for small typo ( #483 )
Small typo in command produces error
6 years ago
Justin Kotalik
ef441e8704
Tye should validate that service names are valid DNS names ( #480 )
6 years ago
Giovanni Bassi
204d4ce8e4
Update run locally docs to use v0.2 ( #465 )
6 years ago
Justin Kotalik
fcc0d4877f
Update getting_started.md
6 years ago
Justin Kotalik
c572db892b
Fix reference links
6 years ago
Justin Kotalik
719d0e9d05
Update README.md
6 years ago
Justin Kotalik
2ee1d569a0
Update README.md
6 years ago
Justin Kotalik
b2968cdca1
Update schema docs ( #458 )
6 years ago
Justin Kotalik
ba77a12899
Mention undeploy in tutorial ( #457 )
6 years ago
Ryan Nowak
40b1ad24ee
Remove disclaimers about 0.2
6 years ago
Ryan Nowak
8dbb3ca145
Add ingress to docs
Fixes : #336
6 years ago
Ryan Nowak
baad3fc461
Add docker network to docs
6 years ago
Ryan Nowak
14c49290c6
Update command docs
Fixes : #387
6 years ago
Ryan Nowak
ec2d15754f
Update service discovery doc tell the truth
Fixes : #344
6 years ago
Justin Kotalik
70ecd6f582
Add multi-repo documentation updates
6 years ago
Ryan Nowak
baf3e55daf
Add documentation for namespace
Fixes : #416
6 years ago
Ryan Nowak
db464d0822
Add recipe for Elastic stack (ELK)
6 years ago
Ryan Nowak
c6bb9dafdf
Add docs
6 years ago
Ryan Nowak
5ab6d46160
Add a diagnostics sidecar
6 years ago
Ryan Nowak
aa305c3df2
Add recipe
6 years ago
Ryan Nowak
4389d3add6
React to some feed changes
6 years ago
Ryan Nowak
9e2c7f474c
Add proviso about minikube ingress
6 years ago
Ryan Nowak
9e2647dfdf
Add doc
6 years ago
Brendan Burns
f4e31c1eb9
Improve docs somewhat.
7 years ago
Justin Kotalik
73a28973a6
Fixups for redis tutorial ( #393 )
7 years ago
Ryan Nowak
1178d1d9e1
Implement undeploy command ( #385 )
This is new command that can be used to delete everything running in a
cluster related to an application using the labels we use.
This currently uses a hardcoded set of resource types. It would be
possible to make this generic, which might become needed in the future.
See comments in the code.
---
The overall design for how to use the command:
```sh
tye undeploy
```
Will read a solution or tye.yaml to get the application name. It then
enumerates and deletes all resources in the cluster with
`app.kubernetes.io/part-of=application-name` (in the current namespace).
```sh
tye undeploy --what-if
```
Will do the same, but without actually doing the deletion.
```sh
tye undeploy -i
```
Will interactively give you a yes/no choice for whether to delete each
resource.
7 years ago
Justin Kotalik
2d3c9b8abb
Doc fix for tye run.
7 years ago
Justin Kotalik
1c3e83a02b
Add registry name to redis yaml ( #370 )
7 years ago
Justin Kotalik
11289dbf42
Tye deploy nit ( #369 )
7 years ago