Add Ingress and Storage test slides with Vagrant instructions
This commit is contained in:
parent
09f01d409f
commit
f3d077e3c4
19 changed files with 319 additions and 38 deletions
|
|
@ -2,7 +2,7 @@
|
|||
level: 2
|
||||
---
|
||||
|
||||
# USAGE
|
||||
# Usage
|
||||
|
||||
`infctl` has a single, compulsory parameter `[-f|--deployment-file]` and an optional environment variable `LOG_FORMAT` which may be ["none"|"basic"|""]
|
||||
|
||||
|
|
@ -49,3 +49,21 @@ infctl -f pipelines/dev/vagrant-k3s.json
|
|||
|
||||
|
||||
````
|
||||
|
||||
<!--
|
||||
|
||||
`infctl` has only one compulsory parameter
|
||||
|
||||
-f | --deployment-file
|
||||
|
||||
another, entirely optional environment variable `LOG_FORMAT` sets the degree to which output is structured
|
||||
|
||||
none - supresses all structured logging
|
||||
|
||||
basic - shows level and standard / error output
|
||||
|
||||
default - structures log output as JSON with date timestamp, level and message
|
||||
|
||||
the latter is purposed for ingesting logs into other systems that can use these fields for categorizing the data
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue