* created chrono 1.10 set * Add rbac UI changes (#4355) * added UI changes * made a few updates Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com> * Chrono 1.10 release notes (#4354) * added initial release notes * minor changes * made updates per feedback * added updates * added reader role URL * Update content/chronograf/v1.10/about_the_project/release-notes-changelog.md * Update content/chronograf/v1.10/about_the_project/release-notes-changelog.md Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com> * Add reader role (#4356) * added the reader role * fixed links Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| ci-install-s3deploy.sh | ||
| docs-website.yml | ||
| edge.js | ||
README.md
Deploying the InfluxData Docs
Use the following command to deploy a CloudFormation stack using the template in this directory.
aws cloudformation deploy \
--template-file deploy/docs-website.yml \
--stack-name="${STACK_NAME}" \
--capabilities CAPABILITY_IAM \
--parameter-overrides \
AcmCertificateArn="${ACM_ARN}" \
DomainName="${DOMAIN_NAME}"
To only display actions that will be taken, in the --no-execute-changeset option.
Without this option, the command executes and deploys the changeset.