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
Justin Kotalik
7b916382fd
Tye run documentation nits ( #368 )
7 years ago
TeBeCo
a55639072e
Align "project" and "name" nodes in 01_deploy.md of the default tye.yaml ( #357 )
7 years ago
Pure Krome
fac2fa19e0
💄 Fixed typo. ( #346 )
7 years ago
Ryan Nowak
fc52202202
Update getting_started.md
Update getting started with new version numbers for CI Builds
7 years ago
sambeckingham
ba761e3585
Update link to redis manifest ( #343 )
Looks like the example redis deployment got moved to another part of the repo.
7 years ago
Ryan Nowak
7d2fb0818e
Add instructions for released bits
7 years ago
Justin Kotalik
5f15d8f837
Deployment docs ( #332 )
7 years ago
Ryan Nowak
731fe665c2
Add an FAQ
7 years ago
Ryan Nowak
d7a4b0327e
Add some local development docs
7 years ago
Ryan Nowak
dc2bf37b2a
update versions in getting started
7 years ago
Thijs Brobbel
9605d34978
Fix broken link to Tutorial 02 (Basic Tutorial (deploy)) ( #331 )
7 years ago
Ryan Nowak
3f994be2fd
Move other stuff to reference folder
7 years ago
Ryan Nowak
75647ff506
Move and number tutorial
7 years ago