diff --git a/.gitignore b/.gitignore index dc41e7f..cd7df13 100644 --- a/.gitignore +++ b/.gitignore @@ -17,8 +17,6 @@ node_modules .DS_Store .vscode firebase* -yarn* -package* node_modules .firebaserc .firebase diff --git a/documentation/modules/ROOT/nav.adoc b/documentation/modules/ROOT/nav.adoc index 9d4baf7..b01ad81 100644 --- a/documentation/modules/ROOT/nav.adoc +++ b/documentation/modules/ROOT/nav.adoc @@ -16,7 +16,7 @@ * 3. Elementary ** xref:building-images.adoc[Building Images] -** xref:resources.adoc[Resources/Limits] +** xref:resources.adoc[Resources and Limits] ** xref:rolling-updates.adoc[Rolling updates] ** xref:live-ready.adoc[Liveness & Readiness] ** xref:configmap.adoc[ConfigMap] diff --git a/documentation/modules/ROOT/pages/blue-green.adoc b/documentation/modules/ROOT/pages/blue-green.adoc index 357f3af..56c1175 100644 --- a/documentation/modules/ROOT/pages/blue-green.adoc +++ b/documentation/modules/ROOT/pages/blue-green.adoc @@ -1,4 +1,4 @@ -== Blue/Green += Blue/Green https://martinfowler.com/bliki/BlueGreenDeployment.html[Description of Blue/Green Deployment] diff --git a/documentation/modules/ROOT/pages/logs.adoc b/documentation/modules/ROOT/pages/logs.adoc index 6461f86..3fdd949 100644 --- a/documentation/modules/ROOT/pages/logs.adoc +++ b/documentation/modules/ROOT/pages/logs.adoc @@ -1,4 +1,4 @@ -= Kubectl logs += Logs There are various "production-ready" ways to do log gathering and viewing across a Kubernetes/OpenShift cluster. Many folks like some flavor of ELK (ElasticSearch, Logstash, Kibana) or EFK (ElasticSearch, FluentD, Kibana). diff --git a/documentation/modules/ROOT/pages/resources.adoc b/documentation/modules/ROOT/pages/resources.adoc index 9098a0e..56ad0b5 100644 --- a/documentation/modules/ROOT/pages/resources.adoc +++ b/documentation/modules/ROOT/pages/resources.adoc @@ -1,4 +1,4 @@ -= Resources += Resources and Limits Make sure you are in the correct namespace: