-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
107 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
GOOGLE_ANALYTICS_KEY= | ||
BUCKET_BINARIES= | ||
CFN_STACK_NAME=cks-cli-web | ||
CFN_ENVIRONMENT=prod | ||
CFN_SSL_CERT_ARN=arn:aws:acm:REGION:ACCOUNTID:certificate/UUID | ||
CFN_HOSTS=host.example.com,host2.example.com | ||
BUCKET_WEBSITE= | ||
AWS_REGION= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Falco | ||
|
||
```bash | ||
NAME: | ||
cks falco - teach falco in CKS context | ||
|
||
USAGE: | ||
cks falco command [command options] falco_install | ||
|
||
COMMANDS: | ||
check-requirements, req check if your machines meet requirements to install the cluster | ||
install, i install falco (support Ubuntu 20 OS only for now) | ||
tutorial, t, tuto tuto falco | ||
rules, r rules falco | ||
help, h Shows a list of commands or help for one command | ||
|
||
OPTIONS: | ||
--help, -h show help (default: false) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters